You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,31 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
27
27
~~~
28
28
29
29
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
+
30
55
## [v4.0.2] - 2023-11-28
31
56
32
57
* Fix build. No schema changes.
@@ -325,7 +350,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
0 commit comments