Skip to content

6.0.0

Latest
Compare
Choose a tag to compare
@ml054 ml054 released this 27 Aug 09:13
· 10 commits to v6.0 since this release
9e4f9a8

Change log:

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