|
1 | | -This is the inital **1.0** release. |
| 1 | +This release fixes a number of issues and introduce an additional CLI command. |
| 2 | + |
2 | 3 |
|
3 | 4 | CLI Commands and Options |
4 | 5 | ======================== |
5 | | -* Resolve code analysis warnings. |
6 | | -* Fix incorrect HTTP Header in web hook Subscriptions made by `map.local.rule`. |
7 | | -* Fix incorrect URL in web hook Subscriptions made by `map.local.rule`. |
| 6 | +- Removed annoying messages about new version check. |
| 7 | +- Deprecation warning on missing `--resourceGroup` option. |
| 8 | +- Changed `IDataProtectionProvider.CreateProtector` purpose string to prevent clashes. |
| 9 | +- New `update.mappings` command. |
8 | 10 |
|
9 | 11 |
|
10 | 12 | Docker and Azure Function Hosting |
11 | 13 | ======================== |
12 | | -* Resolve code analysis warnings. |
13 | | -* Fix CS1705 error. |
14 | | -* Support for `Aggregator_AzureDevOpsCertificate` when Azure DevOps is using a certificate issued by non-trusted Certification Authority (e.g.self-signed). |
15 | | -* Better handling of API keys. |
| 14 | +- Retry after Http 429 using Polly, address #71. |
| 15 | +- Harden Azure resources (see #225). |
16 | 16 |
|
17 | 17 |
|
18 | 18 | Rule Language |
19 | 19 | ======================== |
20 | | -* New optional `events` directive. |
| 20 | +No changes. |
21 | 21 |
|
22 | 22 |
|
23 | 23 | Rule Interpreter Engine |
24 | 24 | ======================== |
25 | | -* Resolve code analysis warnings. |
26 | | -* Improved some messages. |
| 25 | +- Address #185 by removing field when set to null value. |
| 26 | +- Impersonation does not work when a rule updates the same work item bug (#206). |
27 | 27 |
|
28 | 28 |
|
29 | 29 | Build, Test, Documentation |
30 | 30 | ======================== |
31 | | -* Updated to the latest version of NuGet packages except for Function SDK and Logging. |
32 | | -* Stick to `Microsoft.NET.Sdk.Functions` 3.0.3 until they resolve [#465](https://github.com/Azure/azure-functions-vs-build-sdk/issues/465). This locks `Microsoft.Extensions.Logging` to 3.1.6 too. |
33 | | -* Resolve code analysis warnings. |
34 | | -* Fix default branch reference in CI workflow. |
35 | | -* Push docker images to GitHub Container Registry (beta) in addition to Docker Hub. |
36 | | -* Local version number is now `0.0.1-localdev`. |
37 | | -* Fix build badge, added SonarQube badge. |
38 | | -* Trimmed `.dockerignore`. |
| 31 | +- Terraform and PowerShell scripts to setup a dev VM. |
| 32 | +- Use latest GitVersion. |
39 | 33 |
|
40 | 34 |
|
41 | 35 | File Hashes |
|
0 commit comments