Skip to content

Commit

Permalink
DXE-3701 Release Edgegrid-node 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwoj committed Apr 2, 2024
1 parent 8cb1c38 commit 55cee48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# RELEASE NOTES

## X.X.X (X X, X)
## 3.4.5 (Apr 3, 2024)

#### BUG FIXES
* Fixed a bug where the `max_body` parameter was not utilized when generating the authentication header.
* Implemented support for the `max_body` parameter when the configuration is provided as function parameter.

#### IMPROVEMENTS:
* Update various dependencies

## 3.4.4 (Nov 15, 2023)

#### IMPROVEMENTS:
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akamai-edgegrid",
"version": "3.4.4",
"version": "3.4.5",
"description": "Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 55cee48

Please sign in to comment.