Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step: 1.15.0-next -> 1.16.0 #529

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
- Remove: dependency on deprecated `domain` node module, improving performance
- Remove: `disableDomainMiddleware` config option
- Remove: `DISABLE_DOMAIN_MIDDLEWARE` environment variable
- Remove: operations no longer supported in CB API (aligned with Orion 3.10.1)
- Upgrade NodeJS version from 14-slim to 16-slim in Dockerfile
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fiware-pep-steelskin",
"description": "FIWARE Policy Enforcement Point",
"version": "1.15.0-next",
"version": "1.16.0",
"homepage": "https://github.com/telefonicaid/fiware-pep-steelskin",
"author": {
"name": "Daniel Moran",
Expand Down
7 changes: 7 additions & 0 deletions rpm/SPECS/pepProxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Mon Nov 20 2022 Fermin Galan <[email protected]> 1.16.0
- Remove: dependency on deprecated `domain` node module, improving performance
- Remove: `disableDomainMiddleware` config option
- Remove: `DISABLE_DOMAIN_MIDDLEWARE` environment variable
- Remove: operations no longer supported in CB API (aligned with Orion 3.10.1)
- Upgrade NodeJS version from 14-slim to 16-slim in Dockerfile

* Mon May 23 2022 Alvaro Vega <alvaro.vegagarcia.com> 1.15.0
- Add: INSPECT_ENABLED env var to enable node inspection/debuging (#489)
- Add: conf and env var (DISABLE_DOMAIN_MIDDLEWARE) to disable domain middleware to reduce overhead (but loosing some info in logs) (#498)
Expand Down
Loading