DATAREST-337 - Updated changelog.

This commit is contained in:
Oliver Gierke
2014-06-30 15:01:19 +02:00
parent 7ee41aafdb
commit cce741bbce

View File

@@ -1,6 +1,25 @@
Spring Data REST Changelog
==========================
Changes in version 2.1.1.RELEASE (2014-06-30)
---------------------------------------------
* DATAREST-341 - Upgrade to Spring HATEOAS 0.14.0.RELEASE.
* DATAREST-340 - Non-persistent properties not rendered.
* DATAREST-337 - Release 2.1.1.
* DATAREST-335 - Overriding repositories delete method results in "argument type mismatch" exception.
* DATAREST-331 - Improvements in ResourceProcessorHandlerMethodReturnValueHandler.
* DATAREST-330 - Resources should support HEAD method.
* DATAREST-329 - RepositoryRestMvcConfiguration causes eager initialization of beans.
* DATAREST-328 - Serialization errors if type contains only renamed properties.
* DATAREST-327 - Collection references are removed on PUT and PATCH if defaulted to empty collections.
* DATAREST-325 - ReflectionRepositoryInvoker fails to invoke non-public methods.
* DATAREST-320 - Fields with @JsonProperty are ignored on serialization.
* DATAREST-318 - BaseUri does not strip template variables correctly if invoked with NativeWebRequest.
* DATAREST-316 - UriStringDeserializer should guard against URI templates submitted.
* DATAREST-311 - executeSearchCompact - Mismatch argument name and path variable name.
* DATAREST-182 - PlatformTransactionManager can't be autowired if more than one available in ApplicationContext.
Changes in version 2.0.3.RELEASE (2014-06-18)
---------------------------------------------
* DATAREST-322 - Release 2.0.3.