Releases: gchq/event-logging-schema
Releases · gchq/event-logging-schema
v4.0-beta.10
- Fix automated build.
Schema documentation v114
Schema versions:
- 4.0
v4.0-beta.5
- Fix version number in schema.
v4.0-beta.3
* Fix version numbers in schema.
v4.0-beta.1
* Issue **#58** : Remove `Event/Id`, add `EventSource/EventId` and `EventSource/SessionId`. Improve annotations for `EventChain` and `Activity`.
* Issue **57** : Refactor the schema to improve the xjc generated java code. Remove deprecated elements.
* Extract new complex type `AuthenticateComplexType` from `Authenticate` element.
* Extract new complex type `AuthoriseComplexType` from `Authorise` element.
* Extract new complex type `CopyComplexType` from `CopyMoveComplexType`.
* Extract new complex type `MoveComplexType` from `CopyMoveComplexType`.
* Remove complex type `CopyMoveComplexType`.
* Extract new complex type `CreateComplexType` from `Create` element.
* Extract new complex type `ViewComplexType` from `View` element.
* Extract new complex type `DeleteComplexType` from `Delete` element.
* Extract new complex type `ProcessComplexType` from `Process` element.
* Extract new complex type `PrintComplexType` from `Print` element.
* Extract `InstallationGroup` from `InstallComplexType`.
* Refactor `InstallComplexType` to use `InstallationGroup`.
* Extract `UninstallComplexType` from `Uninstall` element.
* Extract new complex type `NetworkEventActionComplexType` from `Network` element.
* Remove deprecated `AntiMalware` element.
* Extract new complex type `AlertComplexType` from `Alert` element.
* Extract `SendReceiveGroup` from `SendReceiveComplexType`.
* Extract `SendComplexType` from `Send` element.
* Extract `ReceiveComplexType` from `Receive` element.
* Extract `MetaDataTagsComplexType` from `Tags` element.
* Remove `AntiMalwareComplexType`.
* Merge `BaseAntiMalwareComplexType` into `AntiMalwareThreatComplexType`.
* Remove `BaseAdvancedQueryItemComplexType`.
* Extract `BaseMultiObjectGroup` from `BaseMultiObjectComplexType`.
* Rename `NetworkSrcDstComplexType` to `NetworkLocationComplexType`.
* Rename `NetworkSrcDstTransportProtocolSimpleType` to `NetworkProtocolSimpleType`.
* Remove deprecated `SearchResult` and `SearchResultComplexType`.
* Remove deprecated `EventDetail/Classification`.
* Add additional `annotation/documentation` elements.
* Remove unused `FromComplexType`.
* Add `Keyboard`,`Mouse` and `Webcam` to `HardwareTypeSimpleType`.
* Add `MemoryCard` to `MediaTypeSimpleType`.
* Remove deprecated `LocationComplexType/TimeZone`.
v3.5.2
v3.4.2
v3.4.1
v3.4.0
v3.4-beta.1
* Move complete examples into individual files that are validated as part of the build. * Issue **#10** : Add `SearchResults` to `BaseMultiObjectComplexType` to allow for use cases like `View/SearchResults`. * Issue **#10** : Add `Id`, `Name` and `Description` to `QueryComplexType` to allow the linking of query to results. * Issue **#39** : Add `TimeZoneName` element to `LocationComplexType` to improve the recording of time zone information. * Issue **#44** : Add `Approval` schema action. * Issue **#47** : Add `CachedInteractive`, `CachedRemoteInteractive`, `Proxy` and `Other` logon types to `AuthenticateLogonTypeSimpleType`. * Issue **40**: Add `State`, `City` and `Town` elements to provide more Location detail. * Improve documentation * Issue **#49** : Fix broken link to _Illustrative Examples_ in root README. * Issue **#3** : Add `Type` attribute to `Hash` element in `BaseFileComplexType`. * Issue **#35** : Add `Meta` element to `Event` and `BaseObjectGroup` to allow extension/decoration. * Issue **#31** : Add `Tags` element to `BaseObjectGroup`. * Issue **#37** : Add `Tags` element to `SystemComplexType`.