Compare commits
13 Commits
2.1.6.RELE
...
2.1.8.RELE
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9af8160e05 | ||
|
|
fdf4ea1e60 | ||
|
|
8c7afe012f | ||
|
|
6ba258a1f3 | ||
|
|
059c8cf1dd | ||
|
|
2b8955f583 | ||
|
|
23fde167f6 | ||
|
|
9470f82e9b | ||
|
|
1e88e241d4 | ||
|
|
0b8396c43c | ||
|
|
b602e4cb26 | ||
|
|
500393e596 | ||
|
|
7e4cbdb8b0 |
6
pom.xml
6
pom.xml
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<version>2.1.6.RELEASE</version>
|
||||
<version>2.1.8.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.8.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.8.RELEASE</springdata.commons>
|
||||
<mongo>3.8.2</mongo>
|
||||
<mongo.reactivestreams>1.9.2</mongo.reactivestreams>
|
||||
<jmh.version>1.19</jmh.version>
|
||||
|
||||
@@ -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.8.RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -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.8.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.8.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!-- reactive -->
|
||||
|
||||
@@ -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.8.RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -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.8.RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,6 +1,53 @@
|
||||
Spring Data MongoDB Changelog
|
||||
=============================
|
||||
|
||||
Changes in version 2.1.8.RELEASE (2019-05-13)
|
||||
---------------------------------------------
|
||||
* DATAMONGO-2269 - Release 2.1.8 (Lovelace SR8).
|
||||
|
||||
|
||||
Changes in version 2.2.0.M4 (2019-05-13)
|
||||
----------------------------------------
|
||||
* DATAMONGO-2268 - Upgrade to MongoDB Java Driver 3.11.0-beta3.
|
||||
* DATAMONGO-2265 - Add ReactiveMongoTransactionManager.
|
||||
* DATAMONGO-2264 - Assert compatibility with MongoDB 4.2.
|
||||
* DATAMONGO-2260 - Release 2.2 M4 (Moore).
|
||||
* DATAMONGO-2258 - Add startAfter option to change stream support.
|
||||
* DATAMONGO-2257 - Upgrade MongoDB Java driver to 3.11.0-beta2.
|
||||
* DATAMONGO-1854 - Add annotation-based Collation support.
|
||||
|
||||
|
||||
Changes in version 1.10.21.RELEASE (2019-05-10)
|
||||
-----------------------------------------------
|
||||
* DATAMONGO-2244 - Release 1.10.21 (Ingalls SR21).
|
||||
|
||||
|
||||
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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data MongoDB 2.1.6
|
||||
Spring Data MongoDB 2.1.8
|
||||
Copyright (c) [2010-2019] Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
|
||||
Reference in New Issue
Block a user