Skip to content

Commit

Permalink
Merge pull request #529 from telefonicaid/task/prepare_1_16.0
Browse files Browse the repository at this point in the history
Step: 1.15.0-next -> 1.16.0
  • Loading branch information
AlvaroVega authored Nov 20, 2023
2 parents 041a899 + 0605b1b commit c9087c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
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

0 comments on commit c9087c1

Please sign in to comment.