Skip to content

v5.31.0

Compare
Choose a tag to compare
@27pchrisl 27pchrisl released this 01 Apr 19:10
· 175 commits to 5.x since this release

This release adds support for MongoDB πŸŽ‰ as requested in #544 and #539. The documentation describes how to get started.
The MongoDB entity set supports read, update, create, delete, and query operations, and has extensive support for filters on an attached MongoDB collection.

This release also includes better support for open types. Previously open types were available, but were not flagged in the OData metadata, and rejecting the insertion of undeclared properties into non-open types was not enforced.