Skip to content

Tags: xepozz/runtime

Tags

v0.3.27a

Toggle v0.3.27a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request wippyai#546 from wippyai/fix/postmerge-source-refi…

…nements

feat(runtime): expose atomic deployment sources

nightly-20260803-56ac231

Toggle nightly-20260803-56ac231's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request wippyai#546 from wippyai/fix/postmerge-source-refi…

…nements

feat(runtime): expose atomic deployment sources

nightly-20260802-b8a96bb

Toggle nightly-20260802-b8a96bb's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request wippyai#542 from wippyai/investigate/runtime-memor…

…y-growth-20260731

fix(wasm): bound retained guest memory for warm synchronous workers

nightly-20260731-2aaacfd

Toggle nightly-20260731-2aaacfd's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump tailscale.com from 1.100.0 to 1.102.0 (wippyai#528)

* build(deps): bump tailscale.com from 1.100.0 to 1.102.0

Bumps [tailscale.com](https://github.com/tailscale/tailscale) from 1.100.0 to 1.102.0.
- [Release notes](https://github.com/tailscale/tailscale/releases)
- [Commits](tailscale/tailscale@v1.100.0...v1.102.0)

---
updated-dependencies:
- dependency-name: tailscale.com
  dependency-version: 1.102.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci: use Go 1.26.5 for tailscale update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wolfy-J <wolfy.jd@gmail.com>

nightly-20260730-f08b46f

Toggle nightly-20260730-f08b46f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request wippyai#523 from wippyai/fix/exec-close-reaps-child

fix(exec): close() reaps the child process instead of leaving a zombie

nightly-20260729-acbb814

Toggle nightly-20260729-acbb814's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(runtime): harden lifecycle and boundary behavior (wippyai#531)

* docs(test): define runtime expansion gate

* test(system): cover health registry state transitions

* test(temporal): replace synthetic workflow execution tests

* fix(http): fail closed on malformed relay headers

* fix(runtime): bound WASI IO allocations and cleanup

* refactor(lua): centralize engine setting resolution

* fix(api): harden adapter and store boundary contracts

* fix(service): close local data boundary leaks

* fix(service): linearize network client ownership

* fix(cli): make loading and pack output fail closed

* docs(test): reconcile expansion contracts

* fix(runtime): harden WASI HTTP ownership boundaries

* fix(runtime): harden WASI socket async adoption

* fix(system): enforce lifecycle rollback and ownership

* test(lint): satisfy expansion checks

* docs(test): record expansion verification

* docs(test): record code audit

* fix(runtime): close review-found behavior gaps

* test(boot): verify supervised shutdown context

* docs(test): record review fixes and platform evidence

* fix(supervisor): bound managed shutdown work

* fix(supervisor): propagate shutdown deadline cause

* docs(test): reconcile gate with final evidence

* fix(supervisor): bound retry shutdown phase

* docs(test): record gate v3 review fixes

* fix(supervisor): bound queued stop requests

* docs(test): record final review fixes

* test(supervisor): disable retry jitter in shutdown proof

* docs(test): record exhausted review gate

* docs(test): accept verified post-review correction

* test(lua): use platform-native absolute cache path

* docs(test): record green cross-platform CI

v0.3.26a

Toggle v0.3.26a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(cluster): add rolling-safe internode relay endpoints (wippyai#512)

* feat(cluster): add rolling-safe internode relay endpoints

Advertise additive relay metadata for upgraded peers while retaining the v1 endpoint used by existing nodes during a rolling upgrade.

* fix(cluster): validate advertised relay endpoints

* test(cluster): cover invalid relay metadata

---------

Co-authored-by: Wolfy-J <wolfy.jd@gmail.com>

nightly-20260723-590b28c

Toggle nightly-20260723-590b28c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(cluster): add rolling-safe internode relay endpoints (wippyai#512)

* feat(cluster): add rolling-safe internode relay endpoints

Advertise additive relay metadata for upgraded peers while retaining the v1 endpoint used by existing nodes during a rolling upgrade.

* fix(cluster): validate advertised relay endpoints

* test(cluster): cover invalid relay metadata

---------

Co-authored-by: Wolfy-J <wolfy.jd@gmail.com>

nightly-20260722-81e20d8

Toggle nightly-20260722-81e20d8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/rabbitmq/amqp091-go from 1.12.0 to 1.13.0 (

wippyai#513)

Bumps [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/rabbitmq/amqp091-go/releases)
- [Changelog](https://github.com/rabbitmq/amqp091-go/blob/main/CHANGELOG.md)
- [Commits](rabbitmq/amqp091-go@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/rabbitmq/amqp091-go
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.25a

Toggle v0.3.25a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request wippyai#510 from wippyai/fix/preserve-managed-entr…

…y-provenance

fix(registry): preserve module provenance on updates