Skip to content

Commit

Permalink
Update changelog for 3.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 4, 2016
1 parent 1096030 commit 8a1d95f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

## Version 3.4.2

_2016-11-03_

* Fix: Recover gracefully when an HTTP/2 connection is shutdown. We had a
bug where shutdown HTTP/2 connections were considered usable. This caused
infinite loops when calls attempted to recover.


## Version 3.4.1

_2016-07-10_
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Download [the latest JAR][3] or grab via Maven:
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.squareup.okhttp3:okhttp:3.4.2'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand All @@ -36,13 +36,13 @@ Download [the latest JAR][4] or grab via Maven:
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>test</scope>
</dependency>
```
or Gradle:
```groovy
testCompile 'com.squareup.okhttp3:mockwebserver:3.4.1'
testCompile 'com.squareup.okhttp3:mockwebserver:3.4.2'
```


Expand Down

0 comments on commit 8a1d95f

Please sign in to comment.