Skip to content

Release v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 11:57

🚀 Features

  • a4e0c49 (docs) move current state of docs to version-1.7.0
  • 27381b9 (rest) Add util to check Dynatrace version
  • 1611e13 (util) Introduce UUID v3 generator util
  • 0554279 (api) calculated metrics for mobile, web, synthetic, service
  • 4e5c6be (api) Added service detection APIs (#499)
  • c8a9f7c (deps) Add the next branch to dependabot targets (#470)
  • debc4cb (workflow) Add workflow for generating bill-of-materials (#471)
  • 51d83f3 Check Version before Extension upload
  • f42141a print warning if two or mode configurations having same name are detected in Dynatrace.

🐛 Bug fixes

  • d7cddde (rest) Strip create only property from application-mobile on update
  • 5f58408 (rest) Handling timing issues on Dynatrace object creation
  • c4855d7 do not ignore non-successful responses on GET(all) requests (#503)
  • bd5b8b8 (api) Always include query param for anomaly detection metrics API (#468)
  • f1dbd48 (integration tests) Fix breaking chnge in SLO api (#485)
  • 21feb04 Check status code in extension validation to allow uploading new extensions again
  • 525f69e update vulnerable security packages (#381)
  • a2f58cd add prefix to dependabot commit messages to comply with (#361)

🔧 Chores and Improvements

  • 70c3338 (deps) bump algoliasearch-helper in /documentation
  • 5a73b53 (deps) bump actions/setup-node from 2.4.1 to 2.5.0
  • 8a02a9d (deps) bump actions/checkout from 2.3.5 to 2.4.0
  • 3186ff5 (deps) bump actions/setup-node from 2.4.0 to 2.4.1 (#434)
  • 1d43129 (deps) bump actions/checkout from 2.3.4 to 2.3.5
  • 05d183b (deps) bump actions/setup-node from 2.2.0 to 2.4.0
  • 6b3ecc3 (deps) bump github.com/google/uuid from 1.2.0 to 1.3.0
  • da5c405 (deps) Bump prismjs from 1.23.0 to 1.24.0 in /documentation
  • ebdd4d1 (deps) bump actions/setup-node from 2.1.5 to 2.2.0

📦 Other

  • abe83f5 release 1.7.0
  • 26a6322 update documentation for 1.7 release (#539)
  • 45e8a06 Update Mobile Application ID in integration test config
  • 02b088d Activate verbose logging in intergation tests
  • 4e1bdaa (rest) Build full URL in upsert method rather than caller
  • fc5f949 (rest) Extract unmarshalling Dynatrace responses into dedicated method
  • e297ef8 (rest) Extract creating new Dynatrace config into dedicated method
  • 719443a (rest) Extract update code into method
  • 777e9b3 fix typos in downloading-configuration.md (#458)
  • 5791b49 add Bill of materials and license (#489)
  • 4966b26 update README with bill of materials (#481)
  • d3287f7 upgrade packages with security alerts (#420)
  • fix(security): Update yarn packages that are vulnerable

Co-authored-by: Dieter Ladenhauf [email protected]

  • 98311d6 Add README on how to contribute to the documentation (#388)
  • a3f8a35 Adding a note about using --dry-run with the new CLI. (#355)
  • 1156003 Removed duplicate lines in yaml_config.md
  • 5a7c00d Adjust version in linux installation instructions (#362)