Skip to content

Releases: Appdynamics/config-assessment-tool

v1.5.9.3

07 Nov 17:41
Compare
Choose a tag to compare

Fixed time range calculation problem for getSyntheticSessionData

v1.5.9

07 Sep 03:17
Compare
Choose a tag to compare

non-user facing changes to fix executable bundle creation scripts

v1.5.8

06 Sep 22:44
Compare
Choose a tag to compare

non-user facing backend fix for building executable bundles

v1.5.7

01 Sep 13:06
Compare
Choose a tag to compare
  • Fix broken script to create executable bundle for linux

  • Add Github actions workflow dispatch to allow triggering workflow on branches manually

v1.5.6

25 Aug 18:58
eb18e71
Compare
Choose a tag to compare

Enhancements

  • Added number of web driver calls in synthetic jobs

v1.5.5

25 Aug 17:44
4c8035b
Compare
Choose a tag to compare

Enhancements

  • Added fields to app agent matrix report: installDir, agentVersion, latestAgentRuntime

v1.5.4

10 Aug 15:27
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug in base64 encoding of passwords when created via UI

v1.5.1

04 Aug 21:22
Compare
Choose a tag to compare

Bug Fixes

  • AggressiveSnapshotting now only evaluated for Java

v1.5.0

02 Aug 17:49
Compare
Choose a tag to compare

Enhancements

  • Enhanced AgentMatrix report to include node availability and metadata
  • Added applicationFilter option to jobfile
  • Added timeRangeMins to jobfile to allow for dynamic changing of timerange
  • Passwords in jobfiles now base64 encoded

v1.4.24

22 Jul 15:28
Compare
Choose a tag to compare

Enhancements

  • Added linux bundle compatible with lower glibc versions (2.17+), rhel 7+
  • Added version check to backend
  • Can now open ppt files through frontend UI
  • Updated synthetics report to include used synthetic blocks percentage
  • Added row highlighting for synthetics projected to use > 100% of licensed units
  • Performance improvements for gathering Application and Machine agents

Bug Fixes

  • Corrected getApplicationConfiguration to return dict by default
  • Added check for actions in policy before iterating for BRUM and MRUM report
  • Lowered batch size for agent fetching (was causing timeouts in rare cases)

Updates

  • Bump streamlit version
  • Moved dev dependencies to correct section of Pipfile (improved container build times)
  • Decreased timeout for GitHub version check API call