Skip to content

Releases: spring-projects/spring-data-mongodb

5.0.0-M6

12 Sep 10:47
85cd4e7
Compare
Choose a tag to compare
5.0.0-M6 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Remove defaulting for UUID and BigInteger/BigDecimal representations #5051
  • UpdateDefinition#inc should return this #5045
  • Remove representation format defaulting for UUID, BigDecimal, and BigInteger #5037

🐞 Bug Fixes

  • Fix BucketOperationSupport _id field exposure #5047
  • BucketOperation doesn't expose _id field, causing IllegalArgumentException in subsequent operations #5046
  • Default behavior for BigDecimal changed and broke custom converters #5036

🔨 Dependency Upgrades

  • Upgrade to MongoDB Java Drivers 5.6.0 #5057
  • Upgrade to MongoDB Java Drivers 5.6.0-alpha0 #5055

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

4.5.4

12 Sep 09:45
107648a
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Fix BucketOperationSupport _id field exposure #5047
  • BucketOperation doesn't expose _id field, causing IllegalArgumentException in subsequent operations #5046
  • Default behavior for BigDecimal changed and broke custom converters #5036

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

4.4.10

12 Sep 08:57
df98f98
Compare
Choose a tag to compare

5.0.0-M5

15 Aug 08:47
b17ae6b
Compare
Choose a tag to compare
5.0.0-M5 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Align AOT and reflective repository behavior #5038
  • Switch Meta.allowDiskUse from boolean to String #5035
  • Switch to Standard UUID representation #5034
  • Fix AOT vs reflective behavior failures in AotPersonRepositoryIntegrationTests #5027
  • Redesign allowDiskUse attribute of Meta annotation #4667
  • Update default UUID representation to Standard (BSON binary subtype 4) #3932

🐞 Bug Fixes

  • Unwrap LazyLoadingProxy before checking isNew #5033
  • DuplicateKeyException on save lazy loaded references #5031
  • Provide fallback for Observation KeyValues #5020

📔 Documentation

  • Fix mapping-index-management.adoc examples #5039
  • Minor markdown bold syntax fix in the mongo encryption doc #5030

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

4.5.3

15 Aug 08:04
d18f18e
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Provide fallback for Observation KeyValues #5020

📔 Documentation

  • Minor markdown bold syntax fix in the mongo encryption doc #5030

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

4.4.9

15 Aug 06:41
0357679
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Provide fallback for Observation KeyValues #5020

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

5.0.0-M4

18 Jul 11:15
e1c15d0
Compare
Choose a tag to compare
5.0.0-M4 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Enable AOT repositories by default #5017
  • Add support for expressions in AOT-generated query methods #5006
  • Add support for AOT-generated geospatial/vector search queries, expression parameter bindings, and regular expressions #5005
  • Add support for geospatial AOT-generated query methods #5004
  • Enable $out aggregation to push to time series collection #4995
  • Always include Collection tag in MongoDB observations #4994
  • Add support for non-queryable encrypted fields in CollectionOptions #4992
  • Support for Non-Queryable Encrypted Fields in CollectionOptions #4988
  • Enable $out aggregation to push to time series collection #4985
  • Enable AOT repositories by default #4983
  • Enable auto-startup for DefaultMessageListenerContainer #4976
  • Allow customizing order for AuditingEntityCallback and ValidatingEntityCallback #4968
  • Provide MethodContributor Metadata for skipped query methods #4961
  • Deprecate MongoCustomConversions.BigDecimalRepresentation.STRING #4957
  • Add support for MongoDB AOT Repositories #4939
  • Deprecate MongoCustomConversions.BigDecimalRepresentation.STRING #4920
  • Allow configuring the order of built-in EntityCallbacks #4914
  • Migrate to JSpecify annotations for nullability constraints #4874
  • Switch DefaultMessageListenerContainer to auto-startup #4403

🐞 Bug Fixes

  • AOT Repositories Aggregation pipeline parsing fails with JsonParseException #5018
  • Fix missing precision value when creating encryption settings #4993
  • Unable to Create Encrypted Collection with Floating Point Range (precision, min, max not respected) #4989
  • Deprecate extended $out syntax #4986
  • Extended $out syntax fails when using Aggregation.out(…).in("dbName") #4969

📔 Documentation

  • Document how to create MongoTemplate and MongoTransactionManager for default transaction participation #5019
  • Clarify manual vs. derived QE setup and add example project link #5016
  • Update javadoc & switch method defaulting #5015
  • SimpleMongoClientDatabaseFactory does not close MongoClient when it's not registered as a Spring Bean #5012
  • The Javadoc for IndexOperations#createIndex is incorrect #5010
  • Update Readme #4998
  • Update documentation of encrypted field configuration #4991
  • Refine createCollection(…) documentation and explore CollectionOptions customization #4979
  • Refine MongoTemplate.createCollection(…) Javadoc #4978

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #5021
  • Upgrade to MongoDB driver 5.5.1 #4996

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

4.5.2

18 Jul 08:30
576ef4e
Compare
Choose a tag to compare

📗 Links

📔 Documentation

  • Document how to create MongoTemplate and MongoTransactionManager for default transaction participation #5019
  • Clarify manual vs. derived QE setup and add example project link #5016
  • Update javadoc & switch method defaulting #5015
  • SimpleMongoClientDatabaseFactory does not close MongoClient when it's not registered as a Spring Bean #5012
  • The Javadoc for IndexOperations#createIndex is incorrect #5010

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #5022

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

4.4.8

18 Jul 07:34
877b849
Compare
Choose a tag to compare

📗 Links

📔 Documentation

  • Document how to create MongoTemplate and MongoTransactionManager for default transaction participation #5019
  • SimpleMongoClientDatabaseFactory does not close MongoClient when it's not registered as a Spring Bean #5012

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #5023

4.5.1

13 Jun 11:42
0c57802
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Always include Collection tag in MongoDB observations #4994
  • Add support for non-queryable encrypted fields in CollectionOptions #4992
  • Support for Non-Queryable Encrypted Fields in CollectionOptions #4988

🐞 Bug Fixes

  • Fix missing precision value when creating encryption settings #4993
  • Unable to Create Encrypted Collection with Floating Point Range (precision, min, max not respected) #4989
  • Deprecate extended $out syntax #4986
  • Extended $out syntax fails when using Aggregation.out(…).in("dbName") #4969

📔 Documentation

  • Update documentation of encrypted field configuration #4991
  • Refine createCollection(…) documentation and explore CollectionOptions customization #4979
  • Refine MongoTemplate.createCollection(…) Javadoc #4978

🔨 Dependency Upgrades

  • Upgrade to MongoDB driver 5.5.1 #4996

❤️ Contributors

We'd like to thank all the contributors who worked on this release!