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.github.chuckerteam.chucker:library to v4 #255

Merged
merged 1 commit into from
Aug 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.chuckerteam.chucker:library 3.5.2 -> 4.0.0 age adoption passing confidence

Release Notes

ChuckerTeam/chucker (com.github.chuckerteam.chucker:library)

v4.0.0

Compare Source

Added
  • Add skipPaths to selectively skip requests from Chucker [#​970]
  • Add syntax highlighting to the request/response body when is JSON [#​930]
  • Decoding of request and response bodies can now be customized. In order to do this a BinaryDecoder interface needs to be implemented and installed in the ChuckerInterceptor via ChuckerInterceptor.addBinaryDecoder(decoder) method. Decoded bodies are then displayed in the Chucker UI. [#​555]
  • Create dynamic shortcut when ChuckerInterceptor added. Users can opt out of this feature using createShortcut(false) in ChuckerInterceptor.Builder [#​588]
  • Brotli compression support [#​563]
  • Added writeTransactions method to ChuckerCollector to export transactions to a file programmatically [#​784]
  • Added ability to save single transaction as .har file. [#​696]
  • Added ability to export list of transactions as .har file. [#​880]
  • Added support for Android 13 and notifications permission handling [#​887]
  • GraphQL
    • Add support for GraphQL [#​805] [#​884]
    • Show GraphQL OperationName header to transaction title [#​69], [#​116]
    • Allows to filter transactions based on graphqlOperationName [#​920]
  • Added scroll to highlighted text search in response screen [#​988]
Fixed
  • Fixed a bug showing empty bodies as encoded or binary [#​569] [#​562]
  • Fixed DiskReadViolation on ChuckerCollector [#​975]
  • Fixed request headers not being redacted in case of failures [#​545].
  • Fixed wrongful processing of one shot and duplex requests [#​544].
  • Fixed writing to database on the main thread [#​487].
  • Fixed RTL issue in payload view [#​733]
  • Fixed StrictMode ThreadPolicy violations [#​737]
  • Fixed Memory Leak with Toasts: Use applicationContext instead of Activity [#​810]
  • Improved error message when trying to save empty bodies [#​1038]
Removed
  • Removed parametrized ChuckerInterceptor constructor in favour of builder pattern. Constructor that accepts only Context is still available.
  • Removed the Throwable reporting feature as well as all the @​Deprecated related methods.
Changed
  • Updated OkHttp to 4.11.0
  • Updated Material to 1.8.0
  • Updated AGP to 8.0.2
  • Updated Kotlin to 1.8.22

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 has been generated by Mend Renovate. View repository job log here.

@wisnukurniawan wisnukurniawan merged commit 5936ba1 into main Aug 13, 2023
3 checks passed
@wisnukurniawan wisnukurniawan deleted the renovate/major-com.github.chuckerteam.chucker branch August 13, 2023 07:36
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.

1 participant