Skip to content

Releases: kaiso/relmongo

v4.0.0

21 Mar 00:36
14931e1
Compare
Choose a tag to compare

RelMongo v4.0.0 release
support for spring data mongodb over 4.x versions (spring boot 3.x)

Content:

Features:

#102 Support spring boot 3.x

v3.5.0

09 Feb 18:03
eb5c54f
Compare
Choose a tag to compare

RelMongo v3.5.0 release
3.5 versions are compatible with spring data mongodb over 2.2.X versions (spring boot 2.2.X)

Content:

Features:

  • [#72] Enable multiple mongoTemplate support

v3.4.2

24 Jan 23:15
42d028c
Compare
Choose a tag to compare

RelMongo v3.4.2 release
3.4 versions are compatible with spring data mongodb over 2.2.X versions (spring boot 2.2.X)

Content:

Fixes:

  • [#67] Remove Experimental caching mechanism

v3.4.1

07 Nov 20:56
f62d7d1
Compare
Choose a tag to compare

RelMongo v3.4.1 release
3.4 versions are compatible with spring data mongodb over 2.2.X versions (spring boot 2.2.X)

Content:

Features:

  • [#59] Support of more types (Long, String, ObjectId, Integer) for Id field
  • [#63] Read collection name from @ Document value in addition to collection attribute

v3.4.0

07 Jul 21:57
a5013f4
Compare
Choose a tag to compare

RelMongo v3.4.0 release
3.4 versions are compatible with spring data mongodb over 2.2.X versions (spring boot 2.2.X)
Important! take a look at this if you are using index auto creation


This version comes with a big new feature which the ability to load relationships accross multiple levels.
Content:

  • Features
    • [#52] Add multi level relationships loading.

v3.3.3

27 May 22:23
8807992
Compare
Choose a tag to compare

RelMongo v3.3.3 release
3.3 versions are compatible with spring data mongodb over 2.2.X versions (spring boot 2.2.X)
Important! take a look at this if you are using index auto creation


Content:

  • Fixes
    • fix bug #49 Index problems when autoindex is used

v3.2.1

14 Apr 18:55
97c3da7
Compare
Choose a tag to compare

RelMongo v3.2.1 release
3.x versions are compatible with spring data mongodb 2.x versions (spring boot 2.x)


Content:

  • Fixes
    • fix bug #48 MappingException when removing based

v3.2.0

20 Dec 23:31
2b9dfff
Compare
Choose a tag to compare

RelMongo v3.2.0 release
3.x versions are compatible with spring data mongodb 2.x versions (spring boot 2.x)


Content:

  • Features
    • Enabling use of custom String ids (which are not generated by MongoDB).
  • Fixes
    • updates minor versions of spring framework artifacts

v3.1.0

24 Nov 21:01
042f8e4
Compare
Choose a tag to compare

RelMongo v3.1.0 release
3.x versions are compatible with spring data mongodb 2.x versions (spring boot 2.x)


Content:

  • Fixes
    • updates minor versions of spring framework artifacts
    • fix bug #44 which causes errors when using Indexed annotation in some cases

v3.0.1

07 Jun 10:06
8d70d8c
Compare
Choose a tag to compare

RelMongo v3.0.1 release
3.x versions are compatible with spring data mongodb 2.x versions (spring boot 2.x)


Content:

  • Features
    • Optimizing documents hierarchy scan
    • Optimizing cascading remove operation
  • Fixes
    • updates minor versions of spring framework artifacts