Skip to content

Commit

Permalink
Update change log for release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Jun 19, 2024
1 parent 052227b commit 1e81e59
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 260 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,31 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
~~~


## [v4.1.0] - 2024-06-19

* Issue **#86** : Change `PermittedOrganisation` to be unbounded within `PermittedOrganisations`.

* Issue **#85** : Add `In` enumeration to `TermConditionSimpleType` to support the SQL `IN` condition.

* Issue **#84** : Change `Hash` in `BaseFileComplexType` to be unbounded to allow multiple hashes for a file to be recorded.

* Issue **#80** : Change `Location.Floor` from `xs:integer` to `xs:string` to allow for floors with names, e.g. `Ground`.

* 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.

* Issue **#62** : Add the `Id` attribute to `AnyContentComplextType`, e.g. `Meta/@Id`. This is to distinguish between multiple sibling `Meta` elements.

* Issue **#67** : Add optional `Outcome` to `EventDetail/Unknown` to allow the outcome of the event to be recorded.

* Issue **#74** : Add `Date` to `EmailComnplexType`.

* Issue **#69** : Add optional unbounded `Data` element to the following elements or complex types: `AntiMalwareThreatComplexType`, `Door`, `EventTimeComplexType`, `LocationComplexType`, `NetworkOutcomeComplexType` and `SystemComplexType`.

* Refactor element `EventDetail.Unknown` into `UnknownComplexType`. Doesn't impact validity of XML documents.

* Issue **#76** : Add `Data` element to `Permission` to allow for non-enumerated permission types. Add `Create`, `Delete` and `Use` to `PermissionAttributeSimpleType`.


## [v4.0.2] - 2023-11-28

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

* Initial open source release

[Unreleased]: https://github.com/gchq/event-logging-schema/compare/v4.0.2...HEAD
[Unreleased]: https://github.com/gchq/event-logging-schema/compare/v4.1.0...HEAD
[v4.1.0]: https://github.com/gchq/event-logging-schema/compare/v4.0.2...v4.1.0
[v4.0.2]: https://github.com/gchq/event-logging-schema/compare/v4.0.1...v4.0.2
[v4.0.1]: https://github.com/gchq/event-logging-schema/compare/v4.0.0...v4.0.1
[v4.0.0]: https://github.com/gchq/event-logging-schema/compare/v4.0-beta.10...v4.0.0
Expand Down
24 changes: 0 additions & 24 deletions unreleased_changes/20240524_092711_920__86.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240605_145751_817__85.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240605_155035_272__84.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240605_155518_219__80.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240606_112920_030__75.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240606_120340_595__62.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240606_121154_355__67.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240607_131027_424__74.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240607_140026_347__69.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20240618_083520_298__0.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240619_141608_874__76.md

This file was deleted.

0 comments on commit 1e81e59

Please sign in to comment.