Skip to content

Releases: bitwarden/sdk-sm

Rust crates v2.1.0

21 May 20:37
0520690

Choose a tag to compare

Python v2.1.0

21 May 22:31
0520690

Choose a tag to compare

bws CLI v2.1.0

21 May 21:59
0520690

Choose a tag to compare

  • Various dependency updates
  • Various workflow updates

Rust crates v2.0.0

05 Feb 19:43
02c463a

Choose a tag to compare

Python v2.0.0

05 Feb 22:57
b6b23e8

Choose a tag to compare

bws CLI v2.0.0

05 Feb 21:43
2148348

Choose a tag to compare

.NET NuGet v1.0.0

23 Jan 10:47
225e6cf

Choose a tag to compare

This update brings the .NET SDK binding to 1.0!

Python v1.0.0

30 Sep 16:21
fa7a02c

Choose a tag to compare

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

30 Sep 17:02
0ae4557

Choose a tag to compare

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

26 Sep 16:42
73d3ce8

Choose a tag to compare

  • Bug fixes