forked from JonathanBennett/AkamaiOPEN-edgegrid-node
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DXE-4444 Merge pull request #233 from akamai/release/v3.5.2
- Loading branch information
Showing
22 changed files
with
897 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
*.tgz | ||
.idea | ||
.travis.yml | ||
coverage |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,112 +1,135 @@ | ||
# RELEASE NOTES | ||
# Release notes | ||
|
||
## 3.5.2 (Dec 05, 2024) | ||
|
||
### Features/Enhancements | ||
|
||
* Updated various dependencies. | ||
|
||
## 3.5.1 (Sep 10, 2024) | ||
|
||
#### IMPROVEMENTS: | ||
### Features/Enhancements | ||
|
||
* Updated various dependencies | ||
* Updated various dependencies. | ||
|
||
## 3.5.0 (Jul 02, 2024) | ||
|
||
#### IMPROVEMENTS: | ||
### Features/Enhancements | ||
|
||
* Updated various dependencies | ||
* Updated various dependencies. | ||
|
||
#### BUG FIXES: | ||
### Bug fixes | ||
|
||
* `max_body` is deprecated, ignored and replaced with constant value of 131072 bytes | ||
* `max_body` is deprecated, ignored and replaced with a constant value of 131072 bytes. | ||
|
||
## 3.4.5 (Apr 3, 2024) | ||
|
||
#### BUG FIXES | ||
### 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. | ||
* Implemented support for the `max_body` parameter when the configuration is provided as a function parameter. | ||
|
||
### Features/Enhancements | ||
|
||
#### IMPROVEMENTS: | ||
* Updated various dependencies | ||
* Updated various dependencies. | ||
|
||
## 3.4.4 (Nov 15, 2023) | ||
|
||
#### IMPROVEMENTS: | ||
* Update various dependencies | ||
### Features/Enhancements | ||
|
||
* Updated various dependencies. | ||
|
||
## 3.4.3 (Oct 23, 2023) | ||
|
||
#### IMPROVEMENTS: | ||
* Update various dependencies | ||
### Features/Enhancements | ||
|
||
* Updated various dependencies. | ||
|
||
## 3.4.2 (Sep 12, 2023) | ||
|
||
#### BUG FIXES | ||
* Don't set the default `''` (empty) body in the requests | ||
### Bug fixes | ||
|
||
* Don't set the default `''` (empty) body in the requests. | ||
|
||
### Features/Enhancements | ||
|
||
#### IMPROVEMENTS: | ||
* Update various dependencies | ||
* Updated various dependencies. | ||
|
||
## 3.4.1 (May 09, 2023) | ||
|
||
#### IMPROVEMENTS: | ||
* Update various dependencies | ||
### Features/Enhancements | ||
|
||
* Updated various dependencies. | ||
|
||
## 3.4.0 (Jan 26, 2023) | ||
|
||
#### IMPROVEMENTS: | ||
* Reads 'max_body' (alias 'max-body') field from `.edgerc` config file with default value of `131072` ([PR#1](https://github.com/akamai/AkamaiOPEN-edgegrid-node/pull/1)) | ||
* Add default Accept header (related to [PR#43](https://github.com/akamai/AkamaiOPEN-edgegrid-node/pull/43) | ||
and [I#33](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/33)) | ||
* Add README section explaining how to use proxy (related to [PR#35](https://github.com/akamai/AkamaiOPEN-edgegrid-node/pull/35) | ||
and [I#59](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/59)) | ||
* Add README section explaining how to change request encoding (related to [PR#58](https://github.com/akamai/AkamaiOPEN-edgegrid-node/pull/58)) | ||
* Update various dependencies | ||
### Features/Enhancements | ||
|
||
* Added reading of the `max_body` (alias `max-body`) field from `.edgerc` config file with a default value of `131072` ([PR#1](https://github.com/akamai/AkamaiOPEN-edgegrid-node/pull/1)). | ||
* Added a default Accept header (related to [PR#43](https://github.com/akamai/AkamaiOPEN-edgegrid-node/pull/43) and [I#33](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/33)). | ||
* Added the README section explaining how to use proxy (related to [PR#35](https://github.com/akamai/AkamaiOPEN-edgegrid-node/pull/35) and [I#59](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/59)). | ||
* Added the README section explaining how to change request encoding (related to [PR#58](https://github.com/akamai/AkamaiOPEN-edgegrid-node/pull/58)). | ||
* Updated various dependencies. | ||
|
||
## 3.3.0 (Nov 08, 2022) | ||
|
||
#### IMPROVEMENTS: | ||
* Update various dependencies | ||
### Features/Enhancements | ||
|
||
#### BUG FIXES | ||
* Fix adding `User-Agent` header to the request | ||
* Updated various dependencies. | ||
|
||
### Bug fixes | ||
|
||
* Fixed adding the `User-Agent` header to the request. | ||
|
||
## 3.2.0 (Apr 26, 2022) | ||
|
||
#### IMPROVEMENTS: | ||
* Add Typescript declaration file ([#71](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/71)) | ||
### Features/Enhancements | ||
|
||
* Added the Typescript declaration file ([#71](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/71)). | ||
|
||
## 3.1.4 (Mar 24, 2022) | ||
|
||
#### IMPROVEMENTS: | ||
* Remove deprecated `moment` dependency | ||
### Features/Enhancements | ||
|
||
#### BUG FIXES | ||
* Fix response when Content-Type is `application/gzip` ([#83](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/83)) | ||
* Removed a deprecated `moment` dependency. | ||
|
||
### Bug fixes | ||
|
||
* Fixed the response when Content-Type is `application/gzip` ([#83](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/83)). | ||
|
||
## 3.1.3 (Feb 22, 2022) | ||
|
||
#### IMPROVEMENTS: | ||
* Update various dependencies | ||
### Features/Enhancements | ||
|
||
* Updated various dependencies. | ||
|
||
#### BUG FIXES | ||
* Bump axios to 0.26.0 to get rid of vulnerability in [follow-redirects](https://security.snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346) | ||
### Bug fixes | ||
|
||
* Bumped axios to 0.26.0 to get rid of vulnerability in [follow-redirects](https://security.snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346). | ||
|
||
## 3.1.2 (Nov 3, 2021) | ||
|
||
#### NOTES: | ||
* [IMPORTANT] Change npm package name from `edgegrid` to `akamai-edgegrid` | ||
* Clean up README.md to include working examples and get rid of inconsistencies | ||
### Notes | ||
|
||
* [IMPORTANT] Changed the npm package name from `edgegrid` to `akamai-edgegrid`. | ||
* Cleaned up `README.md` to include working examples and got rid of inconsistencies. | ||
|
||
## 3.1.1 (Sep 28, 2021) | ||
|
||
#### BUG FIXES: | ||
* Update version of axios to 0.21.4 to get rid of ReDoS vulnerability | ||
### Bug fixes | ||
|
||
* Updated the version of axios to 0.21.4 to get rid of the ReDoS vulnerability. | ||
|
||
## 3.1.0 (Sep 27, 2021) | ||
|
||
#### BUG FIXES: | ||
* Fix support of environment variables ([#27](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/27)) | ||
* Fix error when Tarball exceeds maxbody size ([#33](https://github.com/akamai/cli-edgeworkers/issues/33)) | ||
### Bug fixes | ||
|
||
* Fixed support of environment variables ([#27](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/27)). | ||
* Fixed an error when Tarball exceeds a max-body size ([#33](https://github.com/akamai/cli-edgeworkers/issues/33)). | ||
|
||
### Features/Enhancements | ||
|
||
#### FEATURES/ENHANCEMENTS | ||
* Replace 'request' package with axios ([#64](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/64)) | ||
* Fix code quality issues | ||
* Update version of mocha | ||
* Add resolving ~ sign in edgerc path | ||
* Replaced the `request` package with axios ([#64](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/64)). | ||
* Fixed code quality issues. | ||
* Updated the version of mocha. | ||
* Added a resolving ~ sign in the edgerc path. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.