Skip to content

Commit 2b84b4f

Browse files
committed
chore: bump version to 1.0.0
1 parent e49c11c commit 2b84b4f

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) — versioning
66

77
---
88

9+
## [1.0.0] — 2026-05-15
10+
11+
### Fixed
12+
13+
- `/api/summary` now returns a flat response structure (`calls_24h`, `error_rate_24h`, `avg_p90_24h`, `active_routes`) matching the React dashboard frontend — fixes "0 requests" display
14+
15+
### Added
16+
17+
- `/api/global-timeseries` endpoint consumed by the dashboard overview chart
18+
- `/api/releases` endpoint (returns `[]` for now — release tracking planned)
19+
20+
### Changed
21+
22+
- Dashboard UI now loads React and Babel from jsDelivr CDN instead of local assets, making `ui.html` SDK-agnostic
23+
24+
---
25+
926
## [0.1.0] — 2026-05-15
1027

1128
### Added
@@ -22,4 +39,5 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) — versioning
2239
- Configurable sampling rate, ignored paths, environment label, release tag and service name
2340
- `middleware.shutdown()` for graceful teardown (flushes buffer, closes SQLite)
2441

42+
[1.0.0]: https://github.com/APIForge-Organisation/sdk-python/releases/tag/v1.0.0
2543
[0.1.0]: https://github.com/APIForge-Organisation/sdk-python/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "apiforgepy"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "API observability & intelligence for FastAPI/Starlette — local-first, privacy-first"
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)