3.0.1
Release Notes - Restheart - Version 3.0.1
Release Notes - Restheart - Version 3.0.1
Bug
- [RH-212] - NPE creating index without ops property (options)
- [RH-226] - Wrong Location returned after a PUT on a binary collection
- [RH-228] - error GET /db/bucker.files/<fileid>/binary if fileid is not an ObjectId
- [RH-231] - DbIdentityManager requires mongodb user with listDatabases perminssion
- [RH-233] - json minify class is not thread safe, leads to errors on heavy load
- [RH-235] - NPE on GET /db/_schemas
- [RH-236] - wrong http return code on METHOD_NOT_ALLOWED and RESERVED RESOURCE errors
Improvement
- [RH-224] - extend configuration of DbIdentityManager to allow specifying prop names for id, passoword and roles
- [RH-225] - RequestContext helper methods to simplify request type check
- [RH-227] - PLAIN_JSON representation should include _links with rh:xxx namespace
- [RH-229] - improve json minification time
- [RH-230] - epochTimeStamp property of RequestPropsInjecterTransformer now in milliseconds (was in seconds) as required by mongo Date https://docs.mongodb.com/manual/reference/mongodb-extended-json/
- [RH-232] - DbIdentityManager configuration option to create a default user if none exists
- [RH-234] - improve DbIdentityManager to update user roles associated with auth-token
Commits
- 277602d - (HEAD, tag: 3.0.1) Release 3.0.1 (12 minutes ago)
- 7adcae0 - fixed wrong http return code on METHOD_NOT_ALLOWED and RESERVED RESOURCE errors https://softinstigate.atlassian.net/browse/RH-236 (7 days ago)
- 548b774 - fixed NPE on GET /db/_schemas https://softinstigate.atlassian.net/browse/RH-235 (8 days ago)
- a752063 - improved DbIdentityManager updating the account in auth-token cache when authentication succeeds https://softinstigate.atlassian.net/browse/RH-234 (12 days ago)
- 8309af9 - fixed issue “json minify class is not thread safe, leads to errors on heavy load” https://softinstigate.atlassian.net/browse/RH-233 (3 weeks ago)
- 4af1045 - DbIdentityManager configuration option to create a default user if none exists https://softinstigate.atlassian.net/browse/RH-232 (3 weeks ago)
- 6225620 - fixed DbIdentityManager requires mongodb user with listDatabases perminssion https://softinstigate.atlassian.net/browse/RH-231 (3 weeks ago)
- a11abd0 - Upgrade undertow-core to 1.4.8.Final (3 weeks ago)
- 082938c - Upgrade mongo-java-driver to 3.4.1 (3 weeks ago)
- ff29993 - upgrading to everit-org/json-schema 1.5.0 (3 weeks ago) <Bence Erős>
- 29efa5f - epochTimeStamp property of RequestPropsInjecterTransformer now in milliseconds (was in seconds) as required by mongo Date https://docs.mongodb.com/manual/reference/mongodb-extended-json/ (5 weeks ago)
- 3bd72e8 - json minification now uses https://github.com/charlesbihis/minify (5 weeks ago)
- c489fa7 - fixed error GET /db/bucker.files//binary if fileid is not an ObjectId https://softinstigate.atlassian.net/browse/RH-228 (5 weeks ago)
- d67a5f2 - fixed typo in dev conf file (5 weeks ago)
- 838a228 - added some javadoc (5 weeks ago)
- 2cea2f4 - updated conf file for integration test with new parameters (5 weeks ago)
- b944a34 - put back default configuration for development conf file (5 weeks ago)
- 0422053 - extend configuration of DbIdentityManager to allow specifying prop names for id, passoword and roles https://softinstigate.atlassian.net/browse/RH-224 (5 weeks ago)
- eca9977 - RequestContext helper methods to simplify request type check https://softinstigate.atlassian.net/browse/RH-225 (5 weeks ago)
- 458e64b - minor improvement to PLAIN_JSON representation format https://softinstigate.atlassian.net/browse/RH-227 (5 weeks ago)
- 31c8a58 - fixed wrong Location response header o PUT file request https://softinstigate.atlassian.net/browse/RH-226 (5 weeks ago)