Skip to content

Releases: 51Degrees/pipeline-node

Version 4.4.4

31 Aug 11:24
Compare
Choose a tag to compare
  • BUG: Logged correctly to the logger from pipeline when an error occurs in usage sharing.
  • BUG: Complex keys (e.g. object) were not implemented in the LRU cache implementation. This meant that any object was equal to an existing key, and prevented usage sharing from including data (all requests were discarded as duplicates).
  • BUG: Share percentage is now implemented correctly in share usage. A comment has been added to explain how to use this value.
  • FEAT: The share endpoint is now configurable. This is used for unit tests.
  • FEAT: Added required details to usage records, e.g. client IP
  • REORG: Aligned share usage filter to other languages.
  • TEST: Added unit tests for share usage and cache to confirm bugs are fixed.

Version 4.4.3

10 Aug 15:26
Compare
Choose a tag to compare
  • FEAT: Added an eventemitter to update service, and exposed the update service.
  • FEAT: Emitted event when a file is updated from a file system watcher.

Version 4.4.2

22 Jun 12:52
Compare
Choose a tag to compare

DOC: Updated URLs to use https

Version 4.4.0

07 Apr 15:05
Compare
Choose a tag to compare

Release 4.4.0

Version 4.3.7

02 Feb 10:22
Compare
Choose a tag to compare

Included changes:

  • BUILD: Updated build images. Used shared variables from common-ci.

Version 4.3.6

17 Nov 10:17
Compare
Choose a tag to compare
  • BUG: If Set Response Header is a empty string, don’t set it in the response.
  • REF: Updated reference to submodule common-ci.

Release 4.3.5

20 Oct 12:29
Compare
Choose a tag to compare
  • BUILD: Add node 16 to tested versions
  • FEAT: Update deprecated packages.

Version 4.3.4

06 Oct 15:23
Compare
Choose a tag to compare

Included Changes:

  • FEAT: Added SuppressProcessException setting in Pipeline, which when true allows the user to suppress errors occurred within flow elements. Its value is set to true by default.
  • BUG: Fixed Cloud Engine template class does not correctly validate cloud response.

Version 4.3.3

15 Sep 15:13
Compare
Choose a tag to compare
  • FEAT: Errors from cloud service will now cause a 'CloudRequestError' to be thrown. This will include the HTTP status code and response header values.

Version 4.3.2

01 Sep 10:54
Compare
Choose a tag to compare
  • BUG: Fix broken link to resource keys page in documentation.
  • REF: Updated submodule references.