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

Bump volley from 1.1.1 to 1.2.0 #29

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2021
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 force-pushed the dependabot/gradle/com.android.volley-volley-1.2.0 branch from aa9ded2 to 3c767df Compare July 3, 2021 10:52
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2021

Superseded by #42.

@dependabot dependabot bot closed this Aug 24, 2021
@dependabot dependabot bot deleted the dependabot/gradle/com.android.volley-volley-1.2.0 branch August 24, 2021 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants