Skip to content

Commit

Permalink
DXE-4444 Merge pull request #233 from akamai/release/v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dawiddzhafarov authored Dec 5, 2024
2 parents 9e78c2d + 252cac1 commit 4baf24c
Show file tree
Hide file tree
Showing 22 changed files with 897 additions and 388 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18, 20, 21]
node: [14, 16, 18, 20, 21, 22, 23]
name: Test Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.tgz
.idea
.travis.yml
coverage
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

135 changes: 79 additions & 56 deletions CHANGELOG.md
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.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ recommend that a file or class name and description of purpose be included on
the same "printed page" as the copyright notice for easier identification within
third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2024 Akamai Technologies, Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use these files except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
Expand Down
Loading

0 comments on commit 4baf24c

Please sign in to comment.