Skip to content

Commit bb1a327

Browse files
committed
releasing 11.2.1 11.1.8 11.0.13
1 parent 8d3671b commit bb1a327

File tree

4 files changed

+151
-3
lines changed

4 files changed

+151
-3
lines changed

release-notes-11.0

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,36 @@ HTML header: <title>dCache 11.0 Release Notes</title>
7575

7676
We want to thank Marian Babik and Onno Zweers for their contributions.
7777

78+
## Release 11.0.13
79+
80+
### #
81+
82+
### restapi
83+
84+
With upgrade of jackson dependencies for 11.x handling of Optional datatype started to fail like so:
85+
86+
"Unable to interpret JSON: Java 8 optional type java.util.Optional<java.lang.Double>..."
87+
88+
when calling rest api to query pool information. This is now fixed.
89+
90+
91+
92+
### Changelog 11.0.12..11.0.13
93+
94+
<!-- git log 11.0.12..11.0.13 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
95+
96+
[7c3b4e67b8](https://github.com/dcache/dcache/commit/7c3b4e67b8fe4d8e826a947a81d540bf0cb8dec7)
97+
: [maven-release-plugin] prepare release 11.0.13
98+
99+
[85a509227b](https://github.com/dcache/dcache/commit/85a509227b90d8fe9de70abdc9f17f213b429078)
100+
: dcache cli: fix issue with printing pool size when max diskspace is set in percentage
101+
102+
[2e33dcd6f1](https://github.com/dcache/dcache/commit/2e33dcd6f1ee89bb0f4ebb1704d36ae06c24e858)
103+
: rest api: add support for Java8 Optional data type
104+
105+
[e8e2311d52](https://github.com/dcache/dcache/commit/e8e2311d52e459eec9894bd8842cb4cfe3968df1)
106+
: [maven-release-plugin] prepare for next development iteration
107+
78108
## Release 11.0.12
79109

80110
### bulk

release-notes-11.1

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,36 @@ HTML header: <title>dCache 11.1 Release Notes</title>
7979
We want to thank Tino Reichardt for his contribution.
8080

8181

82+
## Release 11.1.8
83+
84+
### #
85+
86+
### restapi
87+
88+
With upgrade of jackson dependencies for 11.x handling of Optional datatype started to fail like so:
89+
90+
"Unable to interpret JSON: Java 8 optional type java.util.Optional<java.lang.Double>..."
91+
92+
when calling rest api to query pool information. This is now fixed.
93+
94+
95+
96+
### Changelog 11.1.7..11.1.8
97+
98+
<!-- git log 11.1.7..11.1.8 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
99+
100+
[1bec339201](https://github.com/dcache/dcache/commit/1bec3392010696adc04cfd23f963bda4d1eae718)
101+
: [maven-release-plugin] prepare release 11.1.8
102+
103+
[7f82b0b5ff](https://github.com/dcache/dcache/commit/7f82b0b5ff09a40f1b4f290aee2b4b4b9aacb4c0)
104+
: dcache cli: fix issue with printing pool size when max diskspace is set in percentage
105+
106+
[d1241e7edc](https://github.com/dcache/dcache/commit/d1241e7edc44c3043055c67614302232986a895b)
107+
: rest api: add support for Java8 Optional data type
108+
109+
[f81c0a088a](https://github.com/dcache/dcache/commit/f81c0a088a60c7c755e957ea4061951d9b5c9c0e)
110+
: [maven-release-plugin] prepare for next development iteration
111+
82112
## Release 11.1.7
83113

84114
### bulk

release-notes-11.2

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,46 @@ HTML header: <title>dCache 11.2 Release Notes</title>
7272

7373
- Xrootd PrepareRequest will return `Unsupported`.
7474

75+
## Release 11.2.1
76+
77+
### #
78+
79+
### pool
80+
81+
No fireflies for webdav is now fixed. The TransferLifeCycle accepts now https as protocol that needs fireflys.
82+
83+
### restapi
84+
85+
With upgrade of jackson dependencies for 11.x handling of Optional datatype started to fail like so:
86+
87+
"Unable to interpret JSON: Java 8 optional type java.util.Optional<java.lang.Double>..."
88+
89+
when calling rest api to query pool information. This is now fixed.
90+
91+
92+
93+
### Changelog 11.2.0..11.2.1
94+
95+
<!-- git log 11.2.0..11.2.1 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
96+
97+
[3c04cd263d](https://github.com/dcache/dcache/commit/3c04cd263dc57130ea07dd94d7c84ccb2872149a)
98+
: [maven-release-plugin] prepare release 11.2.1
99+
100+
[175f39bf9a](https://github.com/dcache/dcache/commit/175f39bf9aaf8997f59f3bc24f863cfbfc5afc00)
101+
: dcache cli: fix issue with printing pool size when max diskspace is set in percentage
102+
103+
[f321f1eeb4](https://github.com/dcache/dcache/commit/f321f1eeb44f078ec79c4b060d5abad772176fb3)
104+
: http/tpc: add support for ArchiveMetadata header
105+
106+
[e80671c94a](https://github.com/dcache/dcache/commit/e80671c94a24e02ca1ac489a5fe5fe4682ac9d8a)
107+
: rest api: add support for Java8 Optional data type
108+
109+
[7100800aa4](https://github.com/dcache/dcache/commit/7100800aa4fe1062b82d49e639e406f246c995c3)
110+
: pool: send firefly for https transfers
111+
112+
[08e32fb45d](https://github.com/dcache/dcache/commit/08e32fb45dea07521e1ab65ef11c8edcbffa11c6)
113+
: [maven-release-plugin] prepare for next development iteration
114+
75115
## Release 11.2.0
76116

77117
### Billing

releases.xml

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,23 @@
196196
<notes-url>release-notes-11.2.shtml</notes-url>
197197
<version-prefix>11.2.</version-prefix>
198198

199-
<release version="0" recommended="1">
199+
<release version="1" recommended="1">
200+
<date>26.2.2026</date>
201+
<package name="Debian package">
202+
<download-url>_VERSION-1_all.deb</download-url>
203+
<md5sum>c24ecd6f1c95fe8697b2ae7cfe0c968b</md5sum>
204+
</package>
205+
<package name="rpm">
206+
<download-url>-VERSION-1.noarch.rpm</download-url>
207+
<md5sum>3940e13cfe70d78f56f52a6b7186cad0</md5sum>
208+
</package>
209+
<package name="tgz">
210+
<download-url>-VERSION.tar.gz</download-url>
211+
<md5sum>e4a0b0de04d7bc3d3ab4a2e9eb758797</md5sum>
212+
</package>
213+
</release>
214+
215+
<release version="0">
200216
<date>21.1.2026</date>
201217
<package name="Debian package">
202218
<download-url>_VERSION-1_all.deb</download-url>
@@ -255,7 +271,23 @@
255271
<notes-url>release-notes-11.1.shtml</notes-url>
256272
<version-prefix>11.1.</version-prefix>
257273

258-
<release version="7" recommended="1">
274+
<release version="8" recommended="1">
275+
<date>26.02.2026</date>
276+
<package name="Debian package">
277+
<download-url>_VERSION-1_all.deb</download-url>
278+
<md5sum>beadf84d5af5d4ee522352bd5dbd5492</md5sum>
279+
</package>
280+
<package name="rpm">
281+
<download-url>-VERSION-1.noarch.rpm</download-url>
282+
<md5sum>88bc79322d7cc7983b08a465c3319694</md5sum>
283+
</package>
284+
<package name="tgz">
285+
<download-url>-VERSION.tar.gz</download-url>
286+
<md5sum>7114ec1298d8e8bd8db32f2351e4eeed</md5sum>
287+
</package>
288+
</release>
289+
290+
<release version="7">
259291
<date>22.1.2026</date>
260292
<package name="Debian package">
261293
<download-url>_VERSION-1_all.deb</download-url>
@@ -415,7 +447,23 @@
415447
<notes-url>release-notes-11.0.shtml</notes-url>
416448
<version-prefix>11.0.</version-prefix>
417449

418-
<release version="12" recommended="1">
450+
<release version="13" recommended="1">
451+
<date>26.02.2026</date>
452+
<package name="Debian package">
453+
<download-url>_VERSION-1_all.deb</download-url>
454+
<md5sum>7640e4415a84c9091d9e97dcf2438953</md5sum>
455+
</package>
456+
<package name="rpm">
457+
<download-url>-VERSION-1.noarch.rpm</download-url>
458+
<md5sum>eb5620b8cfce4be1189b71b462d2c234</md5sum>
459+
</package>
460+
<package name="tgz">
461+
<download-url>-VERSION.tar.gz</download-url>
462+
<md5sum>55c3de4fbed1b6d973eefa162a6ee625</md5sum>
463+
</package>
464+
</release>
465+
466+
<release version="12">
419467
<date>22.01.2026</date>
420468
<package name="Debian package">
421469
<download-url>_VERSION-1_all.deb</download-url>

0 commit comments

Comments
 (0)