Version 1.26.0
This commit is contained in:
parent
575262b21e
commit
15c363a5f7
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue