Skip to content

Commit 1e81e59

Browse files
committed
Update change log for release v4.1.0
1 parent 052227b commit 1e81e59

12 files changed

+27
-260
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,31 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
2727
~~~
2828

2929

30+
## [v4.1.0] - 2024-06-19
31+
32+
* Issue **#86** : Change `PermittedOrganisation` to be unbounded within `PermittedOrganisations`.
33+
34+
* Issue **#85** : Add `In` enumeration to `TermConditionSimpleType` to support the SQL `IN` condition.
35+
36+
* Issue **#84** : Change `Hash` in `BaseFileComplexType` to be unbounded to allow multiple hashes for a file to be recorded.
37+
38+
* Issue **#80** : Change `Location.Floor` from `xs:integer` to `xs:string` to allow for floors with names, e.g. `Ground`.
39+
40+
* Issue **#75** : Add `Changes` element to `Update` to allow recording of a change where the before/after state is not known or is too large to record, e.g. adding a user to an long allow-list.
41+
42+
* Issue **#62** : Add the `Id` attribute to `AnyContentComplextType`, e.g. `Meta/@Id`. This is to distinguish between multiple sibling `Meta` elements.
43+
44+
* Issue **#67** : Add optional `Outcome` to `EventDetail/Unknown` to allow the outcome of the event to be recorded.
45+
46+
* Issue **#74** : Add `Date` to `EmailComnplexType`.
47+
48+
* Issue **#69** : Add optional unbounded `Data` element to the following elements or complex types: `AntiMalwareThreatComplexType`, `Door`, `EventTimeComplexType`, `LocationComplexType`, `NetworkOutcomeComplexType` and `SystemComplexType`.
49+
50+
* Refactor element `EventDetail.Unknown` into `UnknownComplexType`. Doesn't impact validity of XML documents.
51+
52+
* Issue **#76** : Add `Data` element to `Permission` to allow for non-enumerated permission types. Add `Create`, `Delete` and `Use` to `PermissionAttributeSimpleType`.
53+
54+
3055
## [v4.0.2] - 2023-11-28
3156

3257
* Fix build. No schema changes.
@@ -325,7 +350,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
325350

326351
* Initial open source release
327352

328-
[Unreleased]: https://github.com/gchq/event-logging-schema/compare/v4.0.2...HEAD
353+
[Unreleased]: https://github.com/gchq/event-logging-schema/compare/v4.1.0...HEAD
354+
[v4.1.0]: https://github.com/gchq/event-logging-schema/compare/v4.0.2...v4.1.0
329355
[v4.0.2]: https://github.com/gchq/event-logging-schema/compare/v4.0.1...v4.0.2
330356
[v4.0.1]: https://github.com/gchq/event-logging-schema/compare/v4.0.0...v4.0.1
331357
[v4.0.0]: https://github.com/gchq/event-logging-schema/compare/v4.0-beta.10...v4.0.0

unreleased_changes/20240524_092711_920__86.md

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

unreleased_changes/20240605_145751_817__85.md

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

unreleased_changes/20240605_155035_272__84.md

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

unreleased_changes/20240605_155518_219__80.md

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

unreleased_changes/20240606_112920_030__75.md

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

unreleased_changes/20240606_120340_595__62.md

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

unreleased_changes/20240606_121154_355__67.md

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

unreleased_changes/20240607_131027_424__74.md

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

unreleased_changes/20240607_140026_347__69.md

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

0 commit comments

Comments
 (0)