Skip to content

Commit 4dd3e6d

Browse files
committed
chore(release): 1.0.1 docs (scaling, maintenance, rate limit examples, changelog)
1 parent 88bf3d5 commit 4dd3e6d

17 files changed

+2304
-862
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on Keep a Changelog and adheres to Semantic Versioning.
6+
7+
## [1.0.1] - 2025-10-10
8+
### Added
9+
- Documentation restructuring: Added `docs/README.md` index, `docs/extending-jobs.md`, and `docs/usage.md`.
10+
- New filter examples for token scope & route customization in `worker-rest-api.md`.
11+
- Advanced guidance: created scaling & maintenance docs placeholders (to be added) and extensibility guide.
12+
- Rate limiting, token scopes, and request logging documented.
13+
14+
### Changed
15+
- Refactored `README.md` to concise overview with links.
16+
- Improved failure handling semantics (null-safe exception handling in jobs).
17+
18+
### Fixed
19+
- Minor doc inconsistencies and clarified token scope behavior.
20+
21+
## [1.0.0] - 2025-10-01
22+
### Added
23+
- Initial release: core Redis-backed queue system (priority, delay, retries).
24+
- Built-in jobs: Email, Image Processing, API Sync.
25+
- Admin dashboard, job browser, test tools, purge utilities.
26+
- REST API with job management, stats, health, worker trigger.
27+
- Basic logging and retry backoff strategies.

0 commit comments

Comments
 (0)