Releases: bitwarden/sdk-sm
Releases ยท bitwarden/sdk-sm
Rust crates v2.0.0
- chore!: update to sdk-internal 2.0.0 (#1415)
- fix: wasm-bindgen-cli MSRV requirements (#1426)
- Various dependency updates
- Various workflow updates
Python v2.0.0
- feat: add secrets generator to the Python SDK (#1344)
- fix: installation issues caused by missing LICENSE file (#1221); thanks, @davzoku!
- Various dependency updates
- Various workflow updates
bws CLI v2.0.0
- fix: don't panic if there are no secrets (#1255)
- fix: use updated SM crypto and fix test suite (#1292)
- chore: replace oniguruma with regex-fancy (#1268)
- fix: cross-compiled bin not working without emulation on host (#1176)
- fix: 405 method not allowed errors caused by trailing forward-slashes (#1348)
- ci: release statically linked MUSL binaries (#1398)
- Various dependency updates
- Various workflow updates
.NET NuGet v1.0.0
This update brings the .NET SDK binding to 1.0!
Python v1.0.0
This update brings the Python SDK binding to 1.0! Notable and breaking changes:
- Renames access_token_login function to login_access_token, placed within auth
- Refactors Secrets and Projects Create and Update functions
- Adds two Secrets functions, get_by_ids and sync
- Other changes behind the scenes
NOTE: Most of these breaking changes were included in the 0.1.1 release, this is the correct semver bump
napi v1.0.0
This update brings the NAPI SDK binding to 1.0! Notable and breaking changes:
- Renames accessTokenLogin function to loginAccessToken, placed within auth
- Refactors Secrets and Projects Create and Update functions
- Adds two Secrets functions, getByIds and sync
- Other changes behind the scenes
bws CLI v1.0.0
- Bug fixes
bws CLI v0.5.0
Added
- Add a
BWS_CONFIG_FILEenvironment variable to specify the location of the config file (#571) - The
bwsCLI is now available as a Docker image (docker run -it bitwarden/bws --help) (#305) - The
bwsCLI releases are now code signed on Windows and Mac (#534, #535)
Fixed
- Re-add output options to the help menu after they were accidentally removed (#477)