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: CHANGELOG.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,23 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## Unreleased
5
+
## 25.10.1 - 2025-10-30
6
6
7
-
- Documented that Python recordings now run through the db backend using the active interpreter, including CLI help and installation guidance for the `codetracer_python_recorder` package.
8
-
- Added a Python getting-started guide covering recorder installation, `ct record`, and replay workflows.
9
-
-`ct record` now verifies that `codetracer_python_recorder` is importable before launching the db backend and prints remediation hints when the module is missing or broken.
10
-
- CI smoke test for the Python recorder validates metadata fields and exercises failure paths for missing interpreters or recorder modules.
7
+
We are releasing our new version enabling support for Python recordings!
8
+
9
+
They are based on our [codetracer-python-recorder](https://github.com/metacraft-labs/codetracer-python-recorder)
10
+
and one needs to install it (e.g. with `pip install codetracer-python-recorder`) to be able to use `ct record <script.py>`
11
+
12
+
One can read more in the [docbook section for Python](https://docs.codetracer.com/getting_started/python.html)
13
+
14
+
There are also some bugfixes, and a lot of work on various other features which are still in development.
15
+
16
+
Bugfixes:
17
+
- bugfix(ruby): Fix ruby output being on a single line (fix for one of the newer ruby recorders this time)
18
+
- bugfix(frontend): add uniform disabled style for future in both event log and terminal
19
+
- security fixes, cleanups and upgrades of packages
20
+
Refactorings:
21
+
- refactor additional parts of our frontend/index code
0 commit comments