From 4c2d8de76da96339051ee36cd1b3ce170896653c Mon Sep 17 00:00:00 2001 From: Bernie White Date: Sun, 29 Aug 2021 14:49:22 +1000 Subject: [PATCH] Release v0.3.0 (#52) --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cf8ae..fb9b7b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ ## Unreleased +## v0.3.0 + +What's changed since v0.2.0: + +- New features: + - Added support for passing through rule annotations. [#29](https://github.com/microsoft/PSRule.Monitor/issues/29) + - Added convention to support ingestion in a pipeline. [#46](https://github.com/microsoft/PSRule.Monitor/issues/46) + - To use this feature, include the `Monitor.LogAnalytics.Import` convention. +- General improvements: + - Ignore null or empty field and data properties. [#44](https://github.com/microsoft/PSRule.Monitor/issues/44) + - Added `CorrelationId` to ingested events. [#45](https://github.com/microsoft/PSRule.Monitor/issues/44) + - Added configuration of workspace parameter through environment variable. [#32](https://github.com/microsoft/PSRule.Monitor/issues/32) + - Set `PSRULE_CONFIGURATION_MONITOR_WORKSPACE_ID` to configure the workspace id. + - Set `PSRULE_CONFIGURATION_MONITOR_WORKSPACE_KEY` to configure the shared key. + - Added `Duration_d` that duration in milliseconds that the rule took to execute. [#49](https://github.com/microsoft/PSRule.Monitor/issues/49) + +What's changed since pre-release v0.3.0-B2108014: + +- No additional changes. + ## v0.3.0-B2108014 (pre-release) What's changed since pre-release v0.3.0-B2108008: