Skip to content

Version 0.6

Compare
Choose a tag to compare
@NTTechnicalUser NTTechnicalUser released this 20 Dec 10:36

You can also find the corresponding documentation online under the following link: inspectIT Ocelot Documentation

Changelog

Implemented enhancements:

  • Adding migration guide to documentation #470
  • Show version number at login screen of configuration server #467
  • Ability to automatically inject trace ids into log messages for log4j version 2 #466
  • Collect internal metrics of the EUM server and expose them via an Prometheus endpoint #353

Fixed bugs:

  • Fetching http_status for HttpUrlConnection does not handle errors #493
  • Agent reports that "inspectit.tags.extra.XYZ" is invalid #483
  • Alpine Linux support for AgentAttacher #479

Closed issues:

  • Update the web UI dependency "serialize-javascript" to fix its security issue #485
  • Add Ocelot as favicon for the configuration server UI #481
  • Upgrade serialize-javascript to version 2.1.1 or later #480
  • Autocompletion service of configuration server ignores root element #453
  • Change misleading label in the configuration file view of the configuration UI #370
  • Add checksum of release artifacts to releases #369
  • Functionallity for exporting the configuration of specific agents using the WebUI #350
  • Use FlyWay to setup and migrate the User DB Schema #296

Merged pull requests:

  • Closes #470 - Added breaking changes section to documentation #499
  • Closes #370 - Change misleading label in the configuration file view of the configuration UI #498
  • Closes #496 - Spell fixing within documentation #497
  • Fixed attach-alpine-jdk8 CircleCI Test #495
  • Closes #493 - Fixed HttpUrlConnection status fetching #494
  • Closes #485 - Upgrading to latest version of nextJS #486
  • Closes #483 - Fixed invalid tag property message #484
  • Closes #467 - Show version number at login screen of configuration server #471
  • Closes #369 - Add checksum of release artifacts to releases #469
  • Closes #453 - Autocompletion now sends suggestions correctly. #456
  • Closes #296 - Added FlyWay config to Gradle & Added db folder with V1__init.sql #450
  • Closes #353 - Collect internal metrics of the EUM server and expose t… #443
  • Closes #350 - downloading config files/ changed agent mappings layout #422