Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Releases: LorenzoScebba/azure-boards-pbi-autorule

0.5.0

0.5.0 Pre-release
Pre-release

Choose a tag to compare

@LorenzoScebba LorenzoScebba released this 22 Sep 19:22
e2e7051

Corresponding Docker image is lorenzoscebba/azure-boards-pbi-autorule:0.5.0

Changelog

  • Renamed Rules variables
  • Moved endpoint to /api/state
  • New Area Rules implemented

Please refer to https://abpa.lorenzoscebba.com/docs/migrating/04-05 to know how to migrate

0.4.0

0.4.0 Pre-release
Pre-release

Choose a tag to compare

@LorenzoScebba LorenzoScebba released this 06 Sep 08:53
53dd754

Corresponding Docker image is lorenzoscebba/azure-boards-pbi-autorule:0.4.0

Changelog

  • Renamed some variables for better understanding.
  • Added the possibility to manage the Work Item children given the work item state.

Please refer to https://abpa.lorenzoscebba.com/docs/migrating/03-04 to know how to migrate.

0.3.0

0.3.0 Pre-release
Pre-release

Choose a tag to compare

@LorenzoScebba LorenzoScebba released this 24 Aug 21:54
fc20452

Corresponding Docker image is lorenzoscebba/azure-boards-pbi-autorule:0.3.0

Changelog

  • Added the possibility to manage different types of Work Items, a configuration change is required (*1).
  • Added a CorrelationId to the logs to better correlate them.
  • No action will be triggered if the Parent state is already equal to the setParentStateTo.

*1: Version 0.3.0 introduces multiple Work items management, configurations are to be updated according to the ReadME. All configuration keys starting with Rules__.... should be updated with Rules__0__... so that more rules can then be added.

0.2.0

0.2.0 Pre-release
Pre-release

Choose a tag to compare

@LorenzoScebba LorenzoScebba released this 17 Aug 21:21
c8dbfe5

Corresponding Docker image is lorenzoscebba/azure-boards-pbi-autorule:0.2.0

Changelog

  • ReadME improved (is someone reading it anyway?)
  • The Service will always return a 200 status code, even when something unexpected happens, with additional headers for debugging. See *1 for more info.
  • The default Logger has been replaced with Serilog, the variables starting with Logging__ can now be safely removed.
  • A utility Route has been added on /, with some response headers to facilitate the setup on Azure DevOps

*1: On status codes in the range of 400-500, Azure DevOps will automatically disable the webhook and make it hard for integrators to spot it. Debug headers have been added since Azure DevOps, on the WebHook history, will not show the body of the response.

0.1.0

0.1.0 Pre-release
Pre-release

Choose a tag to compare

@LorenzoScebba LorenzoScebba released this 12 Aug 17:29
d868cdb

Corresponding Docker image is lorenzoscebba/azure-boards-pbi-autorule:0.1.0