Skip to content

Releases: VilledeMontreal/express-idempotency

1.0.6-rc.2

25 Aug 17:47
Compare
Choose a tag to compare
1.0.6-rc.2 Pre-release
Pre-release

What's Changed

  • Remove vulnerabilities
  • Adjust CI configuration

Full Changelog: v1.0.5...v1.0.6-rc.2

1.0.6-rc.1

18 May 18:00
Compare
Choose a tag to compare
1.0.6-rc.1 Pre-release
Pre-release

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

15 Dec 18:48
Compare
Choose a tag to compare
  • Fix: Use of express public api to retrieve request headers (issue #21)
  • Fix: Add null to possible return value for data adapters when idempotency resource not found (Issue #22)

1.0.4

18 May 19:00
9dd2120
Compare
Choose a tag to compare
  • Fix security issues
  • Adjustment to packages
  • Remove unnecessary files

1.0.3

16 Oct 19:35
6b7ca47
Compare
Choose a tag to compare
  • Fix issue with autobind-decorator which must be a runtime dependency (issue #10)
  • Upgrade librairies
  • Adjust documentation

1.0.2

15 Jun 13:27
9922b0c
Compare
Choose a tag to compare

Fixed issues with scoped dependencies and adjust documentation accordingly.

1.0.1

15 Jun 02:10
e59dcae
Compare
Choose a tag to compare

Update package.json with keywords for NPM search engine.

1.0.0

15 Jun 01:57
2c2495d
Compare
Choose a tag to compare

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

15 Jun 00:57
Compare
Choose a tag to compare
Pre-release
v1.0.0-rc.1

fix: change scope to allow publishing