Releases: BackendStack21/jwt-keys-generator-api
Releases · BackendStack21/jwt-keys-generator-api
v1.1.4
Maintenance release: dependency refresh, a clean security audit, more reliable CI, and documentation updates.
📦 Dependencies
- Updated all dependencies to their latest versions (#11):
- restana ^5 → ^6
- uuid ^11 → ^14
- axios ^1.7 → ^1.16
- chai ^4 → ^6
- jsonwebtoken ^9.0.2 → ^9.0.3
- mocha ^11.1 → ^11.7
- nyc ^17 → ^18
🔒 Security
- npm audit is now clean — 0 vulnerabilities (#11).
- Added overrides for diff, serialize-javascript, and uuid to resolve advisories pulled in transitively by the dev tooling.
✅ CI / Tests
Stabilized the test suite startup: replaced the fixed-delay server wait with active health-endpoint polling, eliminating flaky failures on slower CI runners (#11).
📝 Documentation
Removed references to the retired jwt-keys.21no.de hosting; the README now points users to self-host via Docker, with local http://localhost:3000 API examples (#12).
Full changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
v1.1.1 - Node.js v22
What's Changed
- Update NodeJS version to 22.x in workflows and Dockerfile by @jkyberneees in #9
- Docker images limited to architectures: linux/amd64,linux/arm64
Full Changelog: v1.1.0...v1.1.1
Node.js version upgrade
Changes:
- Using Node.js v20
- Updating OpenSSL to
OpenSSL 3.1.4 24 Oct 2023
OpenSSL 3.0.8 7 Feb 2023
Changes:
- Adding badges to documentation
- Updating OpenSSL version to 3.0.8, 7 Feb 2023
Updating dependencies
Changes:
- Updating NPM dependencies
- Updating README.md with frontend URL
Refactorization and cleanup
What's Changed
- fixing URL and markdown format issue by @jkyberneees in #4
- openssl service refactoring by @jkyberneees in #5
- removing unused files by @jkyberneees in #6
Full Changelog: v1.0.0...v1.0.1
Initial release
First release of the API! 💚