Releases: passbolt/go-passbolt
Releases · passbolt/go-passbolt
v0.5.2 - Bugfix Session Cookie
- added additional Session Cookie name to whitelist
v0.5.1 - Bugfix Base URL Path
- fix base url path being overwritten
v0.5.0 - MFA and Verification
- add MFA callback to Client
- add MFA reference implementation for non interactive TOTP Setups
- add Server Verification Functionality
v0.4.0 - Offline Decrypting
- add helper function to decrypt resource with local data
- added error for updating group if the membership already exists
- fixed folder sharing not working
- removed non existent permission API call function
v0.3.1 - Helpers Only Update non Empty Fields
- All Helpers now only update fields that are not empty (#3)
v0.3.0 - User Support
- Add User Helper Functions
- Fix bad errors checking that led to panics
v0.2.2 - Bugfix Get Options
- Resource get options missing/wrong fixed
- Folder get options missing/wrong fixed
- Group get helper membership struct added additional fields
v0.2.1 - Bugfix Sharing
- fix bug where the GeneratePermissionChanges helper function would match wrong existing permissions.
v0.2.0 - Setup Account
- add api interface and helper functions to complete Account Setup using a Invite link.
- fixed lint issue
- add basic ci testing using github actions
v0.1.1 - Group Support Bugfix
- fix a small mistake in the GroupMembershipOperation struct definition
- correct comment for the DecryptMessage function