Skip to content

Releases: ExWeiv/weiv-data

v4.5.0

18 Jul 22:17
6fcd59b
Compare
Choose a tag to compare

Changes

  • New plug-in, sync Wix Members collection into your MongoDB databae to perform lookups easily with your own custom collections.
  • Sync Wix Applications feature is in beta and might not work as expected, we are testing the feature and BUG fixes will be added soon.
  • New config option syncDatabase to configure the database name for Wix application sync. This database name will be used when saving data from Wix apps to MongoDB.

v4.4.0

18 Jul 18:14
7e4afab
Compare
Choose a tag to compare

Changes

  • convertId function removed in place now we have two different functions to convert an id either to string or ObjectId.
  • Now all returned _id fields are string if convertIds option is set to true. By default it's false.
  • Important BUG fixes.
  • General BUG fixes and improvements.
  • New error manager, this feature will be improved over time.

v4.3.2-B

14 Jun 11:55
2ad6768
Compare
Choose a tag to compare

What's Changed

  • Unused packagaes removed.
  • Security updates.
  • URI caching update to consume a bit less memory for members.

v4.3.1

23 May 21:04
3f93445
Compare
Choose a tag to compare

Changelog

  • logMessage function changes and fixes, for clear logs.

v4.3.0

23 May 05:47
0301797
Compare
Choose a tag to compare

Changelog

  • Important performance updates and improvements for MongoClient caching and cold starts.

v4.2.4

23 May 05:08
5f8522b
Compare
Choose a tag to compare

Changelog

  • BUG Fixes for message logger. We are currently not sure why does console.log not working, potential issue with Wix's container env.

v4.2.3

23 May 03:21
95cc4d5
Compare
Choose a tag to compare

Changelog

  • BUG Fixes

v4.2.1

23 May 01:45
91a20e8
Compare
Choose a tag to compare

Changelog

  • BUG Fixes for logger (await added)

v4.2.0

23 May 01:32
ec7bdd5
Compare
Choose a tag to compare

Changelog

  • New feature config.js for WeivData customization. (see docs)
  • BUG fixes
  • Documentation updates and fixes

v4.1.4

22 May 23:23
ab90d3b
Compare
Choose a tag to compare

Changelog

  • BUG Fixes for caching MongoClients