- MongoDB authentication now allows specifying which database to authenticate against, which may be different from the database that one normally needs to access.
- Restore update write concern behavior with MongoDB Driver for MongoDB >= 6.0 #1550
- Fix behavioral compatibility with MongoDB Driver for MongoDB >= 6.0 #1545
- Fix persistent 2.13 changes #1286
- Decomposed
HaskellNameintoConstraintNameHS,EntityNameHS,FieldNameHS. DecomposedDBNameintoConstraintNameDB,EntityNameDB,FieldNameDBrespectively. #1174
- Naive implementation of
existsfunction fromPersistQueryReadtype class usingcount. #1131
- Remove unnecessary deriving of Typeable #1114
- Fix
ninListfilter operator #1058
- Compatibility with latest mongoDB #1012
- Compatibility with latest persistent-template for test suite #1002
- Removed deprecated
entityToDocument. Please userecordToDocumentinstead. #894 - Removed deprecated
multiBsonEq. Please useanyBsonEqinstead. #894 - Use
portIDfrommongoDBinstead ofnetwork. #946
- Switch from
MonadBaseControltoMonadUnliftIO
- Fix upsert behavior #613
- Relax bounds for http-api-data
- changes for read/write typeclass split
- support http-api-data for url serialization
- Add list filtering functions
inListandninList
- Add
nestAnyEqfilter function - Add
FromJSONinstance forMongoConf