Skip to content

Commit 5cf9cd9

Browse files
authored
Changelog (#1441)
1 parent 2f2eddf commit 5cf9cd9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/source/changelog.rst

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Changelog
22
=========
33

4+
2023.12.0
5+
---------
6+
7+
Enhancements
8+
9+
- allow HTTP size guess in more circumstances (#1440)
10+
- allow kwargs passed to GUI to be dict (#1437)
11+
- transaction support for writing via a cache FS (#1434)
12+
- make cached FSs work better with async backends (#1429)
13+
- allow FSs to set their transaction implementation (#1424)
14+
- add dataFS (#1421, 1415)
15+
- allow basic auth in webHDFS (#1409)
16+
17+
Fixes
18+
19+
- in referenceFS, maintain order when some keys are omitted in cat (#1436)
20+
- nested subdirectory listing in referenceFS (#1433)
21+
- allow "=" in webHDF paths (#1428)
22+
- fix file mode to consistent "r+b" format (#1426)
23+
- pass on kwargs in HTTP glob (#1422)
24+
- allow Path in can_be_local and open_local (#1419, #1418)
25+
- fix parent for cachedFS (#1413)
26+
- "ends" list in _cat_ranges was incorrect (#1402)
27+
28+
Other
29+
30+
- smarter handling of exceptions when doing auto_mkdir (#1406)
31+
32+
433
2023.10.0
534
---------
635

0 commit comments

Comments
 (0)