Releases: tchlyah/couchmove
Release early-access
Changelog
- 1fcc88b Bump commons-codec:commons-codec from 1.16.0 to 1.16.1
Contributors
We'd like to thank the following people for their contributions:
- Tayeb Chlyah
- dependabot[bot] (@dependabot[bot])
Release v3.4.1
Changelog
- b563062 Bump io.freefair.lombok from 8.2.2 to 8.4
Contributors
We'd like to thank the following people for their contributions:
- Tayeb Chlyah
- dependabot[bot] (@dependabot[bot])
Release v3.4
Fix commons-io CVE
🔒️ #21: Fix commons-io CVE
Allow custom variables in scripts
✨#22: Allow custom variables in scripts
Add support for Eventing functions
✨#17: Add support for Eventing functions
Add compatibility with Scopes and Collections
✨ #15: Add compatibility with Scope and Collections
Fix missing FTS parameters
3.1.1 🐛#12 Fix missing FTS parameters (#13)
Add build and wait for deferred N1QL indexes
Rollback the changes introduced by release 3.0.1 to ignore Build Already In Progress
error. And introduce two new methods to solve correctly this issue:
- Couchmove#buildN1qlDeferredIndexes(): Trigger the build off N1QL indexes marked as deferred
- Couchmove#waitForN1qlIndexes(): Wait for all N1QL indexes to be ready until the timeout is expired
The combination usage of these two methods will solve effectively deferred indexes build.
Add build and wait for deferred N1QL indexes
Rollback the changes introduced by release 2.0.1 to ignore Build Already In Progress
error. And introduce two new methods to solve correctly this issue:
- Couchmove#buildN1qlDeferredIndexes(): Trigger the build off N1QL indexes marked as deferred
- Couchmove#waitForN1qlIndexes(): Wait for all N1QL indexes to be ready until the timeout is expired
The combination usage of these two methods will solve effectively deferred indexes build.