Releases: flat3/lodata
Releases · flat3/lodata
v5.32.6
v5.32.5
v5.32.4
v5.32.3
v5.32.2
v5.32.1
v5.32.0
v5.31.0
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.
v5.30.0
This release includes support for upserted entities, on entity sets that can support this capability.
Also fixes JSON $batch
requests responding with an incorrect Content-Type
if the client did not specify an Accept
header.