Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Apr 7, 2024
1 parent f2b4177 commit 10fc313
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
38 changes: 23 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,37 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.0] - 2023-03-20
### Added
- Initial version

## [0.7.1] - 2023-10-15
## [0.8.2] - 2024-04-07
### Fixed
- Handle log messages with Unicode
- Correct logging of non-printable characters.
Data for which io_lib:printable_unicode_list/1 returns true is logged as a string.
Embedded newlines are escaped using JSON rules, i.e., encoded as "\n".
Other data, e.g., binaries, is encoded using io_lib:format "~tp".

## [0.7.2] - 2023-10-23
## [0.8.1] - 2024-01-04
### Added
- Improved docs to cover latest Elixir
- Updated test matrix for latest Elixir and OTP
- Upgrade thoas version
- Update CONTRIBUTING.md

## [0.8.0] - 2024-01-04
### Added
- Support structured logging
- Add map_msg config param

## [0.7.3] - 2023-10-30
### Added
- Updated docs for Elixir 1.15

## [0.8.0] - 2024-01-04
## [0.7.2] - 2023-10-23
### Added
- Support structured logging
- Add map_msg config param
- Improved docs to cover latest Elixir
- Updated test matrix for latest Elixir and OTP

## [0.8.1] - 2024-01-04
## [0.7.1] - 2023-10-15
### Fixed
- Handle log messages with Unicode

## [0.7.0] - 2023-03-20
### Added
- Upgrade thoas version
- Update CONTRIBUTING.md
- Initial version

2 changes: 1 addition & 1 deletion src/logger_formatter_json.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
logger_formatter_json,
[
{description, "A formatter for the OTP logger application that outputs JSON"},
{vsn, "0.8.1"},
{vsn, "0.8.2"},
{registered, []},
{applications, [kernel, stdlib, thoas]},
{env, []},
Expand Down

0 comments on commit 10fc313

Please sign in to comment.