You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
combability with hosting providers like Vercel, Amplify (and technologies like next.js etc), see: RDBC-863
bulk insert performance as now twice fast as it was
Breaking changes:
unified custom casing conventions: currently user needs to provide transformation functions: localToServerFieldNameConverter, serverToLocalFieldNameConverter when casing in documents should be changed before storing/reading documents. By default original - casing is retained and user don't have to provide any extra configuration.
removed support for Graph API
Include from a Non-tracking session: A non-tracking session will now throw the below exception if an 'Include' operation is registered in it, to indicate that the operation is forbidden from a non-tracking session and warn about its expected results.
Facets: FacetOptions were removed from RangeFacet
removed option to enable/disable JSONL parsing (DocumentConventions.useJsonlStreaming) - we now always use JSON