Releases: srnyx/magic-mongo
Releases · srnyx/magic-mongo
2.0.0: Better Mongo integration & more
- Add new methods for managing collections
- Return results of
MagicCollection
methods - Make
MongoClient
accessible - Use Optionals
SingleMongo
andMagicDatabase
- Make
findOneAndUpsert(...)
return non-null - Add
MongoBsonBuilder#clone()
- Add
MagicCollection#insertOneReturnId(T)
- Update Gradle
- 8.10 -> 8.10.2
- Update mongodb-driver-sync and annotations
- mongodv-driver-sync: 5.1.4 -> 5.2.0
- annotations: 24.1.0 -> 25.0.0
- Update Gradle plugins
- Gradle Galaxy: 1.2.3 -> 1.3.2
- Shadow: 8.3.0 -> 8.3.3
- Bump version (1.2.2 -> 2.0.0)
Full Changelog: 1.2.2...2.0.0
1.2.2: Add MongoBsonBuilder#ifNull()
1.2.1: Fix builder constructors
1.2.0: Add more builders
1.1.0: Add UpdateBuilder
- Create
UpdateBuilder.java
- Bump version (1.1.0) & update dependencies
mongodb-driver-sync
: 4.11.1 -> 5.0.0annotations
: 24.0.1 -> 24.1.0
Full Changelog: 1.0.0...1.1.0