Skip to content

Commit 717c610

Browse files
committed
DATAMONGO-1366 - Updated changelog.
1 parent 38dade7 commit 717c610

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
Spring Data MongoDB Changelog
22
=============================
33

4+
Changes in version 1.9.0.M1 (2016-02-12)
5+
----------------------------------------
6+
* DATAMONGO-1380 - Improve logging in MongoChangeSetPersister.
7+
* DATAMONGO-1378 - Update reference documentation: Change Query.sort() to Query.with(Sort sort).
8+
* DATAMONGO-1377 - Update JavaDoc: Use @EnableMongoRepositories instead of @EnableJpaRepositories.
9+
* DATAMONGO-1376 - Move away from SimpleTypeInformationMapper.INSTANCE.
10+
* DATAMONGO-1375 - Fix typo in MongoOperations JavaDoc.
11+
* DATAMONGO-1372 - Add converter for Currency.
12+
* DATAMONGO-1371 - Add code of conduct.
13+
* DATAMONGO-1366 - Release 1.9 M1 (Hopper).
14+
* DATAMONGO-1361 - geoNear() queries fail when the accompanying query returns no results.
15+
* DATAMONGO-1360 - Cannot query with JSR310.
16+
* DATAMONGO-1349 - Upgrade to mongo-java-driver 2.14.0.
17+
* DATAMONGO-1346 - Cannot add two pullAll to an Update.
18+
* DATAMONGO-1345 - Add support for projections on repository query methods.
19+
* DATAMONGO-1342 - Potential NullPointerException in MongoQueryCreator.nextAsArray(…).
20+
* DATAMONGO-1341 - Remove package cycle between core and core.index.
21+
* DATAMONGO-1337 - General code quality improvements.
22+
* DATAMONGO-1335 - DBObjectAccessor doesn't write properties correctly if multiple ones are nested.
23+
* DATAMONGO-1334 - MapResultOptions limit not implemented.
24+
* DATAMONGO-1324 - StringToObjectIdConverter not properly registered causing drop in performance on identifier conversion.
25+
* DATAMONGO-1317 - Assert compatibility with MongoDB Java driver 3.2.
26+
* DATAMONGO-1314 - Fix typo in Exception message.
27+
* DATAMONGO-1312 - Cannot convert generic sub-document fields.
28+
* DATAMONGO-1303 - Add build profile for MongoDB 3.1 driver.
29+
* DATAMONGO-1302 - CustomConversions should allow registration of ConverterFactory.
30+
* DATAMONGO-1297 - Unique Index on DBRef.
31+
* DATAMONGO-1293 - MongoDbFactoryParser should allow id attribute in addition to client-uri.
32+
* DATAMONGO-1291 - Allow @Document to be used as meta-annotation.
33+
* DATAMONGO-1290 - @Query annotation with byte[] parameter does not work.
34+
* DATAMONGO-1289 - NullPointerException when saving an object with no "id" field or @Id annotation.
35+
* DATAMONGO-1288 - Update.inc(String, Number) method fails to work with AtomicInteger.
36+
* DATAMONGO-1287 - MappingMongoConverter eagerly fetches and converts lazy DbRef to change them afterwards by proxies.
37+
* DATAMONGO-1276 - MongoTemplate.CloseableIterableCursorAdapter does not null check return values from PersistenceExceptionTranslator.
38+
* DATAMONGO-1270 - Update documentation to reflect deprecation of MongoFactoryBean.
39+
* DATAMONGO-1238 - Support for Querydsl 4.
40+
* DATAMONGO-1204 - ObjectPath equality check breaks due to changes MongoDB V3.
41+
* DATAMONGO-1163 - Allow @Indexed to be used as meta-annotation.
42+
* DATAMONGO-934 - Add support for the bulk operations introduced in MongoDB 2.6.
43+
44+
445
Changes in version 1.8.2.RELEASE (2015-12-18)
546
---------------------------------------------
647
* DATAMONGO-1355 - Release 1.8.2 (Gosling).

0 commit comments

Comments
 (0)