DATAMONGO-810 - Prepare Release 1.3.3.
Updated change log, notice, read me. Updated SD Commons dependency to 1.6.3.RELEASE.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -29,7 +29,7 @@
|
||||
<properties>
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-mongodb</dist.id>
|
||||
<springdata.commons>1.6.2.RELEASE</springdata.commons>
|
||||
<springdata.commons>1.6.3.RELEASE</springdata.commons>
|
||||
<mongo>2.10.1</mongo>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<xi:include href="introduction/why-sd-doc.xml"/>
|
||||
<xi:include href="introduction/requirements.xml"/>
|
||||
<xi:include href="introduction/getting-started.xml"/>
|
||||
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.2.RELEASE/src/docbkx/repositories.xml">
|
||||
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.3.RELEASE/src/docbkx/repositories.xml">
|
||||
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
|
||||
</xi:include>
|
||||
</part>
|
||||
@@ -76,10 +76,10 @@
|
||||
<part id="appendix">
|
||||
<title>Appendix</title>
|
||||
|
||||
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.2.RELEASE/src/docbkx/repository-namespace-reference.xml">
|
||||
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.3.RELEASE/src/docbkx/repository-namespace-reference.xml">
|
||||
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
|
||||
</xi:include>
|
||||
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.2.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
|
||||
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.3.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
|
||||
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
|
||||
</xi:include>
|
||||
</part>
|
||||
|
||||
@@ -1,6 +1,62 @@
|
||||
Spring Data MongoDB Changelog
|
||||
=============================
|
||||
|
||||
Changes in version 1.3.3.RELEASE (2013-12-11)
|
||||
---------------------------------------------
|
||||
** Bug
|
||||
* [DATAMONGO-726] - Fixed classname references in namespace XSDs.
|
||||
* [DATAMONGO-788] - Projection operations do not render synthetic fields properly.
|
||||
* [DATAMONGO-795] - When adding custom converters to the mongo template it is possible to get unpredictable behaviour
|
||||
* [DATAMONGO-804] - Fix default annotation attribute value for repositoryImplementationPostfix().
|
||||
* [DATAMONGO-806] - Fixed invalid rendering of id field references.
|
||||
* [DATAMONGO-768] - Improve documentation of how to use @PersistenceConstructor
|
||||
|
||||
** Improvement
|
||||
* [DATAMONGO-791] - Added newAggregation(…) overloads to accept a List.
|
||||
* [DATAMONGO-799] - Fix failing test in MongoTemplateTests on Mongo 2.5.x
|
||||
* [DATAMONGO-800] - Improved AuditingIntegrationTests.
|
||||
** Task
|
||||
* [DATAMONGO-810] - Release 1.3.3
|
||||
|
||||
Changes in version 1.4.0.M1 (2013-11-19)
|
||||
---------------------------------------------
|
||||
** Bug
|
||||
* [DATAMONGO-534] - The GridFs query execution does not return sorted resources, when the sorting fields are defined in the query definition
|
||||
* [DATAMONGO-630] - Add support of $setOnInsert modifier for upsert
|
||||
* [DATAMONGO-746] - IndexInfo cannot be read for indices created via mongo shell
|
||||
* [DATAMONGO-752] - QueryMapper prevents searching for values that start with a $ [dollarsign]
|
||||
* [DATAMONGO-753] - Add support for nested field references in group operations
|
||||
* [DATAMONGO-758] - Reject excludes other than _id in projection operations
|
||||
* [DATAMONGO-759] - Render group operation without non synthetic fields correctly.
|
||||
* [DATAMONGO-761] - ClassCastException in SpringDataMongodbSerializer.getKeyForPath
|
||||
* [DATAMONGO-768] - Improve documentation of how to use @PersistenceConstructor
|
||||
* [DATAMONGO-788] - Projection operations do not render synthetic fields properly.
|
||||
* [DATAMONGO-789] - Support login via different (e.g. admin) authentication database
|
||||
* [DATAMONGO-795] - When adding custom converters to the mongo template it is possible to get unpredictable behaviour
|
||||
** Improvement
|
||||
* [DATAMONGO-757] - Projections should follow mongodb conventions more precisely.
|
||||
* [DATAMONGO-764] - Add support for SSL connections to Mongo
|
||||
* [DATAMONGO-766] - Allow nested field references on properties through e.g. @Field("a.b")
|
||||
* [DATAMONGO-769] - Support arithmetic operators for properties
|
||||
* [DATAMONGO-770] - Repository - findBy<Field>IgnoreCase doesnt work
|
||||
* [DATAMONGO-771] - Saving raw JSON through MongoTemplate.insert(…) fails
|
||||
* [DATAMONGO-774] - Support SpEL expressions to define arithmetical projection operations in the aggregation framework
|
||||
* [DATAMONGO-776] - TypeBasedAggregationOperationContext should use MappingContext.getPersistentPropertyPath(String, Class<?>)
|
||||
* [DATAMONGO-780] - Add support for nested repositories
|
||||
* [DATAMONGO-782] - Typo in reference documentation
|
||||
* [DATAMONGO-785] - Add support for geospatial 2Dsphere and geohaystack index types
|
||||
* [DATAMONGO-787] - Upgrade to Spring 3.2.4
|
||||
* [DATAMONGO-791] - make newAggregation() method to accept list
|
||||
* [DATAMONGO-793] - Adapt to changes in Spring Data Commons triggered by repository initialization changes
|
||||
* [DATAMONGO-800] - AuditingIntegrationTests fail on fast machines
|
||||
** New Feature
|
||||
* [DATAMONGO-348] - Lazy Load for DbRef
|
||||
* [DATAMONGO-653] - Support for index operations in GridFsOperations
|
||||
* [DATAMONGO-760] - Add support for custom findAll Queries
|
||||
* [DATAMONGO-792] - Add support to configure Auditing via JavaConfig.
|
||||
** Task
|
||||
* [DATAMONGO-777] - Upgrade to Mongo Java Driver in 2.11
|
||||
|
||||
Changes in version 1.3.2.RELEASE (2013-10-25)
|
||||
---------------------------------------------
|
||||
** Bug
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data Document 1.3.2.RELEASE
|
||||
Spring Data Document 1.3.3.RELEASE
|
||||
Copyright (c) [2010-2013] Pivotal Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SPRING DATA MongoDB 1.3.2.RELEASE
|
||||
SPRING DATA MongoDB 1.3.3.RELEASE
|
||||
-----------------------------
|
||||
|
||||
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).
|
||||
|
||||
Reference in New Issue
Block a user