Skip to content

Commit 2a0d310

Browse files
authored
Merge pull request #43 from kellnr/automation/changelog-6.1.0
Changelog: release 6.1.0
2 parents 34a55ee + fb677c3 commit 2a0d310

1 file changed

Lines changed: 68 additions & 2 deletions

File tree

src/data/changelog.json

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,72 @@
11
{
22
"releases": [
3+
{
4+
"version": "6.1.0",
5+
"date": "18. March 2026",
6+
"entries": [
7+
{
8+
"type": "Added",
9+
"content": "*(perf)* configurable timeouts and concurrency limits for downloads [#1100]()",
10+
"links": [
11+
{
12+
"label": "#1100",
13+
"url": "https://github.com/kellnr/kellnr/pull/1100"
14+
}
15+
]
16+
},
17+
{
18+
"type": "Added",
19+
"content": "*(db)* in-memory download counter with periodic flush and atomic SQL [#1098]()",
20+
"links": [
21+
{
22+
"label": "#1098",
23+
"url": "https://github.com/kellnr/kellnr/pull/1098"
24+
}
25+
]
26+
},
27+
{
28+
"type": "Added",
29+
"content": "*(storage)* cache request coalescing with `try_get_with` and `Bytes` type [#1097]()",
30+
"links": [
31+
{
32+
"label": "#1097",
33+
"url": "https://github.com/kellnr/kellnr/pull/1097"
34+
}
35+
]
36+
},
37+
{
38+
"type": "Added",
39+
"content": "*(coalescing)* return Bytes directly instead of Vec<u8>, removing .to_vec() copies",
40+
"links": []
41+
},
42+
{
43+
"type": "Fixed",
44+
"content": "*(s3)* build the ClientOptions first with all three settings (connect timeout, request timeout, and allow_http), then pass it to the AmazonS3Builder",
45+
"links": []
46+
},
47+
{
48+
"type": "Fixed",
49+
"content": "breaking DB on migrate if not on version 5.14",
50+
"links": [
51+
{
52+
"label": "#1095",
53+
"url": "https://github.com/kellnr/kellnr/issues/1095"
54+
}
55+
]
56+
},
57+
{
58+
"type": "Fixed",
59+
"content": "`max_crate_size` default value [#1094]()",
60+
"links": [
61+
{
62+
"label": "#1094",
63+
"url": "https://github.com/kellnr/kellnr/pull/1094"
64+
}
65+
]
66+
}
67+
],
68+
"isLatest": true
69+
},
370
{
471
"version": "6.0.3",
572
"date": "21. February 2026",
@@ -14,8 +81,7 @@
1481
}
1582
]
1683
}
17-
],
18-
"isLatest": true
84+
]
1985
},
2086
{
2187
"version": "6.0.2",

0 commit comments

Comments
 (0)