Skip to content

Releases: matthewhartstonge/storage

v0.7.1

02 Oct 21:46
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • Adds functions to enable sorting Clients by Name and Owner
  • Adds functions to enable sorting Users by Username, FirstName and LastName

v0.7.0

02 Oct 21:45
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • Adds support for mongo connections over SSL
  • ConnectionURI has been dropped in favour of ConnectionInfo to enable SSL connections

v0.6.0

02 Oct 21:45
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • Removes request.PersistRefreshTokenGrantSession from request.Storer interface as per required fosite v0.11.x breaking changes
  • Removes request.PersistAuthorizeCodeGrantSession from request.Storer interface as per required fosite v0.11.x breaking changes
  • Uses the new interfaces that were brought in to simplify storage with fosite v0.11.x

v0.5.3

02 Oct 21:44
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release
  • Added omitempty for marshaling json tags

v0.5.2

18 Sep 02:50
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • Added returning fosite.ErrNotFound if unable to find a user record to delete

v0.5.1

18 Sep 02:50
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Added omitempty for marshaling User Attributes

v0.5.0

18 Sep 01:53
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Opened the user model up to accept passwords via JSON/XML payloads.

Ensure that on all API routes, if using the model directly, to either cast attributes to a response struct that does
not contain a password attribute or clear out the password field before sending the response.

v0.4.4

18 Sep 01:55
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release
  • Added error for conflicting user accounts on creation based on username

v0.4.3

18 Sep 01:55
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release
  • Fixed a filtering case where organisation_id had not been changed to tenantIDs
  • Fixes a couple of testcases

v0.4.2

18 Sep 01:55
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • Adds user account disabled boolean.
  • Adds user methods to check for equality and emptiness.