Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Bump volley from 1.1.1 to 1.2.0 in /app #63

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 9, 2021

Bumps volley from 1.1.1 to 1.2.0.

Release notes

Sourced from volley's releases.

Volley 1.2.0

  • Ensure ImageListener#onResponse is always invoked (#209)
  • Stricter, more consistent enforcement of disk size limit in DiskBasedCache (#57)
  • Reduce cache churn from large entries
  • Allow specification of default image / error image bitmaps or drawables in NetworkImageView (#227, #243, #267)
  • Add RequestEventListener interface to monitor requests as they are executed (#238)
  • Fix StrictMode violation for disk I/O in Volley#newRequestQueue (#274)
  • Less verbose error logging for commonly-used invalid Expires headers (#282)
  • Ensure If-Modified-Since header is formatted correctly on all devices (#287)
  • Reinitialize DiskBasedCache if directory is deleted (#297)
  • Send request to network if parsing the cache entry fails (#321)
  • Add Nullable annotations (#325, #333)
  • Allow creation of custom input/output streams in HurlStack (#328)
  • Tolerate null header maps in HttpHeaderParser (#334)
  • Add opt-in retries of NoConnectionErrors (#332)
  • Include license in generated POM file (#377)
  • Use a consistent timebase when evaluating soft/hard TTLs (#391)
  • Experimental AsyncRequestQueue interface and Cronet-based implementation (details)

This release is identical to 1.2.0-rc1.

Volley 1.2.0-rc1

  • Ensure ImageListener#onResponse is always invoked (#209)
  • Stricter, more consistent enforcement of disk size limit in DiskBasedCache (#57)
  • Reduce cache churn from large entries
  • Allow specification of default image / error image bitmaps or drawables in NetworkImageView (#227, #243, #267)
  • Add RequestEventListener interface to monitor requests as they are executed (#238)
  • Fix StrictMode violation for disk I/O in Volley#newRequestQueue (#274)
  • Less verbose error logging for commonly-used invalid Expires headers (#282)
  • Ensure If-Modified-Since header is formatted correctly on all devices (#287)
  • Reinitialize DiskBasedCache if directory is deleted (#297)
  • Send request to network if parsing the cache entry fails (#321)
  • Add Nullable annotations (#325, #333)
  • Allow creation of custom input/output streams in HurlStack (#328)
  • Tolerate null header maps in HttpHeaderParser (#334)
  • Add opt-in retries of NoConnectionErrors (#332)
  • Include license in generated POM file (#377)
  • Use a consistent timebase when evaluating soft/hard TTLs (#391)
  • Experimental AsyncRequestQueue interface and Cronet-based implementation (details)
Commits
  • 0d6497b Add developers stanza to Volley POM. (#400)
  • 36274bf API cleanup for Async Volley stack ahead of 1.2.0 release. (#398)
  • 03f0144 Update environment variable name for snapshot pushes. (#399)
  • 3bd1975 Publish SNAPSHOT builds to OSSRH instead of OJO. (#397)
  • 0e0c3d9 Invoke RetryPolicy#retry in the blocking executor. (#393)
  • b51831a Use a consistent timebase when evaluating soft/hard TTLs. (#391)
  • cd08391 Migrate from Travis CI to GitHub Actions. (#381)
  • bdc0e39 Clean up cache initialization in AsyncRequestQueue. (#380)
  • 1c0ade3 Actually allow applications to provide custom executors.
  • ae701b3 Fix empty responses when content length is unknown.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [volley](https://github.com/google/volley) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/google/volley/releases)
- [Commits](google/volley@1.1.1...1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 9, 2021
@compscidr compscidr merged commit 939411e into main Mar 10, 2021
@compscidr compscidr deleted the dependabot/gradle/app/com.android.volley-volley-1.2.0 branch March 10, 2021 15:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant