Skip to content

Commit 2bd1074

Browse files
committed
Update change log for release v6.0-beta.2_schema-v4.1.0
1 parent 0a7d13c commit 2bd1074

5 files changed

Lines changed: 13 additions & 77 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
1212
~~~
1313

1414

15+
## [v6.0-beta.2_schema-v4.1.0] - 2024-06-28
16+
17+
* Add constants for system property keys to EventLoggingService.
18+
19+
* Improve javadoc.
20+
21+
* Add interface `ValidationErrorHandler` and change `ExceptionAndLoggingErrorHandler` and `LoggingErrorHandler` to implement it. Change constructors on `DefaultEventLoggingService` to take a `Supplier<ValidationErrorHandler>` instead of a `ErrorHandler`. Add `QuietErrorHandler` and make this the default. Default behaviour for no-args constructor on `DefaultEventLoggingService` is now to log a single `Logger` message containing all found validation messages at either `ERROR` or `WARN` level as appropriate. Previous behaviour was to log a stacktrace for the first validation failure in LOG mode. THROW mode previously only worked if `ExceptionAndLoggingErrorHandler` was used, now it can be used with `LoggingErrorHandler` or `QuietErrorHandler`, throwing when validation has done as much as it can.
22+
23+
* Make constructor for `event.logging.base.impl.EventLoggerBuilderImpl` public.
24+
25+
1526
## [v6.0-beta.1_schema-v4.1.0] - 2024-06-19
1627

1728
* Change to JAXB 4 dependencies (`javax.xml` => `jakarta.xml`).
@@ -291,7 +302,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
291302
* Revert to java 8
292303

293304

294-
[Unreleased]: https://github.com/gchq/event-logging/compare/v6.0-beta.1_schema-v4.1.0...HEAD
305+
[Unreleased]: https://github.com/gchq/event-logging/compare/v6.0-beta.2_schema-v4.1.0...HEAD
306+
[v6.0-beta.2_schema-v4.1.0]: https://github.com/gchq/event-logging/compare/v6.0-beta.1_schema-v4.1.0...v6.0-beta.2_schema-v4.1.0
295307
[v6.0-beta.1_schema-v4.1.0]: https://github.com/gchq/event-logging/compare/v5.0.3_schema-v4.0.0...v6.0-beta.1_schema-v4.1.0
296308
[v5.0.3_schema-v4.0.0]: https://github.com/gchq/event-logging/compare/v5.0.2_schema-v4.0.0...v5.0.3_schema-v4.0.0
297309
[v5.0.2_schema-v4.0.0]: https://github.com/gchq/event-logging/compare/v5.0.1_schema-v4.0.0...v5.0.2_schema-v4.0.0

unreleased_changes/20240628_165400_547__0.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

unreleased_changes/20240628_165444_630__0.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

unreleased_changes/20240628_165454_350__0.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

unreleased_changes/20240628_170527_531__0.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)