Releases: kaiso/relmongo
Releases · kaiso/relmongo
v4.0.0
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
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
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
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
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
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
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
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
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
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