Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25516c9

Browse files
authored
* Marathon Namer TLS support, for DC/OS strict mode. * We fixed an issue where requests that time out were not being retried. * HTTP 1.1 protocol fixes for chunked transfer encoding and * `Content-Length`. * Improved memory allocation in InfluxDb and Prometheus telemeters. * Documentation fixes.
1 parent f115702 commit 25516c9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## In the next release...
1+
## 1.1.2 2017-07-12
22

3+
* Marathon Namer TLS support, for DC/OS strict mode.
34
* We fixed an issue where requests that time out were not being retried.
5+
* HTTP 1.1 protocol fixes for chunked transfer encoding and `Content-Length`.
46
* Improved memory allocation in InfluxDb and Prometheus telemeters.
7+
* Documentation fixes.
58

69
## 1.1.1 2017-07-10
710

project/Base.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Base {
3232
class Base extends Build {
3333
import Base._
3434

35-
val headVersion = "1.1.1"
35+
val headVersion = "1.1.2"
3636

3737
object Git {
3838
def git(arg: String, args: String*) = Process("git" +: arg +: args)

0 commit comments

Comments
 (0)