Skip to content

Releases: kaiso/relmongo

v3.0.0

Choose a tag to compare

@kaiso kaiso released this 02 Dec 19:37
d884dc4

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


Content:

  • Features
    • Introducing transactions with MongoDB 4.0
  • Fixes
    • updates minor versions of spring framework artifacts

v2.3.0

Choose a tag to compare

@kaiso kaiso released this 21 Sep 10:17
9c87485

RelMongo v2.3.0 release
2.x versions are compatible with spring data mongodb 2.x versions (spring boot 2.x)


Content:

  • Features
    • Introducing the orphanRemoval attribute
  • Fixes
    • Fixes an exception upon saving document with @id of type String

v2.2.1

Choose a tag to compare

@kaiso kaiso released this 06 Sep 14:32
1046ee1

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


Content:

  • Fixes
    • ClassCastException when printing association using Kotlin #29
  • Minor bug fixes

v2.2.0

Choose a tag to compare

@kaiso kaiso released this 21 Aug 12:28

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


Content:

  • Features
    • Introducing the bidirectional mapping for more information see here
  • Minor bug fixes

v2.1.1

Choose a tag to compare

@kaiso kaiso released this 09 Jul 15:40
a940729

RelMongo v2.1.1 release
2.x versions are compatible with spring data mongodb 2.x versions (spring boot 2.x)


Content:

  • Fixes
    • [bug][#21] child document is not loaded when the joinproperty and the field have the same name

v1.2.2

Choose a tag to compare

@kaiso kaiso released this 09 Jul 12:53

RelMongo v1.2.2 release
1.x versions are compatible with spring data mongodb 1.x versions (spring boot 1.5.x)


Content:

  • Fixes
    • [bug][#21] child document is not loaded when the joinproperty and the field have the same name

v1.2.1

v1.2.1 Pre-release
Pre-release

Choose a tag to compare

@kaiso kaiso released this 09 Jul 10:07
7a7aa23

RelMongo v1.2.1 release
1.x versions are compatible with spring data mongodb 1.x versions (spring boot 1.5.x)


Content:

  • Fixes
    • [bug][#21] child document is not loaded when the joinproperty and the field have the same name

v2.1.0

Choose a tag to compare

@kaiso kaiso released this 06 Jul 12:49

The RelMongo 1.2.0 release
RelMongo 2.X releases are compatible with spring-boot 2.X versions and their dependencies please see the compatibility matrix on the wiki


content:

  • features

    • implement cascade delete
  • fixes

    • [fix] do not override attribute when can not fetch child collection
    • should not lazy load aggregation results

v1.2.0

Choose a tag to compare

@kaiso kaiso released this 06 Jul 12:41
7fd62e4

The RelMongo 1.2.0 release


content:

  • features

    • implement cascade delete
  • fixes

    • [fix] do not override attribute when can not fetch child collection
    • should not lazy load aggregation results

v2.0.0

Choose a tag to compare

@kaiso kaiso released this 04 Jul 13:44
b76b640
  • RelMongo 2.X releases are compatible with spring-boot 2.X versions and their dependencies please see the compatibility matrix on the wiki
  • features :
    • one to one associations
    • one to many associations
    • lazy loading or eager for associations
    • cascading operations

more details can be found on the wiki