Releases: SoftInstigate/restheart
Releases · SoftInstigate/restheart
1.0.3
1.0.2
Release Notes - Restheart - Version 1.0.2
Bug
- [RH-115] - some link templates are wrong
- [RH-117] - Usin string methods to decode multibyte-encoded text from a stream can lead to character corruption
Improvement
- [RH-118] - If the request has a 'properties' part which contains a filename key then override the content disposition's filename
1.0.1
Bugfix: resolved issue https://softinstigate.atlassian.net/browse/RH-111
(Upload file service was not compatible with multipart/form-data standard)
1.0.0
Release Notes - Restheart - Version 1.0.0
Major Release
This is a major, production ready release.
Upgrading is strongly suggested.
Bug
- [RH-91] - RESTHeart integration tests fail "sometimes"
- [RH-92] - wrong result set due to eager dbcursor preallocation
- [RH-93] - wrong rels link when string id contains spaces
- [RH-102] - wrong links in embedded resource
Improvement
0.10.4
0.10.3
0.10.2
0.10.1
Release Notes - Restheart - Version 0.10.1
Bug
- [RH-71] - GetRoleHandler does not take auth token into account
- [RH-72] - requests to /_authtoken/<userid> lead to 401 Unauthorized
- [RH-74] - wrong return code if request is not permitted but user is authenticated
- [RH-75] - CORS headers not injected on ApplicationLogicHandler if authentication fails
- [RH-76] - Auth-Token-* headers cannot be read by browser when request is to a different domain
- [RH-78] - RequestContext does not flow through Security Handlers chain
Improvement
0.10.0
this is a major update; new and notable improvements:
- strict mode representation for MongoDB extended JSON (*)
- token based authentication
- query execution optimization via the eager dbcursor preallocation engine
- support for GridFs (early release, feedbacks appreciated)
- can fork server process with --fork option (not available on windows)
- better support for data created by other clients (for instance by the mongo shell)
- dbs and collections not created by RESTHeart are now immediately visible (no need for server restart anymore)
- support for other doc id types (id type can be specified via the id_type query parameter)
- collections properties moved to the reserved _properties collection (**)
- _created_on property is not stored on documents anymore (generated from _id when it is an ObjectId)
- allowed pagesize=0 to avoid _embedded resources at all
- several bug fixes
- all code repackaged to org.restheart
- refactoring, more test cases and better code quality
- updated all dependencies (notably, undertow 1.1.2.Final)
Note: if updating from versions <= 0.9.7:
- resource representation and filter expression changed (*)
- need to move the collections properties to _properties collection (**)