Skip to content

Commit

Permalink
Bump from 1.0.1-SNAPSHOT to 1.1.0-SNAPSHOT. (#107)
Browse files Browse the repository at this point in the history
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
jpd236 authored Oct 11, 2017
1 parent 95f64de commit c3bd8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'maven-publish'

def bintrayInfoFilePath = "$buildDir/outputs/bintray-descriptor.bintray-info.json"

project.ext.version = '1.0.1-SNAPSHOT'
project.ext.version = '1.1.0-SNAPSHOT'

task sourcesJar(type: Jar) {
classifier = 'sources'
Expand Down

3 comments on commit c3bd8e9

@Dayanand515
Copy link

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 ?

@jpd236
Copy link
Collaborator Author

@jpd236 jpd236 commented on c3bd8e9 Oct 25, 2017

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.

@Dayanand515
Copy link

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

Please sign in to comment.