Skip to content

MetaCall v0.9.22 [2026-03-14]

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Mar 09:27
  • Update version to v0.9.22.
  • Review of PR #670
  • Fix the Windows Node-API regression for napi-rs/native addons when MetaCall embeds Node.js through libnode.dll. (#670)
  • docs(loaders): add step-by-step guide for implementing a new loader (#679)
  • Solve few leaks in nodejs.
  • Update .editorconfig
  • Improve thread sanitizer and c# loader over all.
  • Solve leaks with Assemblies on C# loader.
  • Improve C# find cmake script.
  • chore: add .editorconfig for consistent editor settings (#659)
  • Trying to solve issues from macos c loader.
  • Restore rust-toolchain which was broken with last PR #637
  • Small review of rpc loader.
  • feat(rpc_loader): Add async support for RPC function calls (#623)
  • Solve minor issue windows.
  • Fix CHARSTRING type definition on macOS in cs_loader defs.h (#651)
  • removed the hard dependency on rls and added the reference in cmake file (#637)
  • Added documentation for building and testing the Rust loader (rs_loader) (#638)
  • documented metacall build, environment and configure scripts in main … (#642)
  • Added building.md file for rust based rs_loader setup (#628)
  • Solve issues paths c loader.
  • Testing clang format 12.
  • Update clang format.
  • Bump rack from 2.2.8.1 to 2.2.22 in /source/scripts/ruby/blog/source (#625)
  • Remove c++ filesystem from c loader.
  • Solve issues in C Loader.
  • Update TCC.
  • Add path exists in portability.
  • Remove readlink from macos, it requires gnu readlink and works anyway with the symlink.
  • Trying to make c loader tests work with macos.
  • Solve issues with macos paths for libclang.
  • Solve issues with libclang.
  • Enable C in macos.
  • Debug clang macos.
  • Update copyright.
  • Solve issues from last pr.
  • Add HP-UX platform support for dynlink module (#617)
  • Add asserts.
  • Disable c in macos.
  • Update llvm version.
  • Update clang version in c loader.
  • Trying to enable C loader in macos.