Releases: matthewhartstonge/storage
Releases · matthewhartstonge/storage
v0.18.3
v0.18.2
v0.18.1
v0.18.1 - 2019-02-07
Added
- experimental support for go modules.
Fixed
- Fixed the last ineffassign issue reported via goreportcard.
- Tested against upstream [email protected]
- Tested against upstream [email protected]
- RequestManager:
RequestManager.Listnow usesentityNameinstead of hardcodedstorage.EntityClients#24 - RequestManager:
RequestManager.Updateshould useentityNameinstead of hardcodedstorage.EntityClients#25
v0.18.0
v0.18.0 - 2019-01-24
Added
- Support for testing under Go 1.11
Changed
- Adds support for Fosite
v0.27.x Client: Now has anAllowedAudiencesattribute to comply to the new interface method required forfosite.Client.Request: Changed attributeScopestoRequestedScope. bson, json and xml tags remain the same.Request: Changed attributeGrantedScopestoGrantedScope. bson, json and xml tags remain the same.
Fixed
- Fixes the last golint error which was not reported when run locally.
- Fixes ineffassign issues reported via goreportcard.
Removed
- Support for testing under Go 1.8
v0.17.0
v0.17.0 - 2018-11-07
Changed
- Adds support for Fosite
v0.26.0 - Exported Mongo index constants have been changed to align with idiomatic Go, where the
Idsuffixes are nowID
Fixed
- Fixed all golint errors
v0.16.0
v0.16.0 - 2018-10-15
Changed
- Adds support for Fosite
v0.25.0
v0.15.0
v0.15.0 - 2018-10-15
Changed
- Adds support for Fosite
v0.23.0
v0.14.0
v0.14.0 - 2018-10-15
Changed
- Adds support for Fosite
v0.22.0 - Updated readme example to match upstream.
v0.13.0-beta
v0.13.0-beta - 2018-09-04
We have been using this release in house for the past month with our
own auth server. If you have any issues related to the mongo storage
implementation, please report an issue.
Changed
- deps: updated
Gopkg.lockto support depv0.5.0
Fixed
- mongo: Have added a struct tag to tell the
envconfigpackage to
ignore processingConfig.TLSConfig, as the instantiated config it
creates breaks TLS mongo connections. - user manager: Fixes filtering not being performed on
PersonID
v0.13.0-alpha2
v0.13.0-alpha2 - 2018-07-12
Added
- mongo: Added tests to CacheManager for Create, Get, Update, Delete and DeleteByValue.
Changed
- CacheManager: must support
Configurerinterface - RequestManager: must support
Configurerinterface - deps: updated to support fosite
v0.21.X
Fixed
- readme: version link for
v0.13.0-alpha1 - default config: Fixed a configuration bug, where repeat connections would lead to the default port being appended multiple times to cfg.hostnames.
- cachemanager: DeleteByValue's query selector should have been querying by attribute
signaturenot by the non-existant bson attributevalue. - requestmanager: Reverted session data back to []byte due to not being able to unmarshal into an interface.