Releases: metacraft-labs/codetracer-python-recorder
Releases · metacraft-labs/codetracer-python-recorder
recorder-v0.3.0
What's Changed
- Refactoring to clean up tech debt by @tzanko-matev in #54
- Extend handled events by @tzanko-matev in #56
- fix: trace filter policy by @tzanko-matev in #57
- Module name derivation (PR1 of many) by @tzanko-matev in #58
- Module call events by @tzanko-matev in #59
- Fix dropped return events by @tzanko-matev in #60
- Helper script to check if a trace file is balanced by @tzanko-matev in #61
- Toplevel return event by @tzanko-matev in #62
- Refactor module name resolution by @tzanko-matev in #63
- Recorder exit code policy by @tzanko-matev in #66
Full Changelog: recorder-v0.2.0...recorder-v0.3.0
Trace Filters
Highlights
- You can use filters for precise control of what will be recorded in the trace file
- We hook to and capture standard input and output and attribute it to the line in the script which was responsible for it
What's Changed
- Error handling and logging by @tzanko-matev in #45
- Io capture by @tzanko-matev in #46
- Trace filters by @tzanko-matev in #53
Full Changelog: recorder-v0.1.0...recorder-v0.2.0
v0.1.0 - Initial Release
recorder-v0.1.0 v0.1.0