File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14)
2- project (grommunio-admin VERSION 1.16 LANGUAGES NONE)
2+ project (grommunio-admin VERSION 1.17 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.16.6 " # Backend version number
10+ backendVersion = "1.17.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+ =====================================
3+
4+ * CLI: add user subcommands `login `, `sendas `, `delegate `
5+ * CLI: add json-kv and json-object formats
6+ * CLI: add format argument for `store get ` subcommand
7+ * Add web/EAS/DAV privilege bits, setters and expressions
You can’t perform that action at this time.
0 commit comments