Skip to content

v3.4.1

Choose a tag to compare

@kjanat kjanat released this 08 Jun 22:02
· 28 commits to master since this release
v3.4.1
65952da

PyPI

Fixed

  • A newly created item could lose an attachment on re-run -- when kp2bw
    created a fresh Bitwarden item and immediately uploaded its attachment,
    bw serve could fail to resolve the just-created item (it looks the id up in
    its local vault cache, not on the server), report Not found, and silently
    drop that one attachment. The vault is now synced after items are created and
    before attachments upload, and an upload that still hits a not-found error
    syncs and retries once.

Full Changelog: v3.4.0...v3.4.1