File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14 )
2- project (grommunio-admin VERSION 1.17 LANGUAGES NONE )
2+ project (grommunio-admin VERSION 1.18 LANGUAGES NONE )
33execute_process (
44 COMMAND python3 -c "import api; print(api.backendVersion);"
55 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
Original file line number Diff line number Diff line change 77
88apiSpec = None # API specification
99apiVersion = None # API specification version. Extracted from the OpenAPI document.
10- backendVersion = "1.17.11 " # Backend version number
10+ backendVersion = "1.18.0 " # Backend version number
1111
1212
1313def _loadOpenApiSpec ():
Original file line number Diff line number Diff line change 1- grommunio-admin-api 1.17 (2025-02-17)
2- =====================================
1+ admin-api 1.18 (2026-02-17)
2+ ===========================
3+
4+ * Only count active users towards license limit
5+ * Allow password change when logged in with altname
6+ * Cope with capitalized user alias domains
7+ * Add --disable-ldap argument to ldap reload
8+ * Added authmgr handling for `cli ldap `
9+ * Remove g-admin ldap reload -a arg for auth-backend
10+ * Cease syncing named properties between user store and main DB
11+
12+
13+ admin-api 1.17 (2025-02-17)
14+ ===========================
315
416* CLI: add user subcommands `login `, `sendas `, `delegate `
517* CLI: add json-kv and json-object formats
You can’t perform that action at this time.
0 commit comments