Skip to content

Commit 83b600d

Browse files
committed
docs: Add changelog entry for version 0.7.1, detailing new module protocol, schema APIs, and match_pattern utility.
1 parent 7abc7f6 commit 83b600d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6161
#### Public API
6262
- Expanded `__all__` in `apcore.__init__` with new exports: `RetryMiddleware`, `RetryConfig`, `ErrorCodeRegistry`, `ErrorCodeCollisionError`, `VersionIncompatibleError`, `negotiate_version`, `guard_call_chain`, `propagate_error`, `normalize_to_canonical_id`, `calculate_specificity`, `AuditEntry`, `parse_docstring`.
6363

64+
## [0.7.1] - 2026-03-04
65+
66+
### Added
67+
68+
#### Public API Extensions
69+
- **Module Protocol** — Introduced `Module` protocol in `apcore.module` for standardized module typing.
70+
- **Schema System** — Exposed schema APIs (`SchemaLoader`, `SchemaValidator`, `SchemaExporter`, `RefResolver`, `to_strict_schema`) to the top-level `apcore` exports.
71+
- **Utilities** — Exposed `match_pattern` utility to the top-level `apcore` exports.
72+
6473
## [0.7.0] - 2026-03-01
6574

6675
### Added

0 commit comments

Comments
 (0)