@calcit/procs 0.13.49 → 0.13.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -0,0 +1,6 @@
1
+ # Add the synchronous FFI byte-buffer protocol
2
+
3
+ - Added a versioned C ABI for synchronous FFI calls using owned UTF-8 Cirru EDN buffers.
4
+ - Made method migration incremental by preferring `<method>_calcit_ffi_v1` and retaining the build-ID-guarded Rust ABI as a fallback.
5
+ - Kept output ownership in the dylib through `calcit_ffi_buffer_free`, with host-side invariant and size checks before decoding.
6
+ - Added focused tests for protocol versioning, symbol derivation, and request encoding; callback migration remains a separate phase.
@@ -0,0 +1,6 @@
1
+ # FFI buffer protocol review follow-up
2
+
3
+ - Corrected the FFI documentation heading hierarchy.
4
+ - Made nonzero-status payloads obey the same strict UTF-8 contract as successful EDN responses.
5
+ - Added a focused regression test that rejects malformed error bytes rather than replacing them lossily.
6
+ - Kept the original 03:16 history timestamp because it records the actual Asia/Shanghai commit time.
@@ -0,0 +1,5 @@
1
+ # Release 0.13.50
2
+
3
+ - Published synchronous C-safe FFI buffer protocol v1 merged in #477.
4
+ - Retained per-method fallback to the build-ID-guarded Rust ABI for incremental ecosystem migration.
5
+ - Kept Cargo and npm package versions synchronized and refreshed the workspace lockfile.
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calcit/procs",
3
- "version": "0.13.49",
3
+ "version": "0.13.50",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calcit/procs",
3
- "version": "0.13.49",
3
+ "version": "0.13.50",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",