Skip to content

Releases: VilledeMontreal/express-idempotency

v2.0.0

05 Nov 22:04
e1e429e

Choose a tag to compare

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

25 Aug 17:47

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

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

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

Choose a tag to compare

  • Fix security issues
  • Adjustment to packages
  • Remove unnecessary files

1.0.3

16 Oct 19:35
6b7ca47

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

Choose a tag to compare

Fixed issues with scoped dependencies and adjust documentation accordingly.

1.0.1

15 Jun 02:10
e59dcae

Choose a tag to compare

Update package.json with keywords for NPM search engine.

1.0.0

15 Jun 01:57
2c2495d

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

Choose a tag to compare

Pre-release
v1.0.0-rc.1

fix: change scope to allow publishing