Skip to content

Releases: getappmap/appmap-ruby

v1.1.0

22 May 16:03
Compare
Choose a tag to compare

1.1.0 (2024-05-22)

Features

v1.0.1

30 Apr 14:36
Compare
Choose a tag to compare

1.0.1 (2024-04-30)

Bug Fixes

  • Handle exceptions in app.matches? (0e9db0d), closes #358

v1.0.0

06 Feb 13:07
Compare
Choose a tag to compare

1.0.0 (2024-02-06)

Features

  • disable recording for tests tagged :noappmap (0278ad9)

BREAKING CHANGES

  • bump to version 1.0.0

v0.103.0

18 Dec 15:54
Compare
Choose a tag to compare

0.103.0 (2023-12-18)

Bug Fixes

  • Drop metadata timestamp (950d8e6)

Features

  • APPMAP_OUTPUT_DIR (82fe6d7)
  • AppMap.record accepts thread (9863cc5)
  • Drop extended git info (1d26cb4)
  • Ensure existence of the appmap output dir (3019868)
  • Record around command-labeled methods (9692e2b)
  • Report metadata timestamp as iso8601 (56f8a52)

v0.102.2

v0.102.1

25 Jul 19:37
Compare
Choose a tag to compare

0.102.1 (2023-07-25)

Bug Fixes

  • Guard access to the :size method (e0b53b2), closes #341

v0.102.0

18 Jul 16:57
Compare
Choose a tag to compare

0.102.0 (2023-07-18)

Features

  • Discourage conflicting recording methods (f86303b)

v0.101.0

17 Jul 21:39
Compare
Choose a tag to compare

0.101.0 (2023-07-17)

Bug Fixes

  • Auto-enable tracing on block recording (59886b6)

Features

v0.100.0

11 Jul 22:27
Compare
Choose a tag to compare

0.100.0 (2023-07-11)

Features

  • Add appmap-agent-config command to bootstrap appmap.yml (568acc3)

v0.99.4

15 May 20:12
Compare
Choose a tag to compare

0.99.4 (2023-05-15)

Bug Fixes

  • More robust extraction of test failures (3851f7c)
  • Use a copy of rack environment to probe the route (7ec89a8), closes #329