Releases: VilledeMontreal/express-idempotency
Releases · VilledeMontreal/express-idempotency
v2.0.0
chore: update dependencies to latest versions
- Updated TypeScript to v5.9.3 and ts-node to v10.9.2
- Migrated to ESLint v9 with flat config and Prettier v3
- Updated Commitlint to v20 and Husky to v9
- Updated testing dependencies
- Replaced deprecated @types/faker with @faker-js/faker
- Updated http-status-codes to v2.3.0
- Fixed security vulnerabilities in dependencies
- Updated all TypeScript type definitions
- Maintained backward compatibility
All tests passing with updated dependencies.
1.0.6-rc.2
1.0.6-rc.1
What's Changed
- Remove writeHead to support client timeout ( #26 )
New Contributors
Full Changelog: v1.0.5...v1.0.6-rc.1
1.0.5
1.0.4
- Fix security issues
- Adjustment to packages
- Remove unnecessary files
1.0.3
1.0.2
Fixed issues with scoped dependencies and adjust documentation accordingly.
1.0.1
Update package.json with keywords for NPM search engine.
1.0.0
This is the first version of the idempotency middleware for express.
- Idempotency middleware for express
- Allows custom data adapter to store idempotency key, request and response data
- Allows custom intent validator
- Allows custom response validator
- Provides docker based example
v1.0.0 release candidate 1
v1.0.0-rc.1 fix: change scope to allow publishing