Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

56 lines (27 loc) · 2.88 KB

1.2.0 (2023-09-13)

Bug Fixes

  • don't require appmap.configFile (eaa87c0)

Features

  • default output directory is now tmp/appmap (2491798)

1.1.1 (2021-10-15)

Bug Fixes

  • Add backward compatibility for Gradle 5.0 (5fad30c)

1.1.0 (2021-08-09)

Bug Fixes

  • Don't clean the output directory on build (3cf48c3)
  • gsub Appmap -> AppMap (9286a9f)

Features

  • Add task to print the appmap jar file path and java.home (7e0cefe)
  • Agent version ranges from 1.3 to 2.0 (not inclusive) (e32f238)
  • Apply version constraint [1.0, 2.0) to appmap-agent (ceec53c)
  • Rename 'validate-config' task to 'appmap-validate-config' (d4418ac)
  • Update behavior of debug flag (d6e9019)

1.0.2 (2021-05-20)

Bug Fixes

  • to be able to config gradle plugin from a kotlin .kts script (#10) (eb2f555)

1.0.1 (2021-05-12)

Bug Fixes

  • Publish to plugins.gradle.org (d0ec88d)

1.0.0 (2021-05-12)

Features

  • Updated Documentation, Added validate-config goal to check on config files, and clean output directory action to delete previously generated files. (#5) (8f44c51)