Releases: cbjs-dev/cbjs
Releases · cbjs-dev/cbjs
v1.26.0
🚀 Features
- Sync with 4.4.5 - by @JesusTheHun (03455)
- deploy: Default retry policy for operations - by @JesusTheHun (0fb79)
🐞 Bug Fixes
- cbjs:
- Type search index definition - by @JesusTheHun (0b100)
- deploy:
- Include the index config in the changes - by @JesusTheHun (d6821)
- ApplyCouchbaseClusterChanges accepts AnyCluster - by @JesusTheHun (8c334)
View changes on GitHub
v1.25.0
🚀 Features
- deploy: Deploy search indexes - by @JesusTheHun (4a62e)
🐞 Bug Fixes
- deploy: Waiting for index being built now uses the information from the query service - by @JesusTheHun (e8bd6)
View changes on GitHub
v1.24.1
v1.24.0
🚀 Features
- http-client: Get rebalance progress - by @JesusTheHun (3bc8f)
🐞 Bug Fixes
- cbjs: Fix regression in cluster type when a property is a union - by @JesusTheHun (9b7b9)
🏎 Performance
- cbjs: Improve cluster types IDE experience - by @JesusTheHun (ef14f)
View changes on GitHub
v1.23.0
🚀 Features
- Sync with 4.4.4 - by @JesusTheHun (3b98d)
🐞 Bug Fixes
- Prevent user callback to be called twice when it throws an error - by @JesusTheHun (9d2d7)
View changes on GitHub
v1.22.0
🚀 Features
- cbjs: New
lookupIn().values()
method - by @JesusTheHun (72df4) - deploy: Add time at the beginning of each log entry - by @JesusTheHun (842aa)
View changes on GitHub
v1.21.1
v1.21.0
🚀 Features
- Friendly path for records - by @JesusTheHun (7d2e4)
🏎 Performance
- Improve editor performance - by @JesusTheHun (41d0a)
View changes on GitHub
v1.20.1
🐞 Bug Fixes
- Forgotten lookupIn macro return types - by @JesusTheHun (a85f7)
- Internal validation for GetKeyspaceOptions - by @JesusTheHun (1e7d1)
🏎 Performance
- Faster chainable lookup - by @JesusTheHun (d8cbb)
View changes on GitHub
v1.20.0
🚀 Features
- cbjs:
- Sync with
v4.4.2
- Introduce hook
onQueryStart
andonQueryEnd
- by @JesusTheHun (a8ae8)
- Sync with