Skip to content

v1.9.0-rc.23

Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 06 Jun 14:06
· 59 commits to main since this release

Regenerated against alef v0.23.22.

Highlights from rc.22 test_app triage:

  • Go module ships pre-built FFI static libraries under packages/go/.lib/{platform}/ via stage-go-ffi-libraries job; packages/go/v tag points at the staged-libs commit.
  • Swift artifact bundle binary-target-name parameterized via shared action input (RustBridge).
  • Dart loader resolves macOS Framework bundle path (_dart.framework/_dart) in addition to bare dylib.
  • Kotlin Android AAR verification checks jni/ (AGP-emitted) instead of jniLibs/.
  • PHP PIE url-template cleaned (no stray -nodebug- segment).
  • Zig build.zig.zon emits placeholder .hash when network resolve unavailable, eliminating STALE_TODO_REGENERATE.

Alef 0.23.20 → 0.23.22:

  • fix(zig): emit placeholder .hash for failed network resolves
  • fix(dart): include _dart.framework/_dart in host lib candidates (loader + FRB fallback)
  • fix(kotlin-android): verify AAR by jni/ layout
  • fix(php): url-template token cleanup (consumer + publisher)

Shared actions:

  • build-swift-artifactbundle@v1: binary-target-name input + JSON-key parameterization