Skip to content

Commit 4e040d8

Browse files
authored
Revert DEVEX-2433 (#116)
1 parent 2ba5f49 commit 4e040d8

File tree

8 files changed

+9
-364
lines changed

8 files changed

+9
-364
lines changed

Diff for: CHANGELOG.md

+7-22
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to
7-
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
87

98
## [Unreleased]
109

1110
---
1211

13-
## [0.6.0] - 2025-02-04
14-
15-
### Added
16-
17-
- `PrimaExLogger.AuditLogging` module with `log/1` and `log!/` functions to emit
18-
a JSON encoded audit log
19-
- `PrimaExLogger.AuditLogging.AuditLog` module and struct to construct an audit
20-
log in a more aided manner
21-
22-
---
23-
2412
## [0.5.0] - 2024-06-18
2513

2614
### Changed
@@ -47,24 +35,21 @@ and this project adheres to
4735

4836
### Fixed
4937

50-
- Properly set the trace correlation metadata fields
51-
([#55](https://github.com/primait/prima_ex_logger/pull/55)).
38+
- Properly set the trace correlation metadata fields ([#55](https://github.com/primait/prima_ex_logger/pull/55)).
5239

5340
## [0.3.0] - 2022-09-22
5441

5542
### Changed
5643

57-
- [Breaking] Loglevel configuration was removed from this library. Global
58-
`:logger` level should be configured instead.
59-
- [Breaking] opentelemetry-related metadata is now automatically transformed by
60-
`prima_ex_logger` into a DataDog-friendly format. The behaviour can be
61-
customised using the new `opentelemetry_metadata` option.
44+
- [Breaking] Loglevel configuration was removed from this library. Global `:logger` level should be configured instead.
45+
- [Breaking] opentelemetry-related metadata is now automatically transformed by `prima_ex_logger` into a DataDog-friendly
46+
format. The behaviour can be customised using the new `opentelemetry_metadata` option.
6247

6348
## [0.2.5] - 2022-06-16
6449

6550

66-
[Unreleased]: https://github.com/primait/prima_ex_logger/compare/0.6.0...HEAD
67-
[0.6.0]: https://github.com/primait/prima_ex_logger/compare/0.5.0...0.6.0
51+
52+
[Unreleased]: https://github.com/primait/prima_ex_logger/compare/0.5.0...HEAD
6853
[0.5.0]: https://github.com/primait/prima_ex_logger/compare/0.4.1...0.5.0
6954
[0.4.1]: https://github.com/primait/prima_ex_logger/compare/0.4.0...0.4.1
7055
[0.4.0]: https://github.com/primait/prima_ex_logger/compare/0.3.1...0.4.0

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ by adding `prima_ex_logger` to your list of dependencies in `mix.exs`:
88
```elixir
99
def deps do
1010
[
11-
{:prima_ex_logger, "~> 0.6.0"}
11+
{:prima_ex_logger, "~> 0.5.0"}
1212
]
1313
end
1414
```

Diff for: lib/audit_logging/audit_log.ex

-119
This file was deleted.

Diff for: lib/audit_logging/audit_logging.ex

-33
This file was deleted.

Diff for: mise.toml

-3
This file was deleted.

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PrimaExLogger.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/primait/prima_ex_logger"
5-
@version "0.6.0"
5+
@version "0.5.0"
66

77
def project do
88
[

Diff for: test/audit_logging/audit_log_test.exs

-129
This file was deleted.

0 commit comments

Comments
 (0)