Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.rollbar:rollbar-java to v1.10.3 #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 11, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.rollbar:rollbar-java 1.4.1 -> 1.10.3 age adoption passing confidence

Release Notes

rollbar/rollbar-java (com.rollbar:rollbar-java)

v1.10.3

Compare Source

rollbar-logback
  • Update Logback to version 1.3.14 #​310
rollbar-java
  • Fix: Log when the error reports folder can't be created instead of throwing an Exception, to
    prevent silent crashes #​318

v1.10.0

Compare Source

  • Add support for Spring 6.x and Spring Boot 3.x. #​302

v1.9.0

Compare Source

  • Enable maven publishing for rollbar-reactive-streams and rollbar-reactive-streams-reactor artifacts. #​297

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.10

Compare Source

  • Add option to truncate payloads before sending them to Rollbar.
  • Disable vmlens tests when running in Java 11, since it occasionally generates invalid bytecode.

v1.7.9

Compare Source

  • Add rollbar-android option to detect when the network is unavailable and suspend sending occurrences.
  • Add reactive-streams Notifier implementation with optional Reactor support.

v1.7.8

Compare Source

  • Fix serialization of objects containing quotes in custom section of payload.
  • Set enabled to true by default in log4j2 appender. #​270

v1.7.7

Compare Source

  • Don't require an access token in log4j appender when configuration class is provided.
  • Add revapi binary and source backwards compatibility check to build.
  • Use generated class instead of jar manifest to populate notifier version in payload.

v1.7.6

Compare Source

  • Add struts2 integration with examples.
  • Add all request parameters for post request method.
  • Move all Travis build steps to Github action.
  • Fix build on JDK 11 and add JDK 11 to GH action matrix.
  • Catch Throwable in payload send task, to ensure it doesn't stop being scheduled. #​246

v1.7.5

Compare Source

rollbar-logback

  • Adds new param for Argument Array.

v1.7.4

Compare Source

rollbar-log4j2

v1.7.3

Compare Source

Build system

  • Upgrade to use gradle 6.3. #​221

rollbar-api

  • Fix not present method property when json serialization. #​222

v1.7.2

Compare Source

New integrations

  • rollbar-spring-webmvc
  • rollbar-spring-boot-webmvc

Update to existing integrations

  • [rollbar-android] Remove VERSION constant in rollbar-android and load from metadata. #​214

v1.7.1

Compare Source

  • Add option to truncate payloads before sending them to Rollbar.
  • Disable vmlens tests when running in Java 11, since it occasionally generates invalid bytecode.

v1.7.0

Compare Source

NOTE: This build was broken when publishing to maven. Please do not use. #​202

rollbar-android

  • Use by default DiskQueue instead of ConcurrentLinkedQueue in sender. #​200
  • Fix IndexOutOfBoundsException in DiskQueue.poll(). #​200
  • Use setDefaultUncaughtExceptionHandler to capture all uncaught exceptions. #​200

rollbar-java

  • Fix for not expected server responses. #​198

v1.6.0

Compare Source

  • Add codeVersion as an option to Log4j2 appender. #​196
  • Allow configuring more options via logback xml. #​194
  • Fix pre filter error NullPointerException. #​190
  • Add enabled as an option to log4j2 appender. #​188

v1.5.2

Compare Source

  • Make RollbarAppender(Rollbar rollbar) constructor public and allow start() to skip Rollbar
    instantiation so RollbarAppender can be constructed and started programmatically. #​184

v1.5.1

Compare Source

  • Make RollbarFilter dependency-injectable for rollbar-web. #​182

v1.5.0

Compare Source

  • Enable sending complete JSON payloads, as proxy for other SDKs. #​180

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changelogg
Copy link

changelogg bot commented Feb 11, 2021

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@renovate renovate bot force-pushed the renovate/rollbar.version branch from 356a758 to 1deb5b7 Compare March 15, 2021 15:27
@renovate renovate bot changed the title Update dependency com.rollbar:rollbar-java to v1.7.5 Update dependency com.rollbar:rollbar-java to v1.7.6 Mar 15, 2021
@renovate renovate bot changed the title Update dependency com.rollbar:rollbar-java to v1.7.6 Update dependency com.rollbar:rollbar-java to v1.7.7 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/rollbar.version branch from 1deb5b7 to 2da7e14 Compare June 6, 2021 21:20
@renovate renovate bot force-pushed the renovate/rollbar.version branch from 2da7e14 to 3aad675 Compare June 16, 2021 10:14
@renovate renovate bot changed the title Update dependency com.rollbar:rollbar-java to v1.7.7 Update dependency com.rollbar:rollbar-java to v1.7.8 Jun 16, 2021
@renovate renovate bot changed the title Update dependency com.rollbar:rollbar-java to v1.7.8 Update dependency com.rollbar:rollbar-java to v1.7.9 Oct 19, 2021
@renovate renovate bot changed the title Update dependency com.rollbar:rollbar-java to v1.7.9 Update dependency com.rollbar:rollbar-java to v1.8.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/rollbar.version branch from 89918c9 to 5ae57f5 Compare March 7, 2022 10:59
@viezly
Copy link

viezly bot commented Mar 7, 2022

Pull request by bot. No need to analyze

@renovate renovate bot changed the title Update dependency com.rollbar:rollbar-java to v1.8.1 Update dependency com.rollbar:rollbar-java to v1.9.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/rollbar.version branch from c5dd3c2 to 9fd4b57 Compare March 17, 2023 06:12
@renovate renovate bot changed the title Update dependency com.rollbar:rollbar-java to v1.9.0 Update dependency com.rollbar:rollbar-java to v1.10.0 Mar 17, 2023
@renovate renovate bot changed the title Update dependency com.rollbar:rollbar-java to v1.10.0 Update dependency com.rollbar:rollbar-java to v1.10.3 Sep 5, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: maven/com.rollbar/rollbar-java@1.4.1)

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants