Releases: atelier-saulx/based
Release version 1.1.30
Bug Fixes
- This patch upgrade some dependency packages.
Improvements
- Added OTP email to cli.
Changelog: v1.1.29...v1.1.30
Complete season changelog: v1.1.4...v1.1.30
Release version 1.1.29
Bug Fixes
This patch fix a bug in hooks and added support to React v19.
- Fixed READ hooks not working in timestamps using nested syntax (parent.child).
- Added support to React v19
Changelog: v1.1.28...v1.1.29
Complete season changelog: v1.1.4...v1.1.29
Release version 1.1.28
Bug Fixes
This patch fix a bug in hooks.
- Fixed READ hooks not working in branched queries/References.
Changelog: v1.1.27...v1.1.28
Complete season changelog: v1.1.4...v1.1.28
Release version 1.1.27
Documentation improvements
- Rewrite of @based/db documentation with practical, real-world examples.
- AI Skills Database: Added
SKILL.mdwith comprehensive AI best practices for @based/db. Includes strict rules, performance guidelines and code examples optimized for AI assistants.
Bug Fixes & Improvements
- Multi-Database Support: Enhanced local development server to support multiple database instances
- Migration Fixes: Improved schema migration to skip internal types (_*)
- Memory Optimization: Added memory usage tests for subscriptions with large ID spreads
- Edge Migration Test: Added test to verify edge property preservation during schema migrations
Changelog: v1.1.26...v1.1.27
Complete season changelog: v1.1.4...v1.1.27
Release version v1.1.26
Bug Fixes
This patch improve assertiomn for debugging purposes.
- Addedd field number assertion to debug possible node handlings.
Changelog: v1.1.25...v1.1.26
Complete season changelog: v1.1.4...v1.1.26
Release version v1.1.25
Bug Fixes
This patch fix a bug in migration.
- Fixed corruption cardinailty type caused by schema migration.
Changelog: v1.1.24...v1.1.25
Complete season changelog: v1.1.4...v1.1.25
Relase version v1.1.24
Bug Fixes
This patch fix a loop boundary bug in sortable texts.
- Fixed out-of-bounds buffer read in sortable Text.
Changelog: v1.1.23...v1.1.24
Complete season changelog: v1.1.4...v1.1.24
Relase version v1.1.23
Bug Fixes
This patch fix a context issue on client subscriptions and adds support to node v24+ uWS.
- Fixed Client ID attachement issue.
- Added uWebSockets support to N-API v137 and v141.
Changelog: v1.1.21...v1.1.23
Complete season changelog: v1.1.4...v1.1.23
Relase version v1.1.21
Bug Fixes
This patch release fixed an issue where subscriptions to different data types could conflict if they shared the same internal ID.
- Improves data integrity and prevents incorrect event triggers in applications using multiple schemas with overlapping ID ranges.
Changelog: v1.1.20...v1.1.21
Complete season changelog: v1.1.4...v1.1.21
Release version 1.1.20
Bug Fixes
This patch release fixes and enhancements related to JSON js object, Date type, Client and more:
- Added proper support for date types (bc42fac)
- Implemented a toJSON() method on hash package and updateed utilities to handle it. (6351f22, 4bdad67)
- Introduced new commands to manage secrets via the CLI tooling. (da992bf)
- Disabled the automatic default connection to the cloud environment. (4563469)
- Added new Standalone Client Build script/target to generate lightweight client bundles that exclude the database core. (d7dc573)
- Added publicPath configuration to Node bundles. (da992bf)
- Fixed issue when hash is null. (ac2b031)
Changelog: v1.1.18...v1.1.20
Complete season changelog: v1.1.4...v1.1.20