You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Next-Release-ChangeLog.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,29 @@
1
-
This is the final**Release Candidate**version.
1
+
This is the inital**1.0**release.
2
2
3
3
CLI Commands and Options
4
4
========================
5
5
* Resolve code analysis warnings.
6
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`.
7
8
8
9
9
10
Docker and Azure Function Hosting
10
11
========================
11
12
* Resolve code analysis warnings.
12
-
* Fix error CS1705
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.
13
16
14
17
15
18
Rule Language
16
19
========================
17
-
* optional `events` directive
20
+
*New optional `events` directive.
18
21
19
22
20
23
Rule Interpreter Engine
21
24
========================
22
25
* Resolve code analysis warnings.
26
+
* Improved some messages.
23
27
24
28
25
29
Build, Test, Documentation
@@ -29,6 +33,9 @@ Build, Test, Documentation
29
33
* Resolve code analysis warnings.
30
34
* Fix default branch reference in CI workflow.
31
35
* Push docker images to GitHub Container Registry (beta) in addition to Docker Hub.
0 commit comments