-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #509 from telefonicaid/task/papare_2.6.0
Step: 2.5.0-next -> 2.6.0
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile due to security issues | ||
Fix: race condition causes erroneous count to 0 in some cases (#493) | ||
Add logging feature to count number of requests attended and number of requests processed with error (#310) | ||
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 |
---|---|---|
|
@@ -160,6 +160,11 @@ rm -rf $RPM_BUILD_ROOT | |
%{_install_dir} | ||
|
||
%changelog | ||
* Tue Jun 04 2019 Fermin Galan <[email protected]> 2.6.0 | ||
- Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile due to improve security | ||
- Add: logging feature to count number of requests attended and number of requests processed with error (#310) | ||
- Fix: race condition causes erroneous count to 0 in some cases (#493) | ||
|
||
* Wed Dec 19 2018 Fermin Galan <[email protected]> 2.5.0 | ||
- Set Nodejs 8.12.0 as minimum version in packages.json (effectively removing Nodev4 and Nodev6 as supported versions) | ||
- Add: use NodeJS 8 in Dockerfile | ||
|