Compare commits

..

6 Commits

Author SHA1 Message Date
Oliver Drotbohm
9470f82e9b DATAMONGO-2246 - Release version 2.1.7 (Lovelace SR7). 2019-05-10 12:18:52 +02:00
Oliver Drotbohm
1e88e241d4 DATAMONGO-2246 - Prepare 2.1.7 (Lovelace SR7). 2019-05-10 12:18:10 +02:00
Oliver Drotbohm
0b8396c43c DATAMONGO-2246 - Updated changelog. 2019-05-10 12:18:01 +02:00
Christoph Strobl
b602e4cb26 DATAMONGO-2222 - Updated changelog. 2019-04-11 12:28:51 +02:00
Oliver Drotbohm
500393e596 DATAMONGO-2204 - After release cleanups. 2019-04-01 20:55:13 +02:00
Oliver Drotbohm
7e4cbdb8b0 DATAMONGO-2204 - Prepare next development iteration. 2019-04-01 20:55:12 +02:00
7 changed files with 35 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.7.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Data MongoDB</name>
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.7.RELEASE</version>
</parent>
<modules>
@@ -27,7 +27,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.1.6.RELEASE</springdata.commons>
<springdata.commons>2.1.7.RELEASE</springdata.commons>
<mongo>3.8.2</mongo>
<mongo.reactivestreams>1.9.2</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.7.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.7.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.7.RELEASE</version>
</dependency>
<!-- reactive -->

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.7.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.7.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -1,6 +1,32 @@
Spring Data MongoDB Changelog
=============================
Changes in version 2.1.7.RELEASE (2019-05-10)
---------------------------------------------
* DATAMONGO-2246 - Release 2.1.7 (Lovelace SR7).
Changes in version 2.2.0.M3 (2019-04-11)
----------------------------------------
* DATAMONGO-2255 - Add Coroutines Flow extensions.
* DATAMONGO-2254 - Upgrade MongoDB Java driver to 3.10.2.
* DATAMONGO-2248 - Remove cross-store module.
* DATAMONGO-2247 - Add non-nullable variants to Coroutines extensions.
* DATAMONGO-2241 - Memory leak in ClassGeneratingPropertyAccessorFactory when using MongoDB sessions.
* DATAMONGO-2230 - Reading files from reactive GridFS hangs after a few chunks.
* DATAMONGO-2228 - MongodbDocumentSerializer cuts off branches with same Ops in handling Ops.AND.
* DATAMONGO-2227 - Move off deprecations in Spring Data Commons.
* DATAMONGO-2225 - Potential bug in MongoExampleMapper.
* DATAMONGO-2224 - Add trace logging for DBRef resolution.
* DATAMONGO-2223 - Add missing tests for DBRef resolution in different database.
* DATAMONGO-2222 - Release 2.2 M3 (Moore).
* DATAMONGO-2221 - Query on nested id field incorrectly returns no results.
* DATAMONGO-2218 - Add support for ReplaceOne operation in BulkOperations.
* DATAMONGO-2112 - Add support for SpEL expression in @Indexed.
* DATAMONGO-1849 - Generate $jsonSchema out of domain type meta information.
* DATAMONGO-1783 - Apply Query.skip/limit options to CountOptions.
Changes in version 2.1.6.RELEASE (2019-04-01)
---------------------------------------------
* DATAMONGO-2241 - Memory leak in ClassGeneratingPropertyAccessorFactory when using MongoDB sessions.

View File

@@ -1,4 +1,4 @@
Spring Data MongoDB 2.1.6
Spring Data MongoDB 2.1.7
Copyright (c) [2010-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").