Python-vaultwarden

Latest version: v1.0.0

Safety actively analyzes 623694 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 10

1.30.2

⚠️ **Note:** The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in the next release.

What's Changed
* Prevent generating an error during ws close by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4127
* Update Rust, Crates, Profile and Actions by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4126
* Several small fixes for open issues by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4143
* Fix the version string by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4153
* Decrease JWT Refresh/Auth token by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4163
* Update crates by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4173
* Add additional build target which optimizes for size by gladiac in https://github.com/dani-garcia/vaultwarden/pull/4096
* Update web-vault to v2023.12.0 by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4201
* Update Rust and Crates by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4211
* Fix Single Org Policy check by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4207
* Allow customizing the featureStates by PKizzle in https://github.com/dani-garcia/vaultwarden/pull/4168
* Fix 3413: push to users accessing the collections using groups by matlink in https://github.com/dani-garcia/vaultwarden/pull/3757
* US or EU Data Region Selection by toto-xoxo in https://github.com/dani-garcia/vaultwarden/pull/3752
* enforce 2FA policy on removal of second factor and login by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3803
* improve emergency access when not enabled by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/4227
* Update crates and fix icon issue by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4237
* Bump h2 from 0.3.23 to 0.3.24 by dependabot in https://github.com/dani-garcia/vaultwarden/pull/4260
* Fix bulk collection deletion by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4257
* fix: use black text for update badge (better contrast) by tessus in https://github.com/dani-garcia/vaultwarden/pull/4245
* prevent side effects if groups are disabled by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/4265
* Update crates, web-vault to 2024.1.2 and GHA by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4275
* Return 404 when user public_key is empty by Timshel in https://github.com/dani-garcia/vaultwarden/pull/4271
* Improve file limit handling by dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/4242
* Fix attachment upload size check by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4282
* err on invalid feature flag by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/4263
* register missing push devices at login by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3792
* Update env template file by gzfrozen in https://github.com/dani-garcia/vaultwarden/pull/4276

New Contributors
* gladiac made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4096
* PKizzle made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4168
* matlink made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3757
* toto-xoxo made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3752
* Timshel made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4271
* gzfrozen made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4276

**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.30.1...1.30.2

1.30.1

This is a minor release to fix some issues with the `Login with device` feature, and restore the `alpine` docker tag that was missing on the latest release.

⚠️ **Note:** The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in a future release.

What's Changed
* Fix missing alpine tag during buildx bake by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4043
* Disable autofill-v2 by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4056
* Add Protected Actions Check by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4067
* Update crates by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4074

**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.30.0...1.30.1

1.30.0

⚠️ **Note:** The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in a future release.

Major changes and New Features
* Added `passkey` support, allowing the browser extensions to store and use your `passkeys`, make sure the extension is updated to version `2023.10.0` or newer for passkey support.
* Updated web vault to 2023.10.0.
* Fixed crashes in ARMv6 devices
* Fixed crashes when trying to create/edit a cipher in the mobile applications.

What's Changed
* Update Rust and Crates by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3808
* update web-vault to v2023.8.2 by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3821
* Fix Login With Device without MasterPassword by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3831
* Update GitHub Workflow by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3910
* Fix arm builds by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3911
* Fix typos by tuhanayim in https://github.com/dani-garcia/vaultwarden/pull/3959
* csp: rename anonaddy.com to addy.io by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3950
* filter handlebars logs by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3859
* Remove unnecessary variable clone by mvalois in https://github.com/dani-garcia/vaultwarden/pull/3981
* README.md: Fix grammar nit by AndreasHGK in https://github.com/dani-garcia/vaultwarden/pull/3965
* Fix small issues by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3964
* Adds LastActive on /admin/users API route by mvalois in https://github.com/dani-garcia/vaultwarden/pull/3951
* Reopen log file on SIGHUP by tobiasmboelz in https://github.com/dani-garcia/vaultwarden/pull/3909
* Fix External ID not set during DC Sync by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3804
* New config option disable email change by admav in https://github.com/dani-garcia/vaultwarden/pull/3986
* 2FA Confirmation Code Email subject line change to fix triggering Google spam blocker by aureateflux in https://github.com/dani-garcia/vaultwarden/pull/3572
* Implement cipher key encryption by dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/3990
* Container building changes by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3958
* Fix issue with MariaDB/MySQL migrations by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3994
* feat: Working passkeys storage by GeekCornerGH in https://github.com/dani-garcia/vaultwarden/pull/4025
* ci: add trivy workflow by mightyBroccoli in https://github.com/dani-garcia/vaultwarden/pull/3997
* Fix importing Bitwarden exports by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4030

New Contributors
* tuhanayim made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3959
* mvalois made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3981
* AndreasHGK made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3965
* tobiasmboelz made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3909
* admav made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3986
* aureateflux made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3572
* mightyBroccoli made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3997

**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.29.2...1.30.0

1.29.2

Minor release to fix an issue forcing user to set amaster password when logging in even when it's already set

What's Changed
* Fix .env.template file by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3734
* Fix UserOrg status during LDAP Import by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3740
* Update images to Bookworm and PQ15 and Rust v1.71 by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3573
* Implement "login with device" by quexten in https://github.com/dani-garcia/vaultwarden/pull/3592
* chore: Bump web vault to v2023.7.1 and bump Rust by GeekCornerGH in https://github.com/dani-garcia/vaultwarden/pull/3769
* Optimized Favicon downloading by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3751
* add UserDecryptionOptions to login response by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3813
* add new secretsmanager plan for web-v2023.8.x by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3797
* Allow Authorization header for Web Sockets by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3806
* Update admin interface by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3730


**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.29.1...1.29.2

1.29.1

Minor release to fix some issues with organization API key generation when using PostgreSQL

What's Changed
* Fix Org API Key generation on PosgreSQL by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3678
* feat: Add support for forwardemail by GeekCornerGH in https://github.com/dani-garcia/vaultwarden/pull/3686
* Fix some external_id issues by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3690
* Remove debug code during attachment download by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3704

**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.29.0...1.29.1

1.29.0

Major changes and New Features

* WebSocket notifications now work via the default HTTP port. No need for `WEBSOCKET_ENABLED` and a separate port anymore.
The proxy examples still need to be updated for this. Support for the old websockets port 3012 will remain for the time being.
* Mobile Client push notification support, see 3304 thanks GeekCornerGH!
* Web-Vault updated to v2023.5.0 (v2023.5.1 does not add any improvements for us)
* The latest Bitwarden Directory Connector can be used now ([v2022.11.0](https://github.com/bitwarden/directory-connector/releases/tag/v2022.11.0))
* [Storing passkeys](https://bitwarden.com/passwordless-passkeys) is supported, though the clients are not yet released. So, it might be we need to make some changes once they are released.
See: 3593, thanks GeekCornerGH!

What's Changed
* check if reset password policy is enabled by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3427
* WebSockets via Rocket's Upgrade connection by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3404
* Several config and admin interface fixes by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3436
* Fixed missing footer_text and a few inconsistencies in email templates by kennymc-c in https://github.com/dani-garcia/vaultwarden/pull/3439
* Small update to Rocket WebSockets by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3440
* inline static rsa keys by vilgotf in https://github.com/dani-garcia/vaultwarden/pull/3475
* Update Rust and Crates by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3469
* Change `String` to `&str` for all Rocket functions and some other fixes by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3491
* Use Rocket `v0.5` branch to fix endpoints by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3502
* Use fully qualified image names in Dockerfile by gitouche-sur-osm in https://github.com/dani-garcia/vaultwarden/pull/3505
* policy data should be `null` not an empty object by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3513
* update web-vault to v2023.4.2 by stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3522
* Sync global_domains.json (Pinterest) by jjlin in https://github.com/dani-garcia/vaultwarden/pull/3532
* Prevent 401 on main admin page by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3547
* Update crates and GH Workflow by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3548
* Fix collection change ws notifications by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3546
* Update Rust and Crates by tessus in https://github.com/dani-garcia/vaultwarden/pull/3563
* feat: Implement Push Notifications sync by GeekCornerGH in https://github.com/dani-garcia/vaultwarden/pull/3304
* Implement the Organization API Key support for the new Directory Connector v2022 by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3568
* Add mobile push device filter to non-null push uuid by quexten in https://github.com/dani-garcia/vaultwarden/pull/3578
* Update crates and workflow by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3603
* Add group import on invite by farodin91 in https://github.com/dani-garcia/vaultwarden/pull/3606
* Fix send access regression by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3608
* feat: Support for storing passkeys in the vault by GeekCornerGH in https://github.com/dani-garcia/vaultwarden/pull/3593
* add user to collection during creation by farodin91 in https://github.com/dani-garcia/vaultwarden/pull/3609
* Updated docker run command by DenuxPlays in https://github.com/dani-garcia/vaultwarden/pull/3620
* Added-External_id for Collections by fashberg in https://github.com/dani-garcia/vaultwarden/pull/3623
* fix missing password check while manual reset password enrollment by sirux88 in https://github.com/dani-garcia/vaultwarden/pull/3632
* Update crates and small clippy fix by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3649
* fix version when compiled at a specific commit by tessus in https://github.com/dani-garcia/vaultwarden/pull/3651
* Fix org creation regresion by BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3659

New Contributors
* kennymc-c made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3439
* vilgotf made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3475
* gitouche-sur-osm made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3505
* quexten made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3578
* DenuxPlays made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3620
* fashberg made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3623

**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.28.1...1.29.0

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.