Skip to content

Releases: telefonicaid/fiware-pep-steelskin

0.7.3

02 Mar 14:14
Compare
Choose a tag to compare

Changes in this release:

  • FIX Mixed correlator IDs when cache events are fired (#279).
  • Failures on multiple simultaneous non-authenticated requests (#277).

0.7.2

17 Dec 15:35
Compare
Choose a tag to compare

Changes in this release:

  • Fix Makes loading of xacml templates relative to source code (not working directory).
  • Fix Race condition causes requests that will never be responsed (#269).
  • Fix Nginx error when transfer-encoding: chunked is specified (#268).
  • Fix Race condition causes "The token doesn't belong to the provided service" (#272).

0.7.1

29 Oct 09:08
Compare
Choose a tag to compare

Changes in this release:

  • Bugfix: init.d service script start PEP Proxy correctly (#236)
  • Make the PEP Proxy die when an error is received in a request resend (#225)
  • Added environment variable to customize component name (#240)
  • Remove query parameters from the FRN generated by the REST plugin (#244)
  • Init script fixed due to a COMPONENT_NAME was used in PEP proxy configuration (#246)
  • Add Dockerfile for the PEP.
  • PEP Crashes when unable to authenticate (#256)
  • ADD First NGSIv2 operations to the convenience list (#259)
  • Distinguish POST actions in NGSIv2 using query parameters (#262)

0.7.0

21 May 14:08
Compare
Choose a tag to compare

Changes in this release:

  • Add capacity to start several instances of PEP Proxy using init.d script (#211)
  • Add log debug statements for role extraction
  • Fix error obtaining subservice ID from its name (#208).
  • Add integration with Travis CI.

0.6.0

21 May 14:07
Compare
Choose a tag to compare

Changes in this release:

  • FIX Service not found for tokens coming from a trust.
  • FIX XAuth Token not checked if validation is off (#197)
  • FIX Wrong JSON payload generates wrong type of error (#194)
  • ADD Tests for the IOTAgent plugin (using the generic REST plugin).
  • ADD Remove slow operations in debug logs (#48).
  • ADD Tracing debug mode (#64).
  • ADD Rest component plugin to the executable and environment variables.

0.5.0

20 May 13:56
Compare
Choose a tag to compare

Changes in this release:

  • Added /v1/contextTypes to the URL Mappings of Orion.
  • Fix right plugins directory in pepProxy binary.
  • Fix accept content-type header with charset
  • Fix proxy query params
  • Fix some urls are not recognized with query params (#148)
  • Add "effective" flag to the request to Keystone (#147)
  • Fix UpdateContext operations with query parameters are not recognized (#155)
  • Remove specific setup for RPM installation in Context Broker uses (#159)
  • Add administration port with Version resource (#164)
  • Check all the mandatory headers before processing the request (#165) (#110)
  • Group and redefine error codes.
  • Add execution mode without Access Control authorization for the PEP Proxy (#173)
  • Check the service and subservice headers for content (#176)
  • Fix the Keystone user authentication error was raised as a connection one (#174)
  • Fix type of error when authenticating PEP Proxy (#182)
  • Fix some errors appear in the API documentation and don't ever occur (#180)
  • Add a guard in the release script to abort if there are unstagged git changes (#181)