Skip to content

Releases: VilledeMontreal/express-idempotency-mongo-adapter

1.0.4-rc.2

21 Mar 13:41
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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