dani-garcia/vaultwarden
### [`v1.27.0`](https://togithub.com/dani-garcia/vaultwarden/releases/tag/1.27.0)
[Compare Source](https://togithub.com/dani-garcia/vaultwarden/compare/1.26.0...1.27.0)
##### New features
##### Event logs for organizations
With this feature enabled, actions occurring inside an organization will be recorded in a log, viewable by organization admins and owners. Check the official documentation to learn more: https://bitwarden.com/help/event-logs/ (Note that the Public API is not yet implemented, so the events are only viewable in the Web Vault)
To enable this feature, set `ORG_EVENTS_ENABLED=true`. By default all events will be stored indefinitely, if you want to limit that, you can use the `EVENTS_DAYS_RETAIN` option. You can also tune the cleanup schedule with `EVENT_CLEANUP_SCHEDULE`.
##### Group support (beta)
Enables the creation and use of groups inside an organization. At the moment this is in beta because there are some known issues ([https://github.com/dani-garcia/vaultwarden/issues/2989](https://togithub.com/dani-garcia/vaultwarden/issues/2989)). Still, the more this feature is tested, the faster we will be able to stabilize it.
To enable this feature, set `ORG_GROUPS_ENABLED=true`, make sure to make proper backups of your instance before hand.
##### What's Changed
- Group support | applied .diff by [@MFijak](https://togithub.com/MFijak) in [https://github.com/dani-garcia/vaultwarden/pull/2846](https://togithub.com/dani-garcia/vaultwarden/pull/2846)
- Add Organizational event logging feature by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2868](https://togithub.com/dani-garcia/vaultwarden/pull/2868)
- Updated web vault to 2022.12.0 by [@dani-garcia](https://togithub.com/dani-garcia)
- Update diesel to 2.0.2 by [@dani-garcia](https://togithub.com/dani-garcia) in [https://github.com/dani-garcia/vaultwarden/pull/2724](https://togithub.com/dani-garcia/vaultwarden/pull/2724)
- Limit Cipher Note encrypted string size by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2945](https://togithub.com/dani-garcia/vaultwarden/pull/2945)
- fix invitations of new users when mail is disabled by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2773](https://togithub.com/dani-garcia/vaultwarden/pull/2773)
- attach images in email by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2784](https://togithub.com/dani-garcia/vaultwarden/pull/2784)
- allow registration without invite link by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2799](https://togithub.com/dani-garcia/vaultwarden/pull/2799)
- Fix master password hint update not working. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2834](https://togithub.com/dani-garcia/vaultwarden/pull/2834)
- Sync global_domains.json by [@jjlin](https://togithub.com/jjlin) in [https://github.com/dani-garcia/vaultwarden/pull/2840](https://togithub.com/dani-garcia/vaultwarden/pull/2840)
- verify email on registration by invite by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2804](https://togithub.com/dani-garcia/vaultwarden/pull/2804)
- Take `ROCKET_ADDRESS` into account in the Docker healthcheck by [@jjlin](https://togithub.com/jjlin) in [https://github.com/dani-garcia/vaultwarden/pull/2844](https://togithub.com/dani-garcia/vaultwarden/pull/2844)
- Update github workflows by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2852](https://togithub.com/dani-garcia/vaultwarden/pull/2852)
- feat: Bump web-vault to v2022.10.1 by [@GeekCornerGH](https://togithub.com/GeekCornerGH) in [https://github.com/dani-garcia/vaultwarden/pull/2859](https://togithub.com/dani-garcia/vaultwarden/pull/2859)
- Update Rust version, deps and workflow by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2888](https://togithub.com/dani-garcia/vaultwarden/pull/2888)
- Add `/devices/knowndevice` endpoint by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2893](https://togithub.com/dani-garcia/vaultwarden/pull/2893)
- fix: removed a double space by [@GeekCornerGH](https://togithub.com/GeekCornerGH) in [https://github.com/dani-garcia/vaultwarden/pull/2894](https://togithub.com/dani-garcia/vaultwarden/pull/2894)
- Support Org Export for v2022.11 clients by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2899](https://togithub.com/dani-garcia/vaultwarden/pull/2899)
- Use constant size generic parameter for random bytes generation by [@samueltardieu](https://togithub.com/samueltardieu) in [https://github.com/dani-garcia/vaultwarden/pull/2910](https://togithub.com/dani-garcia/vaultwarden/pull/2910)
- Update config comment to reflect rfc8314. by [@skid9000](https://togithub.com/skid9000) in [https://github.com/dani-garcia/vaultwarden/pull/2911](https://togithub.com/dani-garcia/vaultwarden/pull/2911)
- Set "Bypass admin page security" as read-only by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2918](https://togithub.com/dani-garcia/vaultwarden/pull/2918)
- Fully remove DuckDuckGo email service. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2919](https://togithub.com/dani-garcia/vaultwarden/pull/2919)
- Added missing `register` endpoint to `identity` by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2920](https://togithub.com/dani-garcia/vaultwarden/pull/2920)
- Prevent DNS leak when icon regex is configured by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2921](https://togithub.com/dani-garcia/vaultwarden/pull/2921)
- Update settings description by [@karbobc](https://togithub.com/karbobc) in [https://github.com/dani-garcia/vaultwarden/pull/2928](https://togithub.com/dani-garcia/vaultwarden/pull/2928)
- allow managers to set groups of a collection by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2933](https://togithub.com/dani-garcia/vaultwarden/pull/2933)
- Update Vaultwarden Logo's by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2940](https://togithub.com/dani-garcia/vaultwarden/pull/2940)
- check if sqlite folder exists by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2873](https://togithub.com/dani-garcia/vaultwarden/pull/2873)
- redirect to admin login page when forward fails by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2886](https://togithub.com/dani-garcia/vaultwarden/pull/2886)
- Cleanups and Fixes for Emergency Access by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2936](https://togithub.com/dani-garcia/vaultwarden/pull/2936)
- Update dependencies for Rust and Admin interface. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2941](https://togithub.com/dani-garcia/vaultwarden/pull/2941)
- Fix admin repost warning. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2953](https://togithub.com/dani-garcia/vaultwarden/pull/2953)
- Add dev-only query logging support by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2954](https://togithub.com/dani-garcia/vaultwarden/pull/2954)
- Fix managers and groups link by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2947](https://togithub.com/dani-garcia/vaultwarden/pull/2947)
- use a custom 404 page by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2948](https://togithub.com/dani-garcia/vaultwarden/pull/2948)
- Increase privacy of masked config by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2963](https://togithub.com/dani-garcia/vaultwarden/pull/2963)
- Improve comments by [@tessus](https://togithub.com/tessus) in [https://github.com/dani-garcia/vaultwarden/pull/2969](https://togithub.com/dani-garcia/vaultwarden/pull/2969)
- use black favicon for /admin by [@tessus](https://togithub.com/tessus) in [https://github.com/dani-garcia/vaultwarden/pull/2970](https://togithub.com/dani-garcia/vaultwarden/pull/2970)
- Remove ctrlc crate and some updates by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2971](https://togithub.com/dani-garcia/vaultwarden/pull/2971)
- Fix org export (again) by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2973](https://togithub.com/dani-garcia/vaultwarden/pull/2973)
- Revert collection queries back to `left_join` by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2976](https://togithub.com/dani-garcia/vaultwarden/pull/2976)
- Fix recover-2fa not working. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2994](https://togithub.com/dani-garcia/vaultwarden/pull/2994)
- Disable groups by default and Some optimizations by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2995](https://togithub.com/dani-garcia/vaultwarden/pull/2995)
- Fix a panic during Yubikey register/login by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/3006](https://togithub.com/dani-garcia/vaultwarden/pull/3006)
##### New Contributors
- [@MFijak](https://togithub.com/MFijak) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2846](https://togithub.com/dani-garcia/vaultwarden/pull/2846)
- [@GeekCornerGH](https://togithub.com/GeekCornerGH) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2859](https://togithub.com/dani-garcia/vaultwarden/pull/2859)
- [@samueltardieu](https://togithub.com/samueltardieu) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2910](https://togithub.com/dani-garcia/vaultwarden/pull/2910)
- [@skid9000](https://togithub.com/skid9000) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2911](https://togithub.com/dani-garcia/vaultwarden/pull/2911)
- [@karbobc](https://togithub.com/karbobc) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2928](https://togithub.com/dani-garcia/vaultwarden/pull/2928)
- [@tessus](https://togithub.com/tessus) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2969](https://togithub.com/dani-garcia/vaultwarden/pull/2969)
**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.26.0...1.27.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.26.0
->1.27.0
Release Notes
dani-garcia/vaultwarden
### [`v1.27.0`](https://togithub.com/dani-garcia/vaultwarden/releases/tag/1.27.0) [Compare Source](https://togithub.com/dani-garcia/vaultwarden/compare/1.26.0...1.27.0) ##### New features ##### Event logs for organizations With this feature enabled, actions occurring inside an organization will be recorded in a log, viewable by organization admins and owners. Check the official documentation to learn more: https://bitwarden.com/help/event-logs/ (Note that the Public API is not yet implemented, so the events are only viewable in the Web Vault) To enable this feature, set `ORG_EVENTS_ENABLED=true`. By default all events will be stored indefinitely, if you want to limit that, you can use the `EVENTS_DAYS_RETAIN` option. You can also tune the cleanup schedule with `EVENT_CLEANUP_SCHEDULE`. ##### Group support (beta) Enables the creation and use of groups inside an organization. At the moment this is in beta because there are some known issues ([https://github.com/dani-garcia/vaultwarden/issues/2989](https://togithub.com/dani-garcia/vaultwarden/issues/2989)). Still, the more this feature is tested, the faster we will be able to stabilize it. To enable this feature, set `ORG_GROUPS_ENABLED=true`, make sure to make proper backups of your instance before hand. ##### What's Changed - Group support | applied .diff by [@MFijak](https://togithub.com/MFijak) in [https://github.com/dani-garcia/vaultwarden/pull/2846](https://togithub.com/dani-garcia/vaultwarden/pull/2846) - Add Organizational event logging feature by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2868](https://togithub.com/dani-garcia/vaultwarden/pull/2868) - Updated web vault to 2022.12.0 by [@dani-garcia](https://togithub.com/dani-garcia) - Update diesel to 2.0.2 by [@dani-garcia](https://togithub.com/dani-garcia) in [https://github.com/dani-garcia/vaultwarden/pull/2724](https://togithub.com/dani-garcia/vaultwarden/pull/2724) - Limit Cipher Note encrypted string size by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2945](https://togithub.com/dani-garcia/vaultwarden/pull/2945) - fix invitations of new users when mail is disabled by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2773](https://togithub.com/dani-garcia/vaultwarden/pull/2773) - attach images in email by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2784](https://togithub.com/dani-garcia/vaultwarden/pull/2784) - allow registration without invite link by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2799](https://togithub.com/dani-garcia/vaultwarden/pull/2799) - Fix master password hint update not working. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2834](https://togithub.com/dani-garcia/vaultwarden/pull/2834) - Sync global_domains.json by [@jjlin](https://togithub.com/jjlin) in [https://github.com/dani-garcia/vaultwarden/pull/2840](https://togithub.com/dani-garcia/vaultwarden/pull/2840) - verify email on registration by invite by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2804](https://togithub.com/dani-garcia/vaultwarden/pull/2804) - Take `ROCKET_ADDRESS` into account in the Docker healthcheck by [@jjlin](https://togithub.com/jjlin) in [https://github.com/dani-garcia/vaultwarden/pull/2844](https://togithub.com/dani-garcia/vaultwarden/pull/2844) - Update github workflows by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2852](https://togithub.com/dani-garcia/vaultwarden/pull/2852) - feat: Bump web-vault to v2022.10.1 by [@GeekCornerGH](https://togithub.com/GeekCornerGH) in [https://github.com/dani-garcia/vaultwarden/pull/2859](https://togithub.com/dani-garcia/vaultwarden/pull/2859) - Update Rust version, deps and workflow by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2888](https://togithub.com/dani-garcia/vaultwarden/pull/2888) - Add `/devices/knowndevice` endpoint by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2893](https://togithub.com/dani-garcia/vaultwarden/pull/2893) - fix: removed a double space by [@GeekCornerGH](https://togithub.com/GeekCornerGH) in [https://github.com/dani-garcia/vaultwarden/pull/2894](https://togithub.com/dani-garcia/vaultwarden/pull/2894) - Support Org Export for v2022.11 clients by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2899](https://togithub.com/dani-garcia/vaultwarden/pull/2899) - Use constant size generic parameter for random bytes generation by [@samueltardieu](https://togithub.com/samueltardieu) in [https://github.com/dani-garcia/vaultwarden/pull/2910](https://togithub.com/dani-garcia/vaultwarden/pull/2910) - Update config comment to reflect rfc8314. by [@skid9000](https://togithub.com/skid9000) in [https://github.com/dani-garcia/vaultwarden/pull/2911](https://togithub.com/dani-garcia/vaultwarden/pull/2911) - Set "Bypass admin page security" as read-only by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2918](https://togithub.com/dani-garcia/vaultwarden/pull/2918) - Fully remove DuckDuckGo email service. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2919](https://togithub.com/dani-garcia/vaultwarden/pull/2919) - Added missing `register` endpoint to `identity` by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2920](https://togithub.com/dani-garcia/vaultwarden/pull/2920) - Prevent DNS leak when icon regex is configured by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2921](https://togithub.com/dani-garcia/vaultwarden/pull/2921) - Update settings description by [@karbobc](https://togithub.com/karbobc) in [https://github.com/dani-garcia/vaultwarden/pull/2928](https://togithub.com/dani-garcia/vaultwarden/pull/2928) - allow managers to set groups of a collection by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2933](https://togithub.com/dani-garcia/vaultwarden/pull/2933) - Update Vaultwarden Logo's by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2940](https://togithub.com/dani-garcia/vaultwarden/pull/2940) - check if sqlite folder exists by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2873](https://togithub.com/dani-garcia/vaultwarden/pull/2873) - redirect to admin login page when forward fails by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2886](https://togithub.com/dani-garcia/vaultwarden/pull/2886) - Cleanups and Fixes for Emergency Access by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2936](https://togithub.com/dani-garcia/vaultwarden/pull/2936) - Update dependencies for Rust and Admin interface. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2941](https://togithub.com/dani-garcia/vaultwarden/pull/2941) - Fix admin repost warning. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2953](https://togithub.com/dani-garcia/vaultwarden/pull/2953) - Add dev-only query logging support by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2954](https://togithub.com/dani-garcia/vaultwarden/pull/2954) - Fix managers and groups link by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2947](https://togithub.com/dani-garcia/vaultwarden/pull/2947) - use a custom 404 page by [@stefan0xC](https://togithub.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/2948](https://togithub.com/dani-garcia/vaultwarden/pull/2948) - Increase privacy of masked config by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2963](https://togithub.com/dani-garcia/vaultwarden/pull/2963) - Improve comments by [@tessus](https://togithub.com/tessus) in [https://github.com/dani-garcia/vaultwarden/pull/2969](https://togithub.com/dani-garcia/vaultwarden/pull/2969) - use black favicon for /admin by [@tessus](https://togithub.com/tessus) in [https://github.com/dani-garcia/vaultwarden/pull/2970](https://togithub.com/dani-garcia/vaultwarden/pull/2970) - Remove ctrlc crate and some updates by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2971](https://togithub.com/dani-garcia/vaultwarden/pull/2971) - Fix org export (again) by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2973](https://togithub.com/dani-garcia/vaultwarden/pull/2973) - Revert collection queries back to `left_join` by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2976](https://togithub.com/dani-garcia/vaultwarden/pull/2976) - Fix recover-2fa not working. by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2994](https://togithub.com/dani-garcia/vaultwarden/pull/2994) - Disable groups by default and Some optimizations by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/2995](https://togithub.com/dani-garcia/vaultwarden/pull/2995) - Fix a panic during Yubikey register/login by [@BlackDex](https://togithub.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/3006](https://togithub.com/dani-garcia/vaultwarden/pull/3006) ##### New Contributors - [@MFijak](https://togithub.com/MFijak) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2846](https://togithub.com/dani-garcia/vaultwarden/pull/2846) - [@GeekCornerGH](https://togithub.com/GeekCornerGH) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2859](https://togithub.com/dani-garcia/vaultwarden/pull/2859) - [@samueltardieu](https://togithub.com/samueltardieu) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2910](https://togithub.com/dani-garcia/vaultwarden/pull/2910) - [@skid9000](https://togithub.com/skid9000) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2911](https://togithub.com/dani-garcia/vaultwarden/pull/2911) - [@karbobc](https://togithub.com/karbobc) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2928](https://togithub.com/dani-garcia/vaultwarden/pull/2928) - [@tessus](https://togithub.com/tessus) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/2969](https://togithub.com/dani-garcia/vaultwarden/pull/2969) **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.26.0...1.27.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.