Releases: inspectIT/inspectit-ocelot-eum-server
Release list
Version 2.5.6
Version 2.5.5
Version 2.5.4
Version 2.5.3
Version 2.0.5
Version 2.0.4
Changelog
2.0.4 (2023-03-29)
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:
Version 2.0.3
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
Version 2.0.1
What's Changed
- Add Tests badge to README by @aaronweissler in #10
- Add empty default for self-monitoring.metrics by @aaronweissler in #6
- Remove shutdown maven repo by @aaronweissler in #13
- feat: Disable whitable error page and detail information by @ClaudioWaldvogel in #15
- Closes #18: feature: Add WebSecurity to EUM Server by @ClaudioWaldvogel in #17
- Closes #16: [Feature] - Add support for OTLP exporters (tracing and metrics) by @heiko-holz in #19
- Closes #11 Adding Release CI/CD-Pipeline with Github Actions by @danipaniii in #21
New Contributors
- @ClaudioWaldvogel made their first contribution in #15
- @heiko-holz made their first contribution in #19
- @danipaniii made their first contribution in #21
Full Changelog: 2.0.0...2.0.1
Version 2.0.0
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