Skip to content

Releases: atelier-saulx/based

Release version 1.1.30

25 Mar 16:31

Choose a tag to compare

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

23 Mar 22:49

Choose a tag to compare

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

16 Mar 12:21

Choose a tag to compare

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

10 Mar 19:19

Choose a tag to compare

Documentation improvements

  • Rewrite of @based/db documentation with practical, real-world examples.
  • AI Skills Database: Added SKILL.md with 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

04 Mar 12:26

Choose a tag to compare

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

27 Feb 11:02

Choose a tag to compare

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

24 Feb 20:51

Choose a tag to compare

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

24 Feb 14:16

Choose a tag to compare

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

22 Feb 13:52

Choose a tag to compare

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

17 Feb 20:56

Choose a tag to compare

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