Releases: bitwarden/sdk
Releases · bitwarden/sdk
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_FILE
environment variable to specify the location of the config file (#571) - The
bws
CLI is now available as a Docker image (docker run -it bitwarden/bws --help
) (#305) - The
bws
CLI 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)
Changed
bws CLI v0.4.0
bws CLI v0.3.1
bws CLI v0.3.0
Deprecated
- Switched command order from
action type
totype action
, please re-read the help documentation (#76)
Added
- Ability to create and edit projects (#53)
- Ability to create and edit secrets (#77)
- Support
NO_COLOR
environment variable to disable CLI colors (#61) - Support for
CLICOLOR_FORCE
(#74)
Fixed
bws CLI v0.2.1
- Bug fixes
bws CLI v0.2.0
Initial release of secrets manager CLI 🥳