Skip to content

Releases: passbolt/go-passbolt

v0.5.2 - Bugfix Session Cookie

18 Nov 11:23
Compare
Choose a tag to compare
  • added additional Session Cookie name to whitelist

v0.5.1 - Bugfix Base URL Path

18 Nov 08:14
Compare
Choose a tag to compare
  • fix base url path being overwritten

v0.5.0 - MFA and Verification

22 Sep 08:31
Compare
Choose a tag to compare
  • add MFA callback to Client
  • add MFA reference implementation for non interactive TOTP Setups
  • add Server Verification Functionality

v0.4.0 - Offline Decrypting

16 Sep 13:18
Compare
Choose a tag to compare
  • 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

08 Sep 13:21
Compare
Choose a tag to compare
  • All Helpers now only update fields that are not empty (#3)

v0.3.0 - User Support

08 Sep 12:47
Compare
Choose a tag to compare
  • Add User Helper Functions
  • Fix bad errors checking that led to panics

v0.2.2 - Bugfix Get Options

08 Sep 09:19
Compare
Choose a tag to compare
  • 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

07 Sep 11:17
Compare
Choose a tag to compare
  • fix bug where the GeneratePermissionChanges helper function would match wrong existing permissions.

v0.2.0 - Setup Account

06 Sep 14:09
Compare
Choose a tag to compare
  • 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

02 Sep 11:45
Compare
Choose a tag to compare
  • fix a small mistake in the GroupMembershipOperation struct definition
  • correct comment for the DecryptMessage function