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
+32-4Lines changed: 32 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,43 @@
2
2
3
3
### Features
4
4
5
-
Add S3 Parquet event store (write only).
5
+
#### Core
6
+
7
+
New API token format with fixed prefix `ztlX_` and checksum.
8
+
9
+
API tokens can have a name and an expiry now. Multiple API tokens can be created for a given user or service account.
10
+
11
+
New S3 Parquet event store (write only).
12
+
13
+
Better batch processing for AWS queues.
14
+
15
+
#### MDM
16
+
17
+
New `distribute_tls_chain` option (defaults to `true`) in the MDM app config to control the inclusion of the configured TLS chain in the MDM enrollment payloads.
6
18
7
-
Add `distribute_tls_chain` option (defaults to `true`) in the MDM app config to control the inclusion of the configured TLS chain in the MDM enrollment payloads.
19
+
New API endpoints to manage the MDM DEP enrollments and the custom pages.
20
+
21
+
Schema updates based on the v26.2 apple device management release.
22
+
23
+
#### Monolith
24
+
25
+
More Audit Events for the monolith module resources.
26
+
27
+
#### Google Workspace
28
+
29
+
New authentication via GCP service accounts for the Google Workspace module. Easier to configure when Zentral is deployed in private GCP accounts.
8
30
9
31
### Bug fixes
10
32
11
-
Fix DEP device sync issues when same device is moved between two DEP virtual servers.
33
+
Fixed DEP device sync issues when same device is moved between two DEP virtual servers.
34
+
35
+
New lock to avoid concurrent DEP device syncs.
36
+
37
+
Configuration Profile reported without Payload UUID can now be saved in the inventory.
38
+
39
+
MDM Artifact detail pages are not slow anymore when multiple versions are deployed to 10000s of devices.
0 commit comments