Skip to content

Releases: inspectIT/inspectit-ocelot-eum-server

Version 2.5.6

Choose a tag to compare

@github-actions github-actions released this 19 Sep 08:18
77710c4

Changelog

2.5.6 (2023-09-19)

Full Changelog

Merged pull requests:

  • update dependencies #47

Version 2.5.5

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:03
dee84ca

Changelog

2.5.5 (2023-08-28)

Full Changelog

Merged pull requests:

  • update security-config #46

Version 2.5.4

Choose a tag to compare

@github-actions github-actions released this 22 Aug 12:42
c616184

Changelog

2.5.4 (2023-08-22)

Full Changelog

Merged pull requests:

  • update WebConfiguration #45

Version 2.5.3

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:26
4bf60f0

Changelog

2.5.3 (2023-07-31)

Full Changelog

Version was adapted to inspectit-ocelot (2.5.3)

Merged pull requests:

  • fix release workflow #44
  • add java 17 container to release workflow #43
  • update otel-plugin version #42
  • Spring 3 and Java 17 migration #41

Version 2.0.5

Choose a tag to compare

@github-actions github-actions released this 05 May 10:39
9ebcb9e

Changelog

2.0.5 (2023-05-05)

  • Update to Spring Boot 2.7.11

Full Changelog

Implemented enhancements:

  • [Feature] - Fix 'set-output' warning when generating changelog #37

Merged pull requests:

  • version bumps #40
  • modified: src/main/resources/application.yml #39
  • Update changelog generator action to fix deprecated warning #38

Version 2.0.4

Choose a tag to compare

@github-actions github-actions released this 29 Mar 12:09

Changelog

2.0.4 (2023-03-29)

Full Changelog

Implemented enhancements:

  • [Feature] - Idea to change changelog generation - Github Action Release #32
  • [Feature] - GithubActions - Implementing docker job from inspectit-ocelot to be consistent #30
  • Closes #30 GithubActions - Update docker job #31

Fixed bugs:

  • [Bug] - Changelog Config fails to get fetched #28

Closed issues:

  • Update Documentation to the new exporter configuration. #12

Merged pull requests:

  • Upgrades Gradle plugins #36
  • Upgrades various dependencies #35
  • Closes #32 - Implementation of Github Action that generates the release changelog how it was previously done #33
  • Closes #28 Changelog Config fails to get fetched #29

Version 2.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jan 09:49
914bfe4

What's Changed

  • Fixes docker image publishing by @quandor in #23
  • Closes #24 [Bug] - *There is no SHA256 checksum file for the latest release * by @Dimi-Ma in #25
  • Explains token file format in README by @quandor in #26
  • Closes #12: feat(docu): update exporter documentation by @heiko-holz in #27

New Contributors

Full Changelog: 2.0.2...2.0.3

Version 2.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Jan 14:09
e8fd94f

What's Changed

  • added a description of bulding the docker image for local use and how… by @Dimi-Ma in #22

New Contributors

Full Changelog: 2.0.1...2.0.2

Version 2.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Jan 13:28
f333d2f

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

Version 2.0.0

Choose a tag to compare

@aaronweissler aaronweissler released this 20 Jun 08:55
ed01279

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

Changelog

  • Log warning if Jaeger exporter is set to ENABLED but no endpoint set (#2)
  • Add specific error message if no SpanExporter is defined (#9)

Further Changes

Exporter property url and grpc replaced by endpoint

Due to the migration to OpenTelemetry of inspectIT Ocelot, we approach the naming of OpenTelemetry for the exporters' properties which also affects the new version of the EUM-Server. For this, the previously used properties url and grpc are replaced by the property endpoint. The deprecated properties url and grpc are still supported in this release but will be removed in future releases.

New property protocol for Jaeger exporter

This release introduces the property protocol for the Jaeger exporter. Supported protocols are http/thrift and grpc.

Full Changelog: https://github.com/inspectIT/inspectit-ocelot-eum-server/commits/2.0.0