You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
Changes
2
2
=======
3
3
4
-
0.0.3 (2019-XX-XX)
4
+
0.0.3 (2019-05-01)
5
5
------------------
6
6
7
-
* FEATURE: LoggedFS-python can be used as a library in other Python software, enabling a user to specify callback functions on filesystem events. The relevant infrastructure is exported as ``loggedfs.loggedfs_notify``.
8
-
* FEATURE: New programmable filter pipeline
7
+
* FEATURE: LoggedFS-python can be used as a library in other Python software, enabling a user to specify callback functions on filesystem events. The relevant infrastructure is exported as ``loggedfs.loggedfs_notify``. See library example under ``docs``.
8
+
* FEATURE: New programmable filter pipeline, see ``loggedfs.filter_field_class``, ``loggedfs.filter_item_class`` and ``loggedfs.filter_pipeline_class``
9
9
* FEATURE: New flag ``-b``, explicitly activating logging of read and write buffers
10
10
* FEATURE: In "traditional" logging mode (not JSON), read and write buffers are also logged zlib-compressed and BASE64 encoded.
11
+
* FEATURE: Convenience function for decoding logged buffers, see ``loggedfs.decode_buffer``
11
12
* FIX: LoggedFS-python would have crashed if no XML configuration file had been specified.
12
-
* FIX: Directory listing (``ls``) was broken.
13
+
* FIX: **Directory listing (``ls``) was broken.**
13
14
* FIX: Testing infrastructure did not catch all exceptions in tests.
15
+
* FIX: Testing infrastructure did not handle timeouts on individual tests correctly.
0 commit comments