-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-notes.xml
More file actions
27 lines (27 loc) · 1.78 KB
/
release-notes.xml
File metadata and controls
27 lines (27 loc) · 1.78 KB
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
<ReleaseNotes>
<ChangeSet guid="g6d48f4a-b886-260c-bf73-3aa3c4d7a54f" version="1.2.623.523" date="2023-05-23">
<Change type="feature">Update the Patchhelper to patch list of guid, string or something else.</Change>
</ChangeSet>
<ChangeSet guid="bd08bd0a-9828-4302-ad26-0e3426494d80">
<Change type="feature">Update the Patchhelper to be able to patch a list of tuples when configured correctly.</Change>
</ChangeSet>
<ChangeSet guid="7630d406-4817-47b9-a349-069d8448b2f5">
<Change type="bug">Fix issue allowing to query all organizations when no organization id is set in the request context.</Change>
</ChangeSet>
<ChangeSet guid="0762397b-792e-4704-8fa8-7e1318e9817c">
<Change type="enhancement">Update to .net 7.</Change>
<Change type="feature">Add scoped services for hangfire</Change>
<Change type="enhancement">Switch open-telemetry from beta-libraries to stable libraries</Change>
</ChangeSet>
<ChangeSet guid="2ec0c75f-1cc9-4b90-ab07-dd542ea45612">
<Change type="feature">Add generic parameter to scoped jobs.</Change>
</ChangeSet>
<ChangeSet>
<Change type="bug">Fixes a bug where Update and Delete using Data.ITransactions do not successfully add the commands to the data transaction in MongoRepositoryBase.</Change>
</ChangeSet>
<ChangeSet>
<Change type="feature">Add Organization settings as optional configuration for each microservice to organization needs.</Change>
<Change type="feature">Add group organization support to settings with groupKey, groupDisplayKey, and groupDisplayName properties for better UI organization and management.</Change>
<Change type="enhancement">Update OrganizationSettingResult classes to include group information in API responses for frontend organization capabilities.</Change>
</ChangeSet>
</ReleaseNotes>