What's Changed
💥 Breaking Changes 💥
- fix: set service name in spring boot starter by @JamieDanielson in #317
NOTE: this is technically a breaking change for Spring applications instrumented with Beeline.
- If using a Classic key, and the
service.name
attribute was previously left empty and relied onspring.application.name
, it will now haveunknown_service:java
for that attribute but will continue to send to the configured dataset. Continue to sethoneycomb.beeline.dataset
for dataset in Honeycomb. - If using an Environments & Services key, data will be sent to the configured
service.name
attribute; if that is not set, it will be sent tounknown_service:java
in Honeycomb. Sethoneycomb.beeline.service-name
for dataset in Honeycomb.
🛠 Maintenance
- maint: remove and gitignore bin by @JamieDanielson in #316
- maint(deps): bump net.bytebuddy:byte-buddy from 1.14.3 to 1.15.11 by @dependabot in #318
- maint(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.11.2 by @dependabot in #319
- maint: Update README.md by @codeboten in #314
New Contributors
- @codeboten made their first contribution in #314
Full Changelog: v2.2.0...v2.3.0