Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ changelog

## [unreleased]

## 0.10.0
### changed
- Updated dependencies.
- `mongodb::IndexModel` is finally here, so `wither::IndexModel` is now a re-export of `mongodb::IndexModel` and the placeholder is removed. The `wither_derive` macro and the tests have been updated to use the new re-export, as the new `IndexModel` has a different API to instantiate the struct (`new` method vs `builder`) and has a different options field (`Option<Document>` vs `Option<IndexOptions>`).

## 0.9.0
Now that `Model::sync` index management is back, we are finally ready to release an official `0.9.0`. All of the changes released so far as part of the various `0.9.0-alpha.*` releases are included as part of this release. Big shoutout to @simoneromano96 for all of their hard work on the updates to `Model::sync`, thank you!

Expand Down
Loading