Skip to content

Releases: ExWeiv/weiv-data

v3.0.1

12 Mar 23:49
70cfa48
Compare
Choose a tag to compare

Changelog

  • New functions to create, delete, rename and list collections from a selected database. Now you can manage collections in databases with these APIs.
  • createCollection, deleteCollection, renameCollection and listCollections are now ready to use.

v3.0.0

23 Feb 03:07
fa18231
Compare
Choose a tag to compare

Changelog

  • consistentRead replaced with readConcern and now it's using string based data that syncs with mongodb readConcern options.
  • Added custom cache rules to control how MongoClient's cached when they are created.
  • URI storing strategy changed and now all URIs stored as JSON in a single secret in secrets manager. (Update your secrets before you update to ^3.0.0)
  • General TS changes and BUG fixes.
  • v prefix added to versions here in GitHub only.

2.8.4

21 Feb 02:50
b76f951
Compare
Choose a tag to compare

Changelog

  • Enabled module import of single-function imports. (TS Change)

2.8.3

21 Feb 01:36
d35a9dc
Compare
Choose a tag to compare

Changelog

  • Filtering BUG fixed for query and filter classes. (Filters were not working correctly especially for or, not, and)
  • BUG Fixes
  • TS type changes for filters. (Most filters changed to any since it allows too many data types)

Fixed Issues

#29

2.8.2

20 Feb 05:33
283d4de
Compare
Choose a tag to compare

Changelog

  • Error Handling BUGs Fixed and Tested (Should be Working Now)
  • mongodb version upgraded to 6.3.0
  • TS config changes.
  • Changelog updated.
  • Docs updated.

Main reason of this update was the BUG in bulk operations. This should now get fixed. And we've made some basic changes too.