ranvier-std 0.30.0

Standard Module Library for Ranvier
Documentation
# Changelog


All notable changes to $name will be documented in this file.

The format is based on Keep a Changelog, and this project follows SemVer pre-1.0 policy.

## [Unreleased]

## [0.10.0] - 2026-02-24

### Added
- Stabilized core Execution and Decision Engine APIs (Gate A).
- Typed fallback execution and error extraction in \
anvier-core\.
- \
anvier-job\ background job scheduling functionality.
- \
anvier-session\ cache and session management backends.
- Official extensions (\
anvier-auth\, \
anvier-guard\, \
anvier-openapi\) stabilized (Gate B).
- Graceful shutdown and lifecycle hooks.
- Ecosystem reference examples integration (Gate C).

### Changed
- Promoted \0.9.x\ APIs to \0.10.0\.
- Transitioned static routing to decoupled \
anvier-http\.
- Cleaned up unstable APIs and added proper deprecation tags where necessary.


## [0.10.0] - 2026-02-24

### Added
- Stabilized core Execution and Decision Engine APIs (Gate A).
- Typed fallback execution and error extraction in `ranvier-core`.
- `ranvier-job` background job scheduling functionality.
- `ranvier-session` cache and session management backends.
- Official extensions (`ranvier-auth`, `ranvier-guard`, `ranvier-openapi`) stabilized (Gate B).
- Graceful shutdown and lifecycle hooks.
- Ecosystem reference examples integration (Gate C).

### Changed
- Promoted `v0.9.x` APIs to `v0.10.0`.
- Transitioned static routing to decoupled `ranvier-http`.
- Cleaned up unstable APIs and added proper deprecation tags.


### Added


- Changelog initialized during M133 API stabilization baseline.