From 2bc4f948c079cc138273acea9d742eee75e27b2d Mon Sep 17 00:00:00 2001 From: Sid Jain Date: Sun, 6 Sep 2026 02:01:02 +0530 Subject: [PATCH] chore(release): prepare main releases --- .release-please-manifest.json | 40 +++++++++---------- .../crates/oliphaunt-wasix/CHANGELOG.md | 27 +++++++++++++ .../crates/oliphaunt-wasix/Cargo.toml | 2 +- src/bindings/wasix-ts/CHANGELOG.md | 33 +++++++++++++++ src/bindings/wasix-ts/package.json | 2 +- .../external/pg_hashids/CHANGELOG.md | 18 +++++++++ src/extensions/external/pg_hashids/VERSION | 2 +- src/extensions/external/pg_ivm/CHANGELOG.md | 18 +++++++++ src/extensions/external/pg_ivm/VERSION | 2 +- .../external/pg_textsearch/CHANGELOG.md | 18 +++++++++ src/extensions/external/pg_textsearch/VERSION | 2 +- .../external/pg_uuidv7/CHANGELOG.md | 18 +++++++++ src/extensions/external/pg_uuidv7/VERSION | 2 +- src/extensions/external/pgtap/CHANGELOG.md | 18 +++++++++ src/extensions/external/pgtap/VERSION | 2 +- src/extensions/external/postgis/CHANGELOG.md | 18 +++++++++ src/extensions/external/postgis/VERSION | 2 +- src/extensions/external/vector/CHANGELOG.md | 18 +++++++++ src/extensions/external/vector/VERSION | 2 +- src/runtimes/broker/CHANGELOG.md | 21 ++++++++++ src/runtimes/broker/Cargo.toml | 2 +- .../broker/crates/linux-arm64-gnu/Cargo.toml | 2 +- .../broker/crates/linux-x64-gnu/Cargo.toml | 2 +- .../broker/crates/macos-arm64/Cargo.toml | 2 +- .../broker/crates/windows-x64-msvc/Cargo.toml | 2 +- .../broker/packages/darwin-arm64/package.json | 2 +- .../packages/linux-arm64-gnu/package.json | 2 +- .../packages/linux-x64-gnu/package.json | 2 +- .../packages/win32-x64-msvc/package.json | 2 +- src/runtimes/liboliphaunt/native/CHANGELOG.md | 21 ++++++++++ src/runtimes/liboliphaunt/native/VERSION | 2 +- .../native/crates/tools/Cargo.toml | 2 +- .../native/icu-npm/OliphauntICU.podspec | 2 +- .../liboliphaunt/native/icu-npm/package.json | 2 +- .../native/packages/darwin-arm64/package.json | 2 +- .../packages/linux-arm64-gnu/package.json | 2 +- .../packages/linux-x64-gnu/package.json | 2 +- .../packages/win32-x64-msvc/package.json | 2 +- .../native/src/liboliphaunt_native.c | 2 +- .../native/tools-npm/package.json | 2 +- .../tools-packages/darwin-arm64/package.json | 2 +- .../linux-arm64-gnu/package.json | 2 +- .../tools-packages/linux-x64-gnu/package.json | 2 +- .../win32-x64-msvc/package.json | 2 +- .../wasix-postmaster/CHANGELOG.md | 18 +++++++++ .../liboliphaunt/wasix-postmaster/VERSION | 2 +- src/runtimes/liboliphaunt/wasix/CHANGELOG.md | 32 +++++++++++++++ src/runtimes/liboliphaunt/wasix/VERSION | 2 +- .../aot/aarch64-apple-darwin/Cargo.toml | 2 +- .../aot/aarch64-unknown-linux-gnu/Cargo.toml | 2 +- .../aot/x86_64-pc-windows-msvc/Cargo.toml | 2 +- .../aot/x86_64-unknown-linux-gnu/Cargo.toml | 2 +- .../wasix/crates/assets/Cargo.toml | 2 +- .../tools-aot/aarch64-apple-darwin/Cargo.toml | 2 +- .../aarch64-unknown-linux-gnu/Cargo.toml | 2 +- .../x86_64-pc-windows-msvc/Cargo.toml | 2 +- .../x86_64-unknown-linux-gnu/Cargo.toml | 2 +- .../wasix/crates/tools/Cargo.toml | 2 +- .../liboliphaunt/wasix/tools-npm/package.json | 2 +- src/runtimes/node-direct/CHANGELOG.md | 21 ++++++++++ src/runtimes/node-direct/package.json | 2 +- .../packages/darwin-arm64/package.json | 2 +- .../packages/linux-arm64-gnu/package.json | 2 +- .../packages/linux-x64-gnu/package.json | 2 +- .../packages/win32-x64-msvc/package.json | 2 +- src/runtimes/wasix-napi/CHANGELOG.md | 18 +++++++++ src/runtimes/wasix-napi/Cargo.toml | 2 +- src/runtimes/wasix-napi/package.json | 2 +- .../packages/darwin-arm64/package.json | 15 +++++-- .../packages/linux-arm64-gnu/package.json | 19 ++++++--- .../packages/linux-x64-gnu/package.json | 19 ++++++--- .../packages/win32-x64-msvc/package.json | 15 +++++-- src/sdks/js/CHANGELOG.md | 26 ++++++++++++ src/sdks/js/package.json | 2 +- src/sdks/kotlin/CHANGELOG.md | 21 ++++++++++ src/sdks/kotlin/VERSION | 2 +- src/sdks/kotlin/gradle.properties | 2 +- src/sdks/react-native/CHANGELOG.md | 31 ++++++++++++++ src/sdks/react-native/package.json | 2 +- src/sdks/rust/CHANGELOG.md | 26 ++++++++++++ src/sdks/rust/Cargo.toml | 2 +- .../rust/crates/oliphaunt-build/Cargo.toml | 2 +- src/sdks/swift/CHANGELOG.md | 26 ++++++++++++ src/sdks/swift/VERSION | 2 +- 84 files changed, 576 insertions(+), 97 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41a38f537..ceb69c53e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,22 +1,22 @@ { - "src/runtimes/liboliphaunt/native": "0.1.1", - "src/sdks/rust": "0.1.1", - "src/runtimes/broker": "0.1.1", - "src/runtimes/node-direct": "0.1.1", - "src/runtimes/wasix-napi": "0.0.0", - "src/sdks/swift": "0.6.1", - "src/sdks/kotlin": "0.1.1", - "src/sdks/react-native": "0.1.1", - "src/sdks/js": "0.1.1", - "src/extensions/external/pg_hashids": "0.1.1", - "src/extensions/external/pg_ivm": "0.1.1", - "src/extensions/external/pg_textsearch": "0.1.1", - "src/extensions/external/pg_uuidv7": "0.1.1", - "src/extensions/external/pgtap": "0.1.1", - "src/extensions/external/postgis": "0.1.1", - "src/extensions/external/vector": "0.1.1", - "src/runtimes/liboliphaunt/wasix": "0.1.1", - "src/runtimes/liboliphaunt/wasix-postmaster": "0.0.0", - "src/bindings/wasix-rust/crates/oliphaunt-wasix": "0.1.1", - "src/bindings/wasix-ts": "0.0.0" + "src/runtimes/liboliphaunt/native": "0.2.0", + "src/sdks/rust": "0.2.0", + "src/runtimes/broker": "0.2.0", + "src/runtimes/node-direct": "0.2.0", + "src/runtimes/wasix-napi": "0.1.0", + "src/sdks/swift": "0.7.0", + "src/sdks/kotlin": "0.2.0", + "src/sdks/react-native": "0.2.0", + "src/sdks/js": "0.2.0", + "src/extensions/external/pg_hashids": "0.2.0", + "src/extensions/external/pg_ivm": "0.2.0", + "src/extensions/external/pg_textsearch": "0.2.0", + "src/extensions/external/pg_uuidv7": "0.2.0", + "src/extensions/external/pgtap": "0.2.0", + "src/extensions/external/postgis": "0.2.0", + "src/extensions/external/vector": "0.2.0", + "src/runtimes/liboliphaunt/wasix": "0.2.0", + "src/runtimes/liboliphaunt/wasix-postmaster": "0.1.0", + "src/bindings/wasix-rust/crates/oliphaunt-wasix": "0.2.0", + "src/bindings/wasix-ts": "0.1.0" } diff --git a/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md b/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md index 42c2612e1..1fe5566df 100644 --- a/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md +++ b/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md @@ -54,6 +54,33 @@ - Keep the direct server handle after `close(&mut self)`, add `is_closed()`, and replay the first terminal close result on repeated calls. +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-wasix-rust-v0.1.1...oliphaunt-wasix-rust-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **wasix-ts:** run host runtimes through Rust Node-API ([#156](https://github.com/f0rr0/oliphaunt/issues/156)) +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) +* **wasix-ts:** run host runtimes through Rust Node-API ([#156](https://github.com/f0rr0/oliphaunt/issues/156)) ([28e07be](https://github.com/f0rr0/oliphaunt/commit/28e07be782388915b28ad3fd30e3e78143710d28)) + + +### Performance Improvements + +* **wasix:** accelerate regular-file seek end ([#162](https://github.com/f0rr0/oliphaunt/issues/162)) ([b411aa3](https://github.com/f0rr0/oliphaunt/commit/b411aa3ed0707ed8c49f2ef1583241d9ceb66335)) + + +### Code Refactoring + +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-wasix-rust-v0.1.0...oliphaunt-wasix-rust-v0.1.1) (2026-08-08) diff --git a/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml b/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml index 835c7a476..eb7e922aa 100644 --- a/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml +++ b/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Embedded PostgreSQL 18 for Rust with synchronous and asynchronous APIs." diff --git a/src/bindings/wasix-ts/CHANGELOG.md b/src/bindings/wasix-ts/CHANGELOG.md index e69de29bb..34bc4fc3c 100644 --- a/src/bindings/wasix-ts/CHANGELOG.md +++ b/src/bindings/wasix-ts/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +## 0.1.0 (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **wasix-ts:** run host runtimes through Rust Node-API ([#156](https://github.com/f0rr0/oliphaunt/issues/156)) +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) +* **wasix-ts:** run host runtimes through Rust Node-API ([#156](https://github.com/f0rr0/oliphaunt/issues/156)) ([28e07be](https://github.com/f0rr0/oliphaunt/commit/28e07be782388915b28ad3fd30e3e78143710d28)) + + +### Bug Fixes + +* **ci:** preserve native lifecycle server sessions ([#165](https://github.com/f0rr0/oliphaunt/issues/165)) ([b8cab0b](https://github.com/f0rr0/oliphaunt/commit/b8cab0be2b86c6b9fab4c279add89113c5797d23)) + + +### Performance Improvements + +* **js:** streamline exec response handling ([#158](https://github.com/f0rr0/oliphaunt/issues/158)) ([5eaf05b](https://github.com/f0rr0/oliphaunt/commit/5eaf05b8a8d21bd974b9fcb6d618103be5689151)) +* **wasix:** preserve and accelerate seek end ([#154](https://github.com/f0rr0/oliphaunt/issues/154)) ([169852f](https://github.com/f0rr0/oliphaunt/commit/169852f22d1c5eab4cfd30c17ccca014b8d84592)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) diff --git a/src/bindings/wasix-ts/package.json b/src/bindings/wasix-ts/package.json index 2f0e9ecf7..a822f6e9b 100644 --- a/src/bindings/wasix-ts/package.json +++ b/src/bindings/wasix-ts/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/wasix-ts", - "version": "0.0.0", + "version": "0.1.0", "description": "Portable Oliphaunt WASIX TypeScript SDK for browsers, Node.js, Bun, Deno, and Electron.", "license": "MIT", "type": "module", diff --git a/src/extensions/external/pg_hashids/CHANGELOG.md b/src/extensions/external/pg_hashids/CHANGELOG.md index f6a02a697..562cdd1da 100644 --- a/src/extensions/external/pg_hashids/CHANGELOG.md +++ b/src/extensions/external/pg_hashids/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pg-hashids-v0.1.1...oliphaunt-extension-pg-hashids-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pg-hashids-v0.1.0...oliphaunt-extension-pg-hashids-v0.1.1) (2026-08-08) diff --git a/src/extensions/external/pg_hashids/VERSION b/src/extensions/external/pg_hashids/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/extensions/external/pg_hashids/VERSION +++ b/src/extensions/external/pg_hashids/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/extensions/external/pg_ivm/CHANGELOG.md b/src/extensions/external/pg_ivm/CHANGELOG.md index 1c78baf15..01f8db6b9 100644 --- a/src/extensions/external/pg_ivm/CHANGELOG.md +++ b/src/extensions/external/pg_ivm/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pg-ivm-v0.1.1...oliphaunt-extension-pg-ivm-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pg-ivm-v0.1.0...oliphaunt-extension-pg-ivm-v0.1.1) (2026-08-08) diff --git a/src/extensions/external/pg_ivm/VERSION b/src/extensions/external/pg_ivm/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/extensions/external/pg_ivm/VERSION +++ b/src/extensions/external/pg_ivm/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/extensions/external/pg_textsearch/CHANGELOG.md b/src/extensions/external/pg_textsearch/CHANGELOG.md index 3ffa400a8..cbda0c5b9 100644 --- a/src/extensions/external/pg_textsearch/CHANGELOG.md +++ b/src/extensions/external/pg_textsearch/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pg-textsearch-v0.1.1...oliphaunt-extension-pg-textsearch-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pg-textsearch-v0.1.0...oliphaunt-extension-pg-textsearch-v0.1.1) (2026-08-08) diff --git a/src/extensions/external/pg_textsearch/VERSION b/src/extensions/external/pg_textsearch/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/extensions/external/pg_textsearch/VERSION +++ b/src/extensions/external/pg_textsearch/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/extensions/external/pg_uuidv7/CHANGELOG.md b/src/extensions/external/pg_uuidv7/CHANGELOG.md index 2294d900e..ef3888b46 100644 --- a/src/extensions/external/pg_uuidv7/CHANGELOG.md +++ b/src/extensions/external/pg_uuidv7/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pg-uuidv7-v0.1.1...oliphaunt-extension-pg-uuidv7-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pg-uuidv7-v0.1.0...oliphaunt-extension-pg-uuidv7-v0.1.1) (2026-08-08) diff --git a/src/extensions/external/pg_uuidv7/VERSION b/src/extensions/external/pg_uuidv7/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/extensions/external/pg_uuidv7/VERSION +++ b/src/extensions/external/pg_uuidv7/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/extensions/external/pgtap/CHANGELOG.md b/src/extensions/external/pgtap/CHANGELOG.md index 11b4a845e..f1434c6d2 100644 --- a/src/extensions/external/pgtap/CHANGELOG.md +++ b/src/extensions/external/pgtap/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pgtap-v0.1.1...oliphaunt-extension-pgtap-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-pgtap-v0.1.0...oliphaunt-extension-pgtap-v0.1.1) (2026-08-08) diff --git a/src/extensions/external/pgtap/VERSION b/src/extensions/external/pgtap/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/extensions/external/pgtap/VERSION +++ b/src/extensions/external/pgtap/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/extensions/external/postgis/CHANGELOG.md b/src/extensions/external/postgis/CHANGELOG.md index 6f33f468c..54713f723 100644 --- a/src/extensions/external/postgis/CHANGELOG.md +++ b/src/extensions/external/postgis/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-postgis-v0.1.1...oliphaunt-extension-postgis-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-postgis-v0.1.0...oliphaunt-extension-postgis-v0.1.1) (2026-08-08) diff --git a/src/extensions/external/postgis/VERSION b/src/extensions/external/postgis/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/extensions/external/postgis/VERSION +++ b/src/extensions/external/postgis/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/extensions/external/vector/CHANGELOG.md b/src/extensions/external/vector/CHANGELOG.md index 30c153839..8755ecce4 100644 --- a/src/extensions/external/vector/CHANGELOG.md +++ b/src/extensions/external/vector/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-vector-v0.1.1...oliphaunt-extension-vector-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-extension-vector-v0.1.0...oliphaunt-extension-vector-v0.1.1) (2026-08-08) diff --git a/src/extensions/external/vector/VERSION b/src/extensions/external/vector/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/extensions/external/vector/VERSION +++ b/src/extensions/external/vector/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/runtimes/broker/CHANGELOG.md b/src/runtimes/broker/CHANGELOG.md index 0804347b8..82205c70b 100644 --- a/src/runtimes/broker/CHANGELOG.md +++ b/src/runtimes/broker/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-broker-v0.1.1...oliphaunt-broker-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-broker-v0.1.0...oliphaunt-broker-v0.1.1) (2026-08-08) diff --git a/src/runtimes/broker/Cargo.toml b/src/runtimes/broker/Cargo.toml index 44b737fdd..c046c156d 100644 --- a/src/runtimes/broker/Cargo.toml +++ b/src/runtimes/broker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Oliphaunt broker helper process for process-isolated embedded PostgreSQL." diff --git a/src/runtimes/broker/crates/linux-arm64-gnu/Cargo.toml b/src/runtimes/broker/crates/linux-arm64-gnu/Cargo.toml index 1782bd34c..01e3a9460 100644 --- a/src/runtimes/broker/crates/linux-arm64-gnu/Cargo.toml +++ b/src/runtimes/broker/crates/linux-arm64-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker-linux-arm64-gnu" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Cargo artifact crate for the linux-arm64-gnu oliphaunt-broker helper binary." diff --git a/src/runtimes/broker/crates/linux-x64-gnu/Cargo.toml b/src/runtimes/broker/crates/linux-x64-gnu/Cargo.toml index 971806a75..4be8eab30 100644 --- a/src/runtimes/broker/crates/linux-x64-gnu/Cargo.toml +++ b/src/runtimes/broker/crates/linux-x64-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker-linux-x64-gnu" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Cargo artifact crate for the linux-x64-gnu oliphaunt-broker helper binary." diff --git a/src/runtimes/broker/crates/macos-arm64/Cargo.toml b/src/runtimes/broker/crates/macos-arm64/Cargo.toml index a690f1656..99f9d5c34 100644 --- a/src/runtimes/broker/crates/macos-arm64/Cargo.toml +++ b/src/runtimes/broker/crates/macos-arm64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker-macos-arm64" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Cargo artifact crate for the macos-arm64 oliphaunt-broker helper binary." diff --git a/src/runtimes/broker/crates/windows-x64-msvc/Cargo.toml b/src/runtimes/broker/crates/windows-x64-msvc/Cargo.toml index 4dc284ce6..187a1603f 100644 --- a/src/runtimes/broker/crates/windows-x64-msvc/Cargo.toml +++ b/src/runtimes/broker/crates/windows-x64-msvc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker-windows-x64-msvc" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Cargo artifact crate for the windows-x64-msvc oliphaunt-broker helper binary." diff --git a/src/runtimes/broker/packages/darwin-arm64/package.json b/src/runtimes/broker/packages/darwin-arm64/package.json index 38cfe2204..b14d0a127 100644 --- a/src/runtimes/broker/packages/darwin-arm64/package.json +++ b/src/runtimes/broker/packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/broker-darwin-arm64", - "version": "0.1.1", + "version": "0.2.0", "description": "macOS arm64 oliphaunt-broker helper binary.", "license": "MIT AND ISC AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/broker/packages/linux-arm64-gnu/package.json b/src/runtimes/broker/packages/linux-arm64-gnu/package.json index 099ecd096..cfbd1194b 100644 --- a/src/runtimes/broker/packages/linux-arm64-gnu/package.json +++ b/src/runtimes/broker/packages/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/broker-linux-arm64-gnu", - "version": "0.1.1", + "version": "0.2.0", "description": "Linux arm64 glibc oliphaunt-broker helper binary.", "license": "MIT AND ISC AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/broker/packages/linux-x64-gnu/package.json b/src/runtimes/broker/packages/linux-x64-gnu/package.json index bde836f8d..6aee4a2dc 100644 --- a/src/runtimes/broker/packages/linux-x64-gnu/package.json +++ b/src/runtimes/broker/packages/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/broker-linux-x64-gnu", - "version": "0.1.1", + "version": "0.2.0", "description": "Linux x64 glibc oliphaunt-broker helper binary.", "license": "MIT AND ISC AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/broker/packages/win32-x64-msvc/package.json b/src/runtimes/broker/packages/win32-x64-msvc/package.json index e53f1a965..1e5b26eb6 100644 --- a/src/runtimes/broker/packages/win32-x64-msvc/package.json +++ b/src/runtimes/broker/packages/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/broker-win32-x64-msvc", - "version": "0.1.1", + "version": "0.2.0", "description": "Windows x64 MSVC oliphaunt-broker helper binary.", "license": "MIT AND ISC AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/CHANGELOG.md b/src/runtimes/liboliphaunt/native/CHANGELOG.md index 3d06b6be1..f6226048f 100644 --- a/src/runtimes/liboliphaunt/native/CHANGELOG.md +++ b/src/runtimes/liboliphaunt/native/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/liboliphaunt-native-v0.1.1...liboliphaunt-native-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/liboliphaunt-native-v0.1.0...liboliphaunt-native-v0.1.1) (2026-08-08) diff --git a/src/runtimes/liboliphaunt/native/VERSION b/src/runtimes/liboliphaunt/native/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/runtimes/liboliphaunt/native/VERSION +++ b/src/runtimes/liboliphaunt/native/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/runtimes/liboliphaunt/native/crates/tools/Cargo.toml b/src/runtimes/liboliphaunt/native/crates/tools/Cargo.toml index 91ab7afd3..d9973cc5e 100644 --- a/src/runtimes/liboliphaunt/native/crates/tools/Cargo.toml +++ b/src/runtimes/liboliphaunt/native/crates/tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-tools" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Target-selecting Cargo facade for Oliphaunt native PostgreSQL client tool artifacts." diff --git a/src/runtimes/liboliphaunt/native/icu-npm/OliphauntICU.podspec b/src/runtimes/liboliphaunt/native/icu-npm/OliphauntICU.podspec index 4df26168c..1dba9a47d 100644 --- a/src/runtimes/liboliphaunt/native/icu-npm/OliphauntICU.podspec +++ b/src/runtimes/liboliphaunt/native/icu-npm/OliphauntICU.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OliphauntICU' - s.version = '0.1.1' # x-release-please-version + s.version = '0.2.0' # x-release-please-version s.summary = 'Portable ICU data files for Oliphaunt runtimes.' s.homepage = 'https://oliphaunt.dev' s.license = { :type => 'MIT AND Unicode-3.0' } diff --git a/src/runtimes/liboliphaunt/native/icu-npm/package.json b/src/runtimes/liboliphaunt/native/icu-npm/package.json index 45b01f334..12ce65942 100644 --- a/src/runtimes/liboliphaunt/native/icu-npm/package.json +++ b/src/runtimes/liboliphaunt/native/icu-npm/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/icu", - "version": "0.1.1", + "version": "0.2.0", "description": "Portable ICU data files for Oliphaunt runtimes.", "license": "MIT AND Unicode-3.0", "type": "commonjs", diff --git a/src/runtimes/liboliphaunt/native/packages/darwin-arm64/package.json b/src/runtimes/liboliphaunt/native/packages/darwin-arm64/package.json index cd2b6a437..e08352ec0 100644 --- a/src/runtimes/liboliphaunt/native/packages/darwin-arm64/package.json +++ b/src/runtimes/liboliphaunt/native/packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/liboliphaunt-darwin-arm64", - "version": "0.1.1", + "version": "0.2.0", "description": "macOS arm64 liboliphaunt native library for Oliphaunt.", "license": "MIT AND PostgreSQL AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/packages/linux-arm64-gnu/package.json b/src/runtimes/liboliphaunt/native/packages/linux-arm64-gnu/package.json index e18cd011a..8cc20b12f 100644 --- a/src/runtimes/liboliphaunt/native/packages/linux-arm64-gnu/package.json +++ b/src/runtimes/liboliphaunt/native/packages/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/liboliphaunt-linux-arm64-gnu", - "version": "0.1.1", + "version": "0.2.0", "description": "Linux arm64 glibc liboliphaunt native library for Oliphaunt.", "license": "MIT AND PostgreSQL AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/packages/linux-x64-gnu/package.json b/src/runtimes/liboliphaunt/native/packages/linux-x64-gnu/package.json index d5d0abaa0..fb1f483f4 100644 --- a/src/runtimes/liboliphaunt/native/packages/linux-x64-gnu/package.json +++ b/src/runtimes/liboliphaunt/native/packages/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/liboliphaunt-linux-x64-gnu", - "version": "0.1.1", + "version": "0.2.0", "description": "Linux x64 glibc liboliphaunt native library for Oliphaunt.", "license": "MIT AND PostgreSQL AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/packages/win32-x64-msvc/package.json b/src/runtimes/liboliphaunt/native/packages/win32-x64-msvc/package.json index b1bbd3b55..337609de5 100644 --- a/src/runtimes/liboliphaunt/native/packages/win32-x64-msvc/package.json +++ b/src/runtimes/liboliphaunt/native/packages/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/liboliphaunt-win32-x64-msvc", - "version": "0.1.1", + "version": "0.2.0", "description": "Windows x64 MSVC liboliphaunt native library for Oliphaunt.", "license": "MIT AND PostgreSQL AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/src/liboliphaunt_native.c b/src/runtimes/liboliphaunt/native/src/liboliphaunt_native.c index cfde6fa79..8147cf7c4 100644 --- a/src/runtimes/liboliphaunt/native/src/liboliphaunt_native.c +++ b/src/runtimes/liboliphaunt/native/src/liboliphaunt_native.c @@ -17,7 +17,7 @@ #include #endif -#define OLIPHAUNT_PRODUCT_VERSION "0.1.1" /* x-release-please-version */ +#define OLIPHAUNT_PRODUCT_VERSION "0.2.0" /* x-release-please-version */ extern int oliphaunt_embedded_main( int argc, diff --git a/src/runtimes/liboliphaunt/native/tools-npm/package.json b/src/runtimes/liboliphaunt/native/tools-npm/package.json index 3840888a3..87a60d342 100644 --- a/src/runtimes/liboliphaunt/native/tools-npm/package.json +++ b/src/runtimes/liboliphaunt/native/tools-npm/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/tools", - "version": "0.1.1", + "version": "0.2.0", "description": "Optional PostgreSQL pg_dump and psql runners for Oliphaunt native endpoints.", "license": "MIT", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/tools-packages/darwin-arm64/package.json b/src/runtimes/liboliphaunt/native/tools-packages/darwin-arm64/package.json index bdc63d091..4fcdfd7a6 100644 --- a/src/runtimes/liboliphaunt/native/tools-packages/darwin-arm64/package.json +++ b/src/runtimes/liboliphaunt/native/tools-packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/tools-darwin-arm64", - "version": "0.1.1", + "version": "0.2.0", "description": "macOS arm64 PostgreSQL client tools for Oliphaunt.", "license": "MIT AND PostgreSQL", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/tools-packages/linux-arm64-gnu/package.json b/src/runtimes/liboliphaunt/native/tools-packages/linux-arm64-gnu/package.json index 83fcf48c1..046477619 100644 --- a/src/runtimes/liboliphaunt/native/tools-packages/linux-arm64-gnu/package.json +++ b/src/runtimes/liboliphaunt/native/tools-packages/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/tools-linux-arm64-gnu", - "version": "0.1.1", + "version": "0.2.0", "description": "Linux arm64 glibc PostgreSQL client tools for Oliphaunt.", "license": "MIT AND PostgreSQL", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/tools-packages/linux-x64-gnu/package.json b/src/runtimes/liboliphaunt/native/tools-packages/linux-x64-gnu/package.json index 8480d21ae..587c109c2 100644 --- a/src/runtimes/liboliphaunt/native/tools-packages/linux-x64-gnu/package.json +++ b/src/runtimes/liboliphaunt/native/tools-packages/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/tools-linux-x64-gnu", - "version": "0.1.1", + "version": "0.2.0", "description": "Linux x64 glibc PostgreSQL client tools for Oliphaunt.", "license": "MIT AND PostgreSQL", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/tools-packages/win32-x64-msvc/package.json b/src/runtimes/liboliphaunt/native/tools-packages/win32-x64-msvc/package.json index ff187ff3d..486e2c97d 100644 --- a/src/runtimes/liboliphaunt/native/tools-packages/win32-x64-msvc/package.json +++ b/src/runtimes/liboliphaunt/native/tools-packages/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/tools-win32-x64-msvc", - "version": "0.1.1", + "version": "0.2.0", "description": "Windows x64 MSVC PostgreSQL client tools for Oliphaunt.", "license": "MIT AND PostgreSQL", "type": "module", diff --git a/src/runtimes/liboliphaunt/wasix-postmaster/CHANGELOG.md b/src/runtimes/liboliphaunt/wasix-postmaster/CHANGELOG.md index e69de29bb..74e8b8444 100644 --- a/src/runtimes/liboliphaunt/wasix-postmaster/CHANGELOG.md +++ b/src/runtimes/liboliphaunt/wasix-postmaster/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 0.1.0 (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. + +### Features + +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) diff --git a/src/runtimes/liboliphaunt/wasix-postmaster/VERSION b/src/runtimes/liboliphaunt/wasix-postmaster/VERSION index 77d6f4ca2..6e8bf73aa 100644 --- a/src/runtimes/liboliphaunt/wasix-postmaster/VERSION +++ b/src/runtimes/liboliphaunt/wasix-postmaster/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/runtimes/liboliphaunt/wasix/CHANGELOG.md b/src/runtimes/liboliphaunt/wasix/CHANGELOG.md index 35c77ff39..ea85c738e 100644 --- a/src/runtimes/liboliphaunt/wasix/CHANGELOG.md +++ b/src/runtimes/liboliphaunt/wasix/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/liboliphaunt-wasix-v0.1.1...liboliphaunt-wasix-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **wasix-ts:** run host runtimes through Rust Node-API ([#156](https://github.com/f0rr0/oliphaunt/issues/156)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) +* **wasix-ts:** run host runtimes through Rust Node-API ([#156](https://github.com/f0rr0/oliphaunt/issues/156)) ([28e07be](https://github.com/f0rr0/oliphaunt/commit/28e07be782388915b28ad3fd30e3e78143710d28)) + + +### Bug Fixes + +* **wasix:** align WAL sync patch identity ([#163](https://github.com/f0rr0/oliphaunt/issues/163)) ([1708ef4](https://github.com/f0rr0/oliphaunt/commit/1708ef43aa092645cac57564c20bbd40e89d3894)) +* **wasix:** reject unsupported WAL open-sync modes ([#159](https://github.com/f0rr0/oliphaunt/issues/159)) ([6e9f903](https://github.com/f0rr0/oliphaunt/commit/6e9f9032ef802a970dc1d763e29b66b8e5d17f2f)) + + +### Performance Improvements + +* **wasix:** cache JSONB constructor metadata ([#164](https://github.com/f0rr0/oliphaunt/issues/164)) ([31bb5e1](https://github.com/f0rr0/oliphaunt/commit/31bb5e19b13ea002b311dfb57f110dfc54cf563e)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/liboliphaunt-wasix-v0.1.0...liboliphaunt-wasix-v0.1.1) (2026-08-08) diff --git a/src/runtimes/liboliphaunt/wasix/VERSION b/src/runtimes/liboliphaunt/wasix/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/runtimes/liboliphaunt/wasix/VERSION +++ b/src/runtimes/liboliphaunt/wasix/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin/Cargo.toml index a909b126b..f61e6a0fc 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-aot-aarch64-apple-darwin" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT runtime artifacts for oliphaunt-wasix on aarch64-apple-darwin" diff --git a/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu/Cargo.toml index 73e471656..9138276f7 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-aot-aarch64-unknown-linux-gnu" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT runtime artifacts for oliphaunt-wasix on aarch64-unknown-linux-gnu" diff --git a/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc/Cargo.toml index c69924794..05079e549 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-aot-x86_64-pc-windows-msvc" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT runtime artifacts for oliphaunt-wasix on x86_64-pc-windows-msvc" diff --git a/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu/Cargo.toml index fbb84ae2b..8a6a8b06b 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-aot-x86_64-unknown-linux-gnu" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT runtime artifacts for oliphaunt-wasix on x86_64-unknown-linux-gnu" diff --git a/src/runtimes/liboliphaunt/wasix/crates/assets/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/assets/Cargo.toml index 41174bd5c..2ea3b51be 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/assets/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/assets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-portable" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Portable WASIX runtime assets for oliphaunt-wasix" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin/Cargo.toml index b00bbb394..2db4c4cbc 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools-aot-aarch64-apple-darwin" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT pg_dump and psql artifacts for oliphaunt-wasix on aarch64-apple-darwin" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu/Cargo.toml index 51b447914..81fda9a39 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools-aot-aarch64-unknown-linux-gnu" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT pg_dump and psql artifacts for oliphaunt-wasix on aarch64-unknown-linux-gnu" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc/Cargo.toml index deba0b471..8f90dc31e 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools-aot-x86_64-pc-windows-msvc" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT pg_dump and psql artifacts for oliphaunt-wasix on x86_64-pc-windows-msvc" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu/Cargo.toml index 457f54549..e7ec7c065 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools-aot-x86_64-unknown-linux-gnu" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT pg_dump and psql artifacts for oliphaunt-wasix on x86_64-unknown-linux-gnu" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools/Cargo.toml index 623182697..9f110a89d 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "WASIX pg_dump and psql assets for oliphaunt-wasix" diff --git a/src/runtimes/liboliphaunt/wasix/tools-npm/package.json b/src/runtimes/liboliphaunt/wasix/tools-npm/package.json index b1054b15c..70377d99d 100644 --- a/src/runtimes/liboliphaunt/wasix/tools-npm/package.json +++ b/src/runtimes/liboliphaunt/wasix/tools-npm/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/liboliphaunt-wasix-tools", - "version": "0.1.1", + "version": "0.2.0", "description": "Portable WASIX pg_dump and psql modules for Oliphaunt hosts.", "license": "MIT AND PostgreSQL AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/node-direct/CHANGELOG.md b/src/runtimes/node-direct/CHANGELOG.md index 883746c35..b53f02ca7 100644 --- a/src/runtimes/node-direct/CHANGELOG.md +++ b/src/runtimes/node-direct/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-node-direct-v0.1.1...oliphaunt-node-direct-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## 0.1.1 ### Dependencies diff --git a/src/runtimes/node-direct/package.json b/src/runtimes/node-direct/package.json index e4e53bb9b..2cdf7c05c 100644 --- a/src/runtimes/node-direct/package.json +++ b/src/runtimes/node-direct/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct", - "version": "0.1.1", + "version": "0.2.0", "description": "Node-API native direct adapter for Oliphaunt.", "license": "MIT", "private": true, diff --git a/src/runtimes/node-direct/packages/darwin-arm64/package.json b/src/runtimes/node-direct/packages/darwin-arm64/package.json index b71f5b6be..8cd2ac3a7 100644 --- a/src/runtimes/node-direct/packages/darwin-arm64/package.json +++ b/src/runtimes/node-direct/packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct-darwin-arm64", - "version": "0.1.1", + "version": "0.2.0", "description": "macOS arm64 prebuilt Node-API native direct adapter for Oliphaunt.", "license": "MIT", "type": "module", diff --git a/src/runtimes/node-direct/packages/linux-arm64-gnu/package.json b/src/runtimes/node-direct/packages/linux-arm64-gnu/package.json index 2c3a06940..2c8b1d626 100644 --- a/src/runtimes/node-direct/packages/linux-arm64-gnu/package.json +++ b/src/runtimes/node-direct/packages/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct-linux-arm64-gnu", - "version": "0.1.1", + "version": "0.2.0", "description": "Linux arm64 glibc prebuilt Node-API native direct adapter for Oliphaunt.", "license": "MIT", "type": "module", diff --git a/src/runtimes/node-direct/packages/linux-x64-gnu/package.json b/src/runtimes/node-direct/packages/linux-x64-gnu/package.json index c2e1e1d90..5b1a437f1 100644 --- a/src/runtimes/node-direct/packages/linux-x64-gnu/package.json +++ b/src/runtimes/node-direct/packages/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct-linux-x64-gnu", - "version": "0.1.1", + "version": "0.2.0", "description": "Linux x64 glibc prebuilt Node-API native direct adapter for Oliphaunt.", "license": "MIT", "type": "module", diff --git a/src/runtimes/node-direct/packages/win32-x64-msvc/package.json b/src/runtimes/node-direct/packages/win32-x64-msvc/package.json index f51d4e21f..d93370baa 100644 --- a/src/runtimes/node-direct/packages/win32-x64-msvc/package.json +++ b/src/runtimes/node-direct/packages/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct-win32-x64-msvc", - "version": "0.1.1", + "version": "0.2.0", "description": "Windows x64 MSVC prebuilt Node-API native direct adapter for Oliphaunt.", "license": "MIT", "type": "module", diff --git a/src/runtimes/wasix-napi/CHANGELOG.md b/src/runtimes/wasix-napi/CHANGELOG.md index e69de29bb..352995720 100644 --- a/src/runtimes/wasix-napi/CHANGELOG.md +++ b/src/runtimes/wasix-napi/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 0.1.0 (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **wasix-ts:** run host runtimes through Rust Node-API ([#156](https://github.com/f0rr0/oliphaunt/issues/156)) + +### Features + +* **wasix-ts:** run host runtimes through Rust Node-API ([#156](https://github.com/f0rr0/oliphaunt/issues/156)) ([28e07be](https://github.com/f0rr0/oliphaunt/commit/28e07be782388915b28ad3fd30e3e78143710d28)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) diff --git a/src/runtimes/wasix-napi/Cargo.toml b/src/runtimes/wasix-napi/Cargo.toml index 9fb81753b..63dcce0b9 100644 --- a/src/runtimes/wasix-napi/Cargo.toml +++ b/src/runtimes/wasix-napi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-napi" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Node-API adapter for the Oliphaunt WASIX Rust runtime." diff --git a/src/runtimes/wasix-napi/package.json b/src/runtimes/wasix-napi/package.json index e17de6119..ff88123ed 100644 --- a/src/runtimes/wasix-napi/package.json +++ b/src/runtimes/wasix-napi/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/wasix-napi", - "version": "0.0.0", + "version": "0.1.0", "description": "Private build package for the Oliphaunt WASIX Node-API runtime.", "license": "MIT", "private": true, diff --git a/src/runtimes/wasix-napi/packages/darwin-arm64/package.json b/src/runtimes/wasix-napi/packages/darwin-arm64/package.json index d49ad9d70..a8d022313 100644 --- a/src/runtimes/wasix-napi/packages/darwin-arm64/package.json +++ b/src/runtimes/wasix-napi/packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/wasix-napi-darwin-arm64", - "version": "0.0.0", + "version": "0.1.0", "description": "macOS arm64 prebuilt Oliphaunt WASIX Node-API runtime.", "license": "MIT AND PostgreSQL AND Unicode-3.0 AND Apache-2.0", "type": "commonjs", @@ -9,8 +9,12 @@ "url": "git+https://github.com/f0rr0/oliphaunt.git", "directory": "src/runtimes/wasix-napi/packages/darwin-arm64" }, - "os": ["darwin"], - "cpu": ["arm64"], + "os": [ + "darwin" + ], + "cpu": [ + "arm64" + ], "optional": true, "oliphaunt": { "target": "macos-arm64", @@ -18,7 +22,10 @@ "runtimeVersion": "0.1.1", "addonAbiVersion": 1, "nodeApiVersion": 8, - "profiles": ["standard", "icu"] + "profiles": [ + "standard", + "icu" + ] }, "publishConfig": { "access": "public", diff --git a/src/runtimes/wasix-napi/packages/linux-arm64-gnu/package.json b/src/runtimes/wasix-napi/packages/linux-arm64-gnu/package.json index 4d57f60c8..05ef5ba10 100644 --- a/src/runtimes/wasix-napi/packages/linux-arm64-gnu/package.json +++ b/src/runtimes/wasix-napi/packages/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/wasix-napi-linux-arm64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux arm64 glibc prebuilt Oliphaunt WASIX Node-API runtime.", "license": "MIT AND PostgreSQL AND Unicode-3.0 AND Apache-2.0", "type": "commonjs", @@ -9,9 +9,15 @@ "url": "git+https://github.com/f0rr0/oliphaunt.git", "directory": "src/runtimes/wasix-napi/packages/linux-arm64-gnu" }, - "os": ["linux"], - "cpu": ["arm64"], - "libc": ["glibc"], + "os": [ + "linux" + ], + "cpu": [ + "arm64" + ], + "libc": [ + "glibc" + ], "optional": true, "oliphaunt": { "target": "linux-arm64-gnu", @@ -19,7 +25,10 @@ "runtimeVersion": "0.1.1", "addonAbiVersion": 1, "nodeApiVersion": 8, - "profiles": ["standard", "icu"] + "profiles": [ + "standard", + "icu" + ] }, "publishConfig": { "access": "public", diff --git a/src/runtimes/wasix-napi/packages/linux-x64-gnu/package.json b/src/runtimes/wasix-napi/packages/linux-x64-gnu/package.json index a692c223f..bd0fa3916 100644 --- a/src/runtimes/wasix-napi/packages/linux-x64-gnu/package.json +++ b/src/runtimes/wasix-napi/packages/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/wasix-napi-linux-x64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux x64 glibc prebuilt Oliphaunt WASIX Node-API runtime.", "license": "MIT AND PostgreSQL AND Unicode-3.0 AND Apache-2.0", "type": "commonjs", @@ -9,9 +9,15 @@ "url": "git+https://github.com/f0rr0/oliphaunt.git", "directory": "src/runtimes/wasix-napi/packages/linux-x64-gnu" }, - "os": ["linux"], - "cpu": ["x64"], - "libc": ["glibc"], + "os": [ + "linux" + ], + "cpu": [ + "x64" + ], + "libc": [ + "glibc" + ], "optional": true, "oliphaunt": { "target": "linux-x64-gnu", @@ -19,7 +25,10 @@ "runtimeVersion": "0.1.1", "addonAbiVersion": 1, "nodeApiVersion": 8, - "profiles": ["standard", "icu"] + "profiles": [ + "standard", + "icu" + ] }, "publishConfig": { "access": "public", diff --git a/src/runtimes/wasix-napi/packages/win32-x64-msvc/package.json b/src/runtimes/wasix-napi/packages/win32-x64-msvc/package.json index 1ac5619b5..ffb412111 100644 --- a/src/runtimes/wasix-napi/packages/win32-x64-msvc/package.json +++ b/src/runtimes/wasix-napi/packages/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/wasix-napi-win32-x64-msvc", - "version": "0.0.0", + "version": "0.1.0", "description": "Windows x64 MSVC prebuilt Oliphaunt WASIX Node-API runtime.", "license": "MIT AND PostgreSQL AND Unicode-3.0 AND Apache-2.0", "type": "commonjs", @@ -9,8 +9,12 @@ "url": "git+https://github.com/f0rr0/oliphaunt.git", "directory": "src/runtimes/wasix-napi/packages/win32-x64-msvc" }, - "os": ["win32"], - "cpu": ["x64"], + "os": [ + "win32" + ], + "cpu": [ + "x64" + ], "optional": true, "oliphaunt": { "target": "windows-x64-msvc", @@ -18,7 +22,10 @@ "runtimeVersion": "0.1.1", "addonAbiVersion": 1, "nodeApiVersion": 8, - "profiles": ["standard", "icu"] + "profiles": [ + "standard", + "icu" + ] }, "publishConfig": { "access": "public", diff --git a/src/sdks/js/CHANGELOG.md b/src/sdks/js/CHANGELOG.md index 47941ddb6..d991df1d0 100644 --- a/src/sdks/js/CHANGELOG.md +++ b/src/sdks/js/CHANGELOG.md @@ -6,6 +6,32 @@ and explicitly open a new object for PostgreSQL WAL recovery; the SDK never substitutes a new session or replays uncertain work under the old object. +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-js-v0.1.1...oliphaunt-js-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Performance Improvements + +* **js:** streamline exec response handling ([#158](https://github.com/f0rr0/oliphaunt/issues/158)) ([5eaf05b](https://github.com/f0rr0/oliphaunt/commit/5eaf05b8a8d21bd974b9fcb6d618103be5689151)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-js-v0.1.0...oliphaunt-js-v0.1.1) (2026-08-08) diff --git a/src/sdks/js/package.json b/src/sdks/js/package.json index 5341e257b..3d19555b4 100644 --- a/src/sdks/js/package.json +++ b/src/sdks/js/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/ts", - "version": "0.1.1", + "version": "0.2.0", "description": "TypeScript SDK for Oliphaunt on Node.js, Bun, and Deno.", "license": "MIT", "type": "module", diff --git a/src/sdks/kotlin/CHANGELOG.md b/src/sdks/kotlin/CHANGELOG.md index 7eab93bfa..d4d98960e 100644 --- a/src/sdks/kotlin/CHANGELOG.md +++ b/src/sdks/kotlin/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-kotlin-v0.1.1...oliphaunt-kotlin-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-kotlin-v0.1.0...oliphaunt-kotlin-v0.1.1) (2026-08-08) diff --git a/src/sdks/kotlin/VERSION b/src/sdks/kotlin/VERSION index 17e51c385..0ea3a944b 100644 --- a/src/sdks/kotlin/VERSION +++ b/src/sdks/kotlin/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/src/sdks/kotlin/gradle.properties b/src/sdks/kotlin/gradle.properties index b5511090b..e77f0f181 100644 --- a/src/sdks/kotlin/gradle.properties +++ b/src/sdks/kotlin/gradle.properties @@ -4,5 +4,5 @@ kotlin.mpp.enableCInteropCommonization=true kotlin.mpp.applyDefaultHierarchyTemplate=false GROUP=dev.oliphaunt # x-release-please-start-version -VERSION_NAME=0.1.1 +VERSION_NAME=0.2.0 # x-release-please-end diff --git a/src/sdks/react-native/CHANGELOG.md b/src/sdks/react-native/CHANGELOG.md index 3bc18d1ae..14eda766c 100644 --- a/src/sdks/react-native/CHANGELOG.md +++ b/src/sdks/react-native/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-react-native-v0.1.1...oliphaunt-react-native-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Bug Fixes + +* **ios:** preserve valid framework and cache layouts ([#152](https://github.com/f0rr0/oliphaunt/issues/152)) ([a8cc597](https://github.com/f0rr0/oliphaunt/commit/a8cc597eee58a925c0c23423d9f8360deb0f31da)) + + +### Performance Improvements + +* **js:** streamline exec response handling ([#158](https://github.com/f0rr0/oliphaunt/issues/158)) ([5eaf05b](https://github.com/f0rr0/oliphaunt/commit/5eaf05b8a8d21bd974b9fcb6d618103be5689151)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-react-native-v0.1.0...oliphaunt-react-native-v0.1.1) (2026-08-08) diff --git a/src/sdks/react-native/package.json b/src/sdks/react-native/package.json index a47298c42..200703d13 100644 --- a/src/sdks/react-native/package.json +++ b/src/sdks/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/react-native", - "version": "0.1.1", + "version": "0.2.0", "description": "React Native New Architecture SDK for Oliphaunt.", "license": "MIT", "repository": { diff --git a/src/sdks/rust/CHANGELOG.md b/src/sdks/rust/CHANGELOG.md index be4907885..2e7c9d01a 100644 --- a/src/sdks/rust/CHANGELOG.md +++ b/src/sdks/rust/CHANGELOG.md @@ -76,6 +76,32 @@ Recovery now requires an explicit close and new open; the SDK never replaces a session invisibly or replays work with an uncertain outcome. +## [0.2.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-rust-v0.1.1...oliphaunt-rust-v0.2.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Bug Fixes + +* **ci:** preserve native lifecycle server sessions ([#165](https://github.com/f0rr0/oliphaunt/issues/165)) ([b8cab0b](https://github.com/f0rr0/oliphaunt/commit/b8cab0be2b86c6b9fab4c279add89113c5797d23)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.1.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-rust-v0.1.0...oliphaunt-rust-v0.1.1) (2026-08-08) diff --git a/src/sdks/rust/Cargo.toml b/src/sdks/rust/Cargo.toml index eddac949b..7192d43b2 100644 --- a/src/sdks/rust/Cargo.toml +++ b/src/sdks/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Native-first Rust SDK surface for embedded PostgreSQL through liboliphaunt." diff --git a/src/sdks/rust/crates/oliphaunt-build/Cargo.toml b/src/sdks/rust/crates/oliphaunt-build/Cargo.toml index c3415fdc3..c8a234f11 100644 --- a/src/sdks/rust/crates/oliphaunt-build/Cargo.toml +++ b/src/sdks/rust/crates/oliphaunt-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-build" -version = "0.1.1" +version = "0.2.0" edition = "2024" rust-version = "1.93" description = "Cargo build-script integration for staging Oliphaunt runtime artifacts." diff --git a/src/sdks/swift/CHANGELOG.md b/src/sdks/swift/CHANGELOG.md index 6ed923d3a..456636727 100644 --- a/src/sdks/swift/CHANGELOG.md +++ b/src/sdks/swift/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.7.0](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-swift-v0.6.1...oliphaunt-swift-v0.7.0) (2026-09-05) + + +### ⚠ BREAKING CHANGES + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) +* Rust WASIX removes temporary/application-data storage variants, and browser IndexedDB uses the new per-database v3 layout without migrating prior generations. +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) + +### Features + +* **sdk:** unify embedded PostgreSQL public APIs ([#153](https://github.com/f0rr0/oliphaunt/issues/153)) ([4384d1b](https://github.com/f0rr0/oliphaunt/commit/4384d1bdfafee07e4e1963ac68027b4bcf002a1e)) +* unify native and WASIX runtimes and SDKs ([#129](https://github.com/f0rr0/oliphaunt/issues/129)) ([fae2bd7](https://github.com/f0rr0/oliphaunt/commit/fae2bd7bde00ae436d9b62ba6a37d919679ac790)) + + +### Bug Fixes + +* **ios:** preserve valid framework and cache layouts ([#152](https://github.com/f0rr0/oliphaunt/issues/152)) ([a8cc597](https://github.com/f0rr0/oliphaunt/commit/a8cc597eee58a925c0c23423d9f8360deb0f31da)) + + +### Code Refactoring + +* **ci:** align product and release task boundaries ([#170](https://github.com/f0rr0/oliphaunt/issues/170)) ([009a5f5](https://github.com/f0rr0/oliphaunt/commit/009a5f5ec0659d70f6a22902c071a81e0806fabe)) +* **ci:** model independent product dependencies ([#173](https://github.com/f0rr0/oliphaunt/issues/173)) ([2d5f90c](https://github.com/f0rr0/oliphaunt/commit/2d5f90c837ef7ecd8b43c2547e4b3c9b04767121)) +* **release:** simplify releases and make contrib runtime-owned ([#127](https://github.com/f0rr0/oliphaunt/issues/127)) ([c45082d](https://github.com/f0rr0/oliphaunt/commit/c45082dc522f04ed0f020464282ed79150f83ecc)) + ## [0.6.1](https://github.com/f0rr0/oliphaunt/compare/oliphaunt-swift-v0.6.0...oliphaunt-swift-v0.6.1) (2026-08-08) diff --git a/src/sdks/swift/VERSION b/src/sdks/swift/VERSION index ee6cdce3c..faef31a43 100644 --- a/src/sdks/swift/VERSION +++ b/src/sdks/swift/VERSION @@ -1 +1 @@ -0.6.1 +0.7.0