Version 1.26.0

This commit is contained in:
Girish Ramakrishnan 2023-12-12 11:33:35 +01:00
parent 575262b21e
commit 15c363a5f7
2 changed files with 4 additions and 1 deletions

View File

@ -433,3 +433,6 @@
* #9269: panic: nil pointer dereference in (*indexHandlerRegistry).startLocked * #9269: panic: nil pointer dereference in (*indexHandlerRegistry).startLocked
* #9274: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write") * #9274: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write")
[1.26.0]
* Add LDAP support

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization", "tagline": "Decentralized file synchronization",
"version": "1.25.2", "version": "1.26.0",
"upstreamVersion": "1.27.1", "upstreamVersion": "1.27.1",
"healthCheckPath": "/healthcheck", "healthCheckPath": "/healthcheck",
"httpPort": 8000, "httpPort": 8000,