Releases: passbolt/go-passbolt
Releases · passbolt/go-passbolt
v0.7.1 - Bugfix MFA
v0.7.0 - TOTP Support
- update deps
- add totp and password-description-totp Support
- add Secret Validation using Server JSON Schemas
- add Workaround for Inconsistent Resource Type API Responses
- fix CI
v0.6.1 - Bugfix
- fix passbolt/go-passbolt-cli#32
- update deps
v0.6.0 - Fix Typos
- fix typos thanks to @lenforiee
v0.5.8 - Update Deps
- Update Deps
- Minimum Go Version 1.18
- fix test keysize
v0.5.7 - Bugfix
fix incorrect Resource FilterIsSharedWithGroup Type
v0.5.6 - Bugfix
Fix bug where MFA Challange Detection Failed if the Passbolt Servers default Language is not English
v0.5.5 - Repository Transfer
go-passbolt has been moved to the official Passbolt GitHub organization!
Because of that, the import path has been updated.
For Versions before v0.5.5 use github.com/speatzle/go-passbolt
For Versions since v0.5.5 github.com/passbolt/go-passbolt
v0.5.4 - Bugfix
- Add missing ResourceType field for the ContainResourceType Option to the API Resource Struct
- fix typo
- update deps
v0.5.3 - Bugfix
- fix broken cicd due to passbolt/passbolt_docker@27f0273
- fix Security issue PBL-06-012: "URL path traversal via command line flags" #10
- fix #9 Group Helper Panics
- Update Deps