Skip to content

Commit

Permalink
Merge branch 'master' into oas3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carmine committed Nov 11, 2024
2 parents ef8e7ba + f6e6295 commit bd5a373
Show file tree
Hide file tree
Showing 8 changed files with 173 additions and 176 deletions.
7 changes: 7 additions & 0 deletions CHANGE_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## (2024-10-30)

* fix: fix authHeader without `cookie-parser` middleware (#1003) ([17e91d5](https://github.com/cdimascio/express-openapi-validator/commit/17e91d5)), closes [#1003](https://github.com/cdimascio/express-openapi-validator/issues/1003) [#949](https://github.com/cdimascio/express-openapi-validator/issues/949)
* chore(deps): bump cookie and express in /examples/3-eov-operations (#1002) ([f2aba32](https://github.com/cdimascio/express-openapi-validator/commit/f2aba32)), closes [#1002](https://github.com/cdimascio/express-openapi-validator/issues/1002)



## (2024-10-26)

* fix: add cookie support for HTTP bearer authentication (#949) ([00d070b](https://github.com/cdimascio/express-openapi-validator/commit/00d070b)), closes [#949](https://github.com/cdimascio/express-openapi-validator/issues/949)
Expand Down
39 changes: 21 additions & 18 deletions examples/2-standard-multiple-api-specs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/2-standard-multiple-api-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"express-openapi-validator": "^5.3.6",
"express-openapi-validator": "^5.3.7",
"morgan": "^1.10.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit bd5a373

Please sign in to comment.