Skip to content

Releases: getappmap/appmap-ruby

v0.95.1

26 Jan 17:32
Compare
Choose a tag to compare

0.95.1 (2023-01-26)

Bug Fixes

  • Don't match ending ) in swaggerize_path (4bba178)

v0.95.0

15 Dec 18:27
Compare
Choose a tag to compare

0.95.0 (2022-12-15)

Bug Fixes

  • Disable active_record hooks (239986d)
  • Fix Array#pack hook (2a8b2ed)
  • Fix name of rails7 test database (6581b65)
  • Typo in label configuration (999b25b)

Features

  • Enable deserialize.safe labels (62be78a)
  • Enhance the hook log a lot (c93d91c)
  • Enhancing hook logging and profiling (01dbe4b)

v0.94.1

23 Nov 19:10
Compare
Choose a tag to compare

0.94.1 (2022-11-23)

Bug Fixes

  • Handle properties of mixed content and repeated values (4e14eb8)

v0.94.0

22 Nov 17:59
Compare
Choose a tag to compare

0.94.0 (2022-11-22)

Features

  • Emit nested return_value.properties (2c74c68)

v0.93.5

08 Nov 15:00
Compare
Choose a tag to compare

0.93.5 (2022-11-08)

Bug Fixes

  • Only show a warning in non-Rails projects (4ed86c7), closes #292

v0.93.4

04 Nov 13:39
Compare
Choose a tag to compare

0.93.4 (2022-11-04)

Bug Fixes

  • Use correct signature for Init_appmap() in appmap.c (1157085)

v0.93.3

11 Oct 11:56
Compare
Choose a tag to compare

0.93.3 (2022-10-11)

Bug Fixes

v0.93.2

07 Oct 16:45
Compare
Choose a tag to compare

0.93.2 (2022-10-07)

Bug Fixes

  • Add language, appmap_dir to generated appmap.yml (9b5e590)

v0.93.1

04 Oct 19:44
Compare
Choose a tag to compare

0.93.1 (2022-10-04)

Bug Fixes

  • Unyield static asset requests (4041e4b)

v0.93.0

22 Sep 17:08
Compare
Choose a tag to compare

0.93.0 (2022-09-22)

Features

  • Record the time spent instrumentating a function, as opposed to only the time spend executing a function (0941b4d)
  • save elapsed_instrumentation for HTTP requests (a32fb52)
  • save elapsed_instrumentation for RequestListener (5a081cc)
  • Save elapsed_instrumentation for sql_query (40a851e)