Skip to content

Releases: 51Degrees/pipeline-python

Version 4.3.5

26 Jan 11:14
Compare
Choose a tag to compare
  • BUILD: Updated build images. Used shared variables from common-ci.
  • BUILD: Added local shared-variables.yml to deploy pipeline.

Version 4.3.4

06 Oct 15:28
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.

Version 4.3.3

15 Sep 15:14
Compare
Choose a tag to compare
  • FEAT: Errors from cloud service will now cause a 'CloudRequestException' to be thrown. This will include the HTTP status code and response header values.
  • TEST: Add test to verify that header and status code are set as expected in CloudRequestException.
  • BUG: If there are no error messages in the json, but the HTTP status code does not indicate success, then an error should be thrown.

Version 4.3.2

17 Aug 10:54
Compare
Choose a tag to compare

Included changes:

  • REF: Update submodules references.
  • BUG: Fix broken link in error message to resource keys page in documentation.

Version 4.3.1

04 Aug 14:12
Compare
Choose a tag to compare

Included changes:

  • BUILD: Added 'submodule-trigger.yml' pipeline to support automated release process.
  • BUILD: Added a step to 'build-and-test.yml' pipeline to auto complete a pull request to main as part of the automated release process.
  • BUILD: Changed nightly build to just run tests, not create packages.
  • REORG: Removed set-header element from Pipeline's show property list.
  • TEST: Added tests to test functionality of cloud request engine.
  • FEAT: Modified cloud request engine to send POST requests instead of GET requests to cloud.
  • FEAT: Evidence awould be added in the request as per the precedence rule mentioned in the specification.
  • BUG: In case of errors returned from cloud Exceptions will be thrown by the cloud request engine containing the errors from the cloud service.
  • BUG: Cloud request engine now has a mechanism to set the Origin header.
  • EXAMPLE: Add a new example that demonstrates how to configure usage sharing.
  • EXAMPLE: Add a new example that demonstrates how to configure usage sharing.

Version 4.2.1

15 Mar 11:43
Compare
Choose a tag to compare

Included Changes:

• FEAT: Added Datafile update service that is attached to a pipeline and manages the download of datafiles used by engines
• FEAT: Added file_system_watcher service that watch for changes in file and refresh if file_system_watcher is enabled on data_file.
• FEAT: Added share usage and LRUEngineCache functionalities
• OPTIM: Improved handling of missing property values.
• TEST: Added tests for various missing value scenarios.
• BUILD: Set up build_and_test and build_and_publish ymls for CI with Azure Pipelines
• TEST: Added Tests for LRUEngineCache and pipeline configuration from file.
• OPTIM: Renamed variable names.
• OPTIM: Added error message to the pipeline when requesting an element that does not exist.
• CLEANUP: Removed support for Python version 2.
• DOC: Updated URL versions in readme.

Releases: