You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.29.0] - 2026-02-21
6
+
7
+
### Features
8
+
-**Integrated Auth into Server** — `server.auth()` accessor, automatic authentication enforcement on all HTTP endpoints (POST/GET/DELETE). Supports Bearer tokens, API keys via header/query, custom callbacks, and multi-key rotation.
9
+
-**Integrated Metrics into Server** — `server.metrics()` accessor, automatic per-method request counting and latency tracking in dispatch. Prometheus `/metrics` endpoint auto-registered on `begin()`. Error counting for unknown methods.
10
+
11
+
### Tests
12
+
- Added **71 new integration tests** (`test_integration.cpp`):
13
+
- Auth module: enable/disable, API key management, custom callbacks, re-enable after disable
0 commit comments