You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
All notable changes to this library will be documented in this file.
4
4
5
+
## 1.0.5
6
+
7
+
- Fix: Use of express public api to retrieve request headers ([issue #21](https://github.com/VilledeMontreal/express-idempotency/issues/21))
8
+
- Fix: Add null to possible return value for data adapters when idempotency resource not found ([Issue #22](https://github.com/VilledeMontreal/express-idempotency/issues/22))
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ The data adapter allows to persist cached response for a idempotency key. The de
112
112
113
113
You can create your own data adapter by implementing the `IIdempotencyDataAdapter` interface but there is already some implementation ready.
114
114
115
-
- Mongo Data Adapter
115
+
-[Mongo Data Adapter](https://www.npmjs.com/package/express-idempotency-mongo-adapter)
116
116
117
117
#### Response validator
118
118
@@ -266,7 +266,7 @@ L'adapteur de données permet de persister l'information relatif à la clé d'id
266
266
267
267
Vous pouvez créer votre propre adapteur de données par l'implémentation de l'interface `IIdempotencyDataAdapter`. Les implémentations connues sont les suivantes :
268
268
269
-
- Mongo Data Adapter
269
+
- [Mongo Data Adapter](https://www.npmjs.com/package/express-idempotency-mongo-adapter)
0 commit comments