Skip to content

Commit 78cace0

Browse files
doc: update version for release and documentation
1 parent 1f8ad1c commit 78cace0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this library will be documented in this file.
44

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))
9+
510
## 1.0.4
611

712
- Fix security issues

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The data adapter allows to persist cached response for a idempotency key. The de
112112

113113
You can create your own data adapter by implementing the `IIdempotencyDataAdapter` interface but there is already some implementation ready.
114114

115-
- Mongo Data Adapter
115+
- [Mongo Data Adapter](https://www.npmjs.com/package/express-idempotency-mongo-adapter)
116116

117117
#### Response validator
118118

@@ -266,7 +266,7 @@ L'adapteur de données permet de persister l'information relatif à la clé d'id
266266
267267
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 :
268268
269-
- Mongo Data Adapter
269+
- [Mongo Data Adapter](https://www.npmjs.com/package/express-idempotency-mongo-adapter)
270270
271271
#### Validateur de réponse
272272

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-idempotency",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)