Skip to content

Releases: SoftInstigate/restheart

1.1.5

03 Feb 17:57
Compare
Choose a tag to compare

Release Notes - Restheart - Version 1.1.5

Bug

  • [RH-166] - mapReduce without arguments might have invalid results

Improvement

  • [RH-165] - support dot notation in aggregation operations

1.1.4

21 Jan 19:43
Compare
Choose a tag to compare
    Release Notes - Restheart - Version 1.1.4

Bug

  • [RH-146] - multiple filter qparams on same property override each other

1.1.3

26 Dec 10:08
Compare
Choose a tag to compare

Release Notes - Restheart - Version 1.1.3

Tested with MongoDb 3.2

This release addresses an issue with the latest release of MongoDb and is fully tested to work with it.

Bug

  • [RH-136] - logging not initialized according to configuration if restheart started without --fork option
  • [RH-141] - GET indexes does not return data when WiredTiger storage engine is used
  • [RH-143] - restheart reports 'resource does not exist' with mongodb 3.2

Improvement

  • [RH-138] - Automatic deployment of maven artifacts
  • [RH-140] - check for db and collection names to be valid mongodb names

1.1.2

15 Dec 16:16
Compare
Choose a tag to compare

Release Notes - Restheart - Version 1.1.2

Bug

  • [RH-135] - files are embedded as rh:doc array instead of rh:file

Improvement

  • [RH-79] - Add RESTHeart artifacts to Github

1.1.1

10 Dec 15:03
Compare
Choose a tag to compare

Release Notes - Restheart - Version 1.1.1

Bug

  • [RH-131] - dabase not exists error if using MongoDB 2.x

Improvement

  • [RH-132] - update undertow, mongodb driver and other dependencies to latest stable version

1.1.0

07 Dec 17:55
Compare
Choose a tag to compare

Release Notes - Restheart - Version 1.1.0

New Feature

  • [RH-41] - stored aggregation operations

Improvement

  • [RH-109] - allow to get a compact HAL representation
  • [RH-110] - remove exception logging if reference field is null or missing
  • [RH-118] - If the request has a 'properties' part which contains a filename key then override the content disposition's filename
  • [RH-119] - use mongo URI in configuration file
  • [RH-124] - add RH version property to root representation and add X-Powered-By header
  • [RH-128] - improve logging with color highlighting and less verbosity on startup
  • [RH-130] - allow to connect to mongodb with user with any roles

Bug

  • [RH-111] - Upload file service is not compatible with multipart/form-data standard
  • [RH-115] - some link templates are wrong
  • [RH-117] - Using string methods to decode multibyte-encoded text from a stream can lead to character corruption
  • [RH-126] - starting restheart with --fork option randomly fails
  • [RH-129] - Fixed Internal Server Error if a database is mapped to root URI / via mongo-mounts

1.0.3

02 Nov 14:29
Compare
Choose a tag to compare

Bug

  • [RH-120] - request json payload might get cut leading to 406 bad request response

1.0.2

21 Oct 08:30
Compare
Choose a tag to compare

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

12 Oct 02:20
Compare
Choose a tag to compare

Bugfix: resolved issue https://softinstigate.atlassian.net/browse/RH-111
(Upload file service was not compatible with multipart/form-data standard)

1.0.0

28 Sep 16:00
Compare
Choose a tag to compare

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

  • [RH-90] - Improve dbs/collections scan on startup
  • [RH-96] - update undertow to 1.2
  • [RH-103] - improve curies mgmt and documentation