Releases: Kirill5k/mongo4cats
Releases · Kirill5k/mongo4cats
v0.6.10
Integration with ZIO-Json
v0.5.0
This release introduces a Scala-based implementation of Document class as a replacement for MongoDB standard Java implementation. More on this here.
v0.4.0
This change adds a ClientSession
and all related methods where it can be used to support atomicity of reads and writes to multiple documents through multi-document transactions
v0.3.0
- Removed
F
from MongoClient
, MongoDatabase
and MongoCollection
names
- Moved
MongoCollection
into mongo4cats.collection
package
v0.2.16
Published mongo4cats-embedded module which includes embedded MongoDB runner