Skip to content

Commit

Permalink
Release v0.3.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Aug 29, 2021
1 parent e99d860 commit 4c2d8de
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c2d8de

Please sign in to comment.