Skip to content

Releases: VilledeMontreal/express-idempotency-mongo-adapter

1.0.5

14 May 18:11
964a699

Choose a tag to compare

Merge pull request #13 from VilledeMontreal/feature/1-0-5

feat: upgrade version to 1.0.5 as copy of 1.0.4

1.0.4

08 May 01:57
aee650b

Choose a tag to compare

Upgraded

  • Updated MongoDB driver from v4.x to v6.3.0
  • Upgraded TypeScript from v3.x to v5.5.2
  • Updated all testing libraries to latest versions
  • Replaced deprecated faker with @faker-js/faker v8.4.1
  • Modernized Husky configuration from legacy format to v9 directory-based structure

Fixed

  • Updated MongoDB connection handling for v6 compatibility
  • Fixed ESLint configuration for compatibility with eslint-config-prettier v9
  • Enhanced error handling throughout the adapter with improved error messages
  • Added proper null checking for database connections
  • Fixed Git hooks execution issues with updated Husky configuration

Improved

  • Added more robust testing with proper object creation in test helpers
  • Updated Docker configurations to use Node.js 22 LTS and MongoDB 7.0
  • Enhanced TypeScript types and interfaces

1.0.4-rc.2

21 Mar 13:41

Choose a tag to compare

1.0.4-rc.2 Pre-release
Pre-release
  • Add event hooks about database reference usage

1.0.4-rc.1

21 Mar 13:18

Choose a tag to compare

1.0.4-rc.1 Pre-release
Pre-release
  • Delegation function is called when a connection to MongoDB is required instead of retaining the database reference

1.0.3

16 Dec 19:05

Choose a tag to compare

  • Update packages and use Express-idempotency v1.0.5 typescript definitions
  • Documentation clean up
  • Update examples

1.0.2

18 May 19:02
39338a2

Choose a tag to compare

  • Fix issue with autobind-decorator which must be a runtime dependency (issue #7)

1.0.1

16 Jun 00:43
cdfccf8

Choose a tag to compare

Initial version of the express idempotency mongo adapter.

  • Support MongoDB as data adapter for express idempotency middleware
  • Time-To-Live (TTL) to ensure removal of records after a specific time

1.0.0 release candidate 1

16 Jun 00:28
5a0273a

Choose a tag to compare

Pre-release
  • Support MongoDB as data adapter for express idempotency middleware
  • Time-To-Live (TTL) to ensure removal of records after a specific time