-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathCHANGES
67 lines (41 loc) · 1.75 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Changes
=======
Version 2.0.0 (released 2024-02-14)
- stable release
- fs: align error code changes (3005, 3018) to comply with
https://github.com/xrootd/xrootd/commit/3715a81a5807a2fd2aee5dbbcd2aac1a74d5acc6
Version 2.0.0a1 (released 2023-05-03)
- upgrade xrootd to version 5.
- fix testing xrootd responses
Version 1.0.0a1 (released 2023-04-19)
- Upgrade pyfs to version 2.
- Improve module's files organization and code formatting.
Version 0.2.2 (released 2021-12-13)
- Supports `[email protected]`
- Adds GH publish flow
- Fixes tests with python 3
- Adds `__len__` method in `XRootDPyFile`
Version 0.2.1 (released 2020-08-05)
- Fixes a Python 3 compatibility issue in xrd_checksum().
- Pins XRootD version <5 due to compatibility issues with v5+.
Version 0.2.0 (released 2020-05-25)
- Adds Python 3 support.
Version 0.1.6 (released 2019-08-01)
- Fixes issue with reading all remaining data the last part of a
large file (2GB+).
Version 0.1.5 (released 2017-07-18)
- Fixes an issue where the xrootd response was not checked when closing
a file. This could ultimately result in masking very important errors
that could lead to silent data loss (such as not reporting that the
server had a problem replicating the file and thus deleted the file).
Version 0.1.4 (released 2017-05-04)
- Pins PyFilesystem dependency as v2+ is incompatible with XRootDPyFS.
Version 0.1.3 (released 2016-09-12)
- Allows negative seek offsets from the end of the binary files.
Version 0.1.2 (released 2016-08-19)
- Fixes issue with generated root url when query string was present.
Version 0.1.1 (released 2015-10-09)
- Changed package name from xrootdfs to xrootdpyfs due to naming conflict
with XRootD FUSE.
Version 0.1.0 (released 2015-09-29)
- Initial public release.