Releases: getsentry/sentry-java
Releases · getsentry/sentry-java
sentry-java v1.7.1
Changes:
- Android Gradle Plugin: Improve various directory structure support. (thanks ruZZil)
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.7.0
Changes:
- Warn (once) when a client lockdown is first initiated and why.
- Log events skipped by a lockdown at the DEBUG level.
- Don't log a full stacktrace when an HTTP 429 (Too Many Requests) is returned.
- Fix parsing of Retry-After header which apparently changed to a floating point number.
- Pass MDC context down to AsyncConnection worker threads.
- Changed
buffer.size
default from 50 to 10. - When buffering is enabled, only retry sending events when the network is down or the project is being throttled (HTTP 429).
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.6.8
Changes:
- Create a noop sentry client when the user provides bad configuration. (thanks dmclain)
- Use project.name instead of hardcoding 'app' in Android Gradle Plugin.
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.6.7
Changes:
- Add Automatic-Module-Name to manifest so we have basic Java 9 support.
- Print unhandled exceptions to stderr by default (like ThreadGroup does).
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.6.6
sentry-java v1.6.5
sentry-java 1.6.4
sentry-java-agent v1.5.0
This is a beta!
Documentation: https://docs.sentry.io/clients/java/agent/