Tags: getappmap/appmap-python
Tags
chore(release): 3.0.0 [skip ci] # [3.0.0](v2.2.0...v3.0.0) (2026-04-14) * feat!: Use raw string values instead of repr() for str types in display_string ([5ee53e7](5ee53e7)) ### BREAKING CHANGES * String values in appmap events are now recorded verbatim (e.g. "hello") rather than as Python repr (e.g. "'hello'"). This affects parameters, return values, and HTTP message fields of type builtins.str. The class field already identifies the type, so repr-quoting was redundant. Using raw string values also enables proper secret leak detection, since recorded values now match what appears in log messages. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
chore(release): 2.1.3 [skip ci] ## [2.1.3](v2.1.2...v2.1.3) (2024-07-26) ### Bug Fixes * add APPMAP_INSTRUMENT_PROPERTIES ([11b6307](11b6307)) * add ruff ([ac94204](ac94204)) * improve property handling ([5cce0f0](5cce0f0)) * show config packages on startup ([feec761](feec761)) * try to avoid recording tests ([1847b0e](1847b0e))
PreviousNext