Skip to content

Commit e06b65b

Browse files
committed
grommunio-admin-api 1.18
1 parent a2b3a27 commit e06b65b

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.14)
2-
project(grommunio-admin VERSION 1.17 LANGUAGES NONE)
2+
project(grommunio-admin VERSION 1.18 LANGUAGES NONE)
33
execute_process(
44
COMMAND python3 -c "import api; print(api.backendVersion);"
55
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}

api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
apiSpec = None # API specification
99
apiVersion = 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

1313
def _loadOpenApiSpec():

doc/changelog.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

0 commit comments

Comments
 (0)