mongo-driver-3/CHANGELOG.md

49 lines
1.2 KiB
Markdown
Raw Normal View History

2019-11-14 03:40:39 +00:00
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
## 0.7.0 - 2022-10-04
### Added
- Support reading dates as instances (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)
2020-01-09 16:00:42 +00:00
## 0.6.0 - 2020-01-10
2020-01-09 15:56:48 +00:00
### Added
- Support for bulk-write
### Changed
- Moved option creators and document conversion to the `mongo-driver-3.model` namespace (breaking change)
2019-11-22 09:58:29 +00:00
## 0.5.0 - 2019-11-22
2019-11-22 09:55:03 +00:00
### Added
2019-11-22 09:58:29 +00:00
- Support for transactions
2019-11-22 09:55:03 +00:00
2019-11-22 09:58:29 +00:00
## 0.4.0 - 2019-11-19
2019-11-19 05:28:46 +00:00
### Added
- list collections
- start session
2019-11-19 08:01:21 +00:00
- remove reflection warnings
2019-11-19 05:28:46 +00:00
2019-11-22 09:58:29 +00:00
## 0.3.1 - 2019-11-17
2019-11-17 06:00:30 +00:00
### Added
- More documentation
2019-11-22 09:58:29 +00:00
## 0.3.0 - 2019-11-15
2019-11-14 06:19:54 +00:00
### Added
2019-11-14 12:09:01 +00:00
- Added aggregate function
- `skip` option to `find`
### Changed
- Better docs for cljdoc
- Merged `find-maps` into `find`
- Added ? suffix to boolean params
- Renamed `find-one-as-map` to `find-one`
2019-11-22 09:58:29 +00:00
## 0.2.0 - 2019-11-14
2019-11-14 12:09:01 +00:00
### Added
- expose operators
2019-11-14 06:19:54 +00:00
2019-11-14 03:40:39 +00:00
## 0.1.0 - 2019-11-14
### Added
2019-11-22 09:58:29 +00:00
- Initial release