Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump from 1.0.1-SNAPSHOT to 1.1.0-SNAPSHOT. (#107)
Since this release introduces new APIs to support migrating off Apache HTTP and handling multiple headers, the minor version should be bumped. These changes are all backwards compatible so there is no need to bump the major version.
- Loading branch information
c3bd8e9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When is this going live ?
c3bd8e9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've released 1.1.0-rc1 per this announcement: https://groups.google.com/d/topic/volley-users/9Qg4LStDC-U/discussion
So it's already live as a release candidate and has been for a couple weeks. We'll mark it as 1.1.0 (final) soon assuming no regressions are reported.
c3bd8e9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
com.android.volley.Request#finish is not clearing mErrorListener, not its calling onFinish as is the case with https://github.com/mcxiaoke/android-volley/blob/master/src/main/java/com/android/volley/Request.java finish.
due to which error listener is not getting cleared and memory leak is there.
#114