-
Notifications
You must be signed in to change notification settings - Fork 1
/
RELEASE_NOTES
99 lines (70 loc) · 3.25 KB
/
RELEASE_NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
2.4.2 (10-12-2024)
- Refactor: Removes code related to AccessControlProfile's deprecated locked attribute [#qubIT-Omnis-6993]
- Refactor: Makes AccessControlProfile's system attribute required in the DML [#qubIT-Omnis-7160]
2.4.1 (28-10-2024)
- Refactor: Makes isRestricted and isAutoGenerated methods in AccessControlPermission return boolean [#qubIT-Omnis-7088]
- Bug fix: Ensures NPEs are not thrown in isRestricted method in AccessControlProfile [#qubIT-Omnis-7116]
2.4.0 (17-10-2024)
- New feature: Adds description field to AccessControlPermission and AccessControlProfile entities [#qubIT-Omnis-6987]
2.3.0 (09-10-2024)
- Refactor: Adds system field to AccessControlProfile entity and marks the locked field's getters and setters as deprecated [#qubIT-Omnis-6980]
2.2.0 (07-10-2024)
- Refactor: Removes locked field from AccessControlPermission entity [#qubIT-Omnis-6964]
2.1.1 (02-09-2024)
- Improvement: Upgrades parent [#qubIT-Omnis-6687]
2.1.0 (02-09-2024)
- Improvement: Ensures Release Notes is in the jar [#qubIT-Omnis-6579]
- Improvement: Updates guava from 21.0 to 33.2.1-jre [#qubIT-Omnis-5869]
2.0.0 (17-06-2024)
- Improvement: Updates foundation core api version to 7.0.0 [#qubIT-Omnis-4737]
1.9.0 (27-01-2023)
- Improvement: Implementing access control interfaces of OMNIS.cloud platform
1.8.2 (19-03-2021)
- Bug fix: Fixed update object cache when changing class or provider strategy
1.8.1 (22-02-2021)
- Bug fix: Fixed update object cache when profile is deleted
1.8.0 (22-02-2021)
- New feature: Added object-profile cache to improve performance
1.7.1 (15-02-2021)
- Bug fix: Fixed bug in contains object
- Bug fix: Fixing SpotBugs issue (SE_BAD_FIELD)
1.7.0 (11-02-2021)
- Improvement: Improved check if profile contains object due to performance issues
- Improvement: Added soft reference to access control profile parsed objects
1.6.3 (22-12-2020)
- Bug fix: Fixed add parent profile to prevent cicle
1.6.2 (18-11-2020)
- Bug fix: Verify custom expression and custom expression validator to checkrules
1.6.1 (22-10-2020)
- Bug fix: Fixed objects cleaning form profiles
1.6.0 (22-07-2020)
- Refactor: Moved strategies to access-control-management
- Bug fix: General bug fix
- Bug fix: Fixed read outside of an read transaction
1.5.0 (23-06-2020)
- Improvement: Added flag to check if permission and profile are auto generated
1.4.1 (22-05-2020)
- Bug fix: Fix NPE when verifying if a object is in profile without objects association
1.4.0 (21-05-2020)
- New Feature: Profile association with any object
1.3.1 (12-05-2020)
- Bug fix: Fixed permissions delete
1.3.0 (05-03-2020)
- New feature: Support for Java 11
1.2.4 (24-02-2020)
- Bug fix: Fixed permission cache
1.2.3 (09-12-2019)
- Bug fix: Fixed Initialization
- Bug fix: Fixed creation method with expression validator
1.2.2 (06-12-2019)
- Improvement: Added cache to permissions
1.2.1 (04-12-2019)
- Improvement: Added is customExpressionValidator to profiles
1.2.0 (11-10-2019)
- Improvement: Added is locked to profiles and permissions
1.1.0 (07-10-2019)
- Refactor: Changed the name from string to localizedString of profile and permissions
- Refactor: Changed manager to restricted
- Improvement: Verify if code already exists, for profile and permission creation
1.0.0 (25-09-2019)
- Initial version release