Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.63 KB

File metadata and controls

73 lines (45 loc) · 1.63 KB

1.1.0 (2026-01-12)

Feat

  • support organizations renaming
  • Update issue templates

Fix

  • logger: make the response content of a failed api call available to an exception handler
  • crypto: fix raise DecryptError

Refactor

  • migrate to ruff-only linting

1.0.4 (2025-06-16)

Fix

  • admin-client: fix readme example and fix disable/enable method for users managment (#25)

1.0.3 (2025-06-10)

Fix

  • permissions: remove AccessAll field and add detailed permissions/groups (#23)

1.0.2 (2025-05-21)

Fix

  • api-fields: fix api fields for vaultwarden v1.33.x

1.0.1 (2024-09-25)

Feat

  • tests: add tests run to CI
  • tests: add models tests and e2e tests
  • tests: add fixtures

Fix

  • lint: fix mypy typing
  • org-invite: fix organization invitte payload
  • cipher-collections: fix method changing collections of a cipher
  • sync-seat-null: Seats value can be null
  • lint: import fix
  • lint: remove unused import
  • bitwarden: fix List model and refresh master_ke when refresh token
  • typing: fix mypy tiping and checks
  • default-values: remove mutable default values
  • camelcase-api-field: Allow parsing of API result with camel-cased field follow vaultwarden 1.31 changes
  • typing: remove 'Optional' typing
  • ci: trigger CI only when targeting main brancha

1.0.0 (2024-02-01)

Feat

  • pydantic: Rework Bitwarden Client with pydantic classes + Usage

0.7.0 (2023-09-06)

Feat

  • init: first version open-sourced

Fix

  • license: fix license property and license classifier = fix typo
  • tests: fix unit tests