Note
This release fixes a regression introduced in Version 1.28.0 that caused errors with the generated JSON Schema. Shout-out to @staticxterm for helping us resolve the issue.
What's Changed
- fix:
Owner
model missing ininit_beanie
in Inheritance documentation's Inserts example by @ksayer in #1090 - Add coverage configuration to pyproject.toml by @staticxterm in #1091
- Make
diacritic_sensitive
parameter optional to support $text operator on Cosmos DB by @mykolaskrynnyk in #1089 - Fix serialization of Link/BackLink and OpenAPI schema generation by @staticxterm in #1080
- Bulk Writer improving & bulk_writer method for document and possibility to bypass mongo document validation + comment parameter by @CAPITAINMARVEL in #1079
- Use strings to specify MongoDB versions in CI by @Viicos in #1094
- Add tests with case of {id} in fastapi path by @dantetemplar in #1100
New Contributors
- @ksayer made their first contribution in #1090
- @staticxterm made their first contribution in #1091
- @mykolaskrynnyk made their first contribution in #1089
- @Viicos made their first contribution in #1094
- @dantetemplar made their first contribution in #1100
Full Changelog: 1.28.0...1.29.0