Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1.03 KB

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