Skip to content

Releases: ravendb/ravendb-nodejs-client

6.0.0

27 Aug 09:13
9e4f9a8
Compare
Choose a tag to compare

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

5.4.3

17 Jul 14:07
98ddab1
Compare
Choose a tag to compare

What's Changed

  • next release 5.4.3 by @ml054 in #407
  • etl connection strings by @ml054 in #408
  • RDBC-806 Add "@refresh" to CONSTANTS by @Danielle9897 in #413
  • RDBC-825 Add loadAttachments + test by @Danielle9897 in #415
  • fix: Error thrown when running DocumentStore.initialize() with an insecure connection when passing AuthOptions, even if no certificate was passed. by @vxern in #412
  • RDoc-2699 Fix comment in README about bulkInsert by @Danielle9897 in #416
  • sync with java: be9b7f88aa409ee0915d80a0cf7e87f30ba4f219..682bb13d764… by @ml054 in #411
  • Cannot query with where after moreLikeThis #409 by @ml054 in #417
  • RDBC-432 get rid of bluebird from node.js client by @ml054 in #418
  • eslint - extra rules 🦄 by @ml054 in #421
  • RDBC-831 Add test for "GetCompareExchangeValuesOperation" by @Danielle9897 in #422
  • RDBC-832 Fix DeleteCompareExchangeValueOperation behavior when key doesn't exist by @Danielle9897 in #423
  • RDBC-850 Expose all classes from TimeSeriesOperation.ts by @Danielle9897 in #427
  • npm update by @ml054 in #432
  • RavenDB-16050 Exporting query result to JSON - updating node.js client by @ml054 in #433
  • RDBC-860 Expose TimeValue in index.ts (v5.4) by @Danielle9897 in #435
  • RDBC-859 OOM on bulk insert - node.js client by @ml054 in #437
  • npm update by @ml054 in #438

New Contributors

Full Changelog: 5.4.2...5.4.3

5.4.2

01 Dec 12:56
2b76e5b
Compare
Choose a tag to compare
  • incremental time series
  • bulk insert progress
  • RQL filter support
  • new ETL types: OLAP, Elastic, Kafka, RabbitMQ
  • bug fixes

5.4.1

11 Oct 12:26
fc5e149
Compare
Choose a tag to compare
  • ability to provide custom date converter

5.4.0

10 Aug 13:57
Compare
Choose a tag to compare
  • updated to v5.4 server
  • jsonl for parsing

5.2.10

20 May 09:51
eaf8dd4
Compare
Choose a tag to compare
  • support for cloudflare
  • bugfixes

5.2.9

18 May 09:13
fa76929
Compare
Choose a tag to compare
  • support for cloudflare
  • bugfixes

5.2.8

26 Mar 07:11
78c53de
Compare
Choose a tag to compare
  • support for cloudflare
  • bugfixes

5.2.7

19 Aug 18:43
cc281f8
Compare
Choose a tag to compare
  • ability to load attachments and attachment content via strongly typed js indexes API
  • bugfixes

5.2.6

28 Jul 13:27
09ced4f
Compare
Choose a tag to compare
  • bugfixes