Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ravendb/ravendb-nodejs-client

7.0.0

29 Apr 07:36
27daa57
Compare
Choose a tag to compare

What's Changed

  • RDBC-870 Add explanation of session & store dispose to the readme by @Danielle9897 in #459
  • RDBC-872 swc should be dev not prod dependency by @ml054 in #462
  • RDBC-875 Expose MetadataDictionary in index.ts by @ml054 in #463
  • RDBC-873 Fix handling server failure in 6.0.0 client by @ml054 in #464
  • RDBC-880 Expose CreateSubscriptionCommand in index.ts by @Danielle9897 in #465
  • RDBC-885 Add 7.0 to GHA RavenDB version matrix by @ml054 in #470
  • Adding v7.0 to build matrix by @ml054 in #474
  • RDBC-899 - Added Vector Search to Client API, updated client version to 7.0 by @M4xymm in #475
  • RDBC-903 - Drop Node.js 18 support by @M4xymm in #476

Breaking changes:

Vector Search API

  • New Feature:
    Added Vector Search support to align with RavenDB 7.0’s capabilities.
  • Usage Examples:
    Check out VectorSearchTest.ts for sample queries and indexing patterns.

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