From 6ddc9c64d83661402d5f162de80d3ea6870a1b0f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Feb 2017 14:20:02 +0000 Subject: [PATCH] [Jenkins release job] changelog.txt updated by release build 5.1.0.CR1 --- changelog.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/changelog.txt b/changelog.txt index 8413600ac0..ac37799d07 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,32 @@ Hibernate OGM Changelog ======================= +5.1.0.CR1 (15-02-2017) +------------------------- + +** Bug + * OGM-1240 - mongodb - MongoDB uses the wrong db for checking credentials + * OGM-1238 - mongodb - Collection of elements in MongoDB should be returned in the same order of the DB + * OGM-1221 - neo4j - @OneToOne and @ManyToOne / @OneToOne relationships cause exception with InheritanceType#SINGLE_TABLE while persisting + * OGM-913 - mongodb, neo4j - Element collection queries not working for collections of primitive types + +** Improvement + * OGM-1251 - query - Update HQL parser to version 1.4.0.Final + * OGM-1245 - build - Upgrade HQL Parser to version 1.4.0.Beta1 + * OGM-1244 - build, core - Upgrade to Hibernate Search 5.6.0.Final + * OGM-1241 - mongodb - Update mongo driver to version 3.4.2 + * OGM-1236 - core - Collections of elements should be stored and returned in the same order with MongoDB + * OGM-1234 - build - Travis - Get the Neo4j version from the pom file + * OGM-1067 - - CollectionHelper.newHashMap(int) is counter productive + +** New Feature + * OGM-1024 - mongodb - Support .aggregate() using MongoDB CLI syntax + +** Task + * OGM-1248 - documentation - Switch to Asciidoctor output for the documentation + * OGM-1243 - build, infinispan - Infinispan Remote test should start a full Infinispan Server as separate container + * OGM-1228 - build - Upgrade to Hibernate Search 5.5.6.Final + 5.1.0.Beta3 (04-01-2017) -------------------------