Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 1.95 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

[0.2.0] - 2024-07-10

Added

  • Add GUID property to AugerContext. (1d6d3b2)
  • Support -Force param for Write-Auger. (1d6d3b2)

Changed

  • Close-AugerSession to filter log types for each log stream's summary before sending. (6f2639f)
  • Send-SlackLog body parameter to support positional parameter. (d7fb07e)
  • Send-SlackLog to use chunked encoding. (084a063)
  • Clear-AugerContext to remove log file. (4bc9f90)
  • Close-AugerSession to better format summary logs. (6f2639f,58af33f)
  • Write-Auger to encode log newlines as \n characters when appending to the log file. (7d6413b)

Fixed

  • LogStreams with Quiet verbosity should not receive summaries. (d4539a4)