Commit graph

6 commits

Author SHA1 Message Date
Ivan
f71dd53e50
feat: updated language bindings with new Rust, Python, Lua, Swift, Java, and Kotlin support 2026-07-19 11:01:13 -05:00
Ivan
9b54366bc9
chore: update CI and release workflows to use Go version 1.26.5 and add support for building pageserver examples across multiple architectures 2026-07-19 07:34:42 -05:00
Ivan
08bc564ae0
feat: add C++ bindings for librns, including core classes, error handling, and event management; update CI for C++ tests 2026-07-17 08:21:19 -05:00
Ivan
41756b4372
feat: introduce Zig bindings for librns, including build and test setup, and update documentation for examples and compatibility 2026-07-17 07:21:24 -05:00
Ivan
0ed2d35d1c
chore: remove outdated example tasks from examples.yml 2026-07-13 09:29:46 -05:00
Ivan
39c2153f8a
chore(ci): consolidate CI workflows and improve taskfile
- Merged multiple CI workflows into a single `ci.yml` for streamlined management.
- Introduced a new `security.yml` workflow for dedicated security scanning, including static analysis and SBOM generation.
- Updated references in `SECURITY.md` to reflect changes in workflow file locations.
- Added a new `setup-ci` action to standardize CI environment setup across workflows.
- Removed outdated workflows related to benchmarks, testing, and reproducibility.
2026-07-04 23:05:45 -05:00