All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Support for passing
:realise-fn
to avoid lazy response (thanks @jimpil)
- Remove reflective calls
- Support reading dates as instanceres (thanks @henryw374)
- Support data literal for mongo id (thanks @henryw374)
- Support for implicit transactions (thanks @AdamClements)
- Support for aggregation pipeline in find-one-and-update (requires 4.2+, thanks @jacobemcken)
- Support for bulk-write
- Moved option creators and document conversion to the
mongo-driver-3.model
namespace (breaking change)
- Support for transactions
- list collections
- start session
- remove reflection warnings
- More documentation
- Added aggregate function
skip
option tofind
- Better docs for cljdoc
- Merged
find-maps
intofind
- Added ? suffix to boolean params
- Renamed
find-one-as-map
tofind-one
- expose operators
- Initial release