summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-07-05 20:21:40 +0700
committerShulhan <m.shulhan@gmail.com>2020-07-05 20:22:51 +0700
commit74a62f29f6566efd6379e2a90c88b878ca59ad3d (patch)
treeb95c539e73e6cf55e1c735433f5952adec8a2194 /share.go
parentd1357989684739de20567338537f1ffdee12c849 (diff)
downloadpakakeh.go-0.17.0.tar.xz
Release share v0.17.0 (2020-07-05)v0.17.0
=== Breaking changes * dns: replace RDataText with plain []byte * http: add parameter headers to client methods * http: return the http.Response as the first parameter === Bug fixes * http: initialize TLSClientConfig only if insecure is true * io: truncate file on Copy * websocket: fix race on pingTicker when stopping server === Enhancements * http: check for possible index.html file on getFSNode * http: add method Delete * http: add method Stop for HTTP server * http: check the number of bytes written on ResponseWriter.Write * http: log error if path not exist if debug value is set to 3 or greater * smtp: check for EOF when receiving data from server
Diffstat (limited to 'share.go')
-rw-r--r--share.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/share.go b/share.go
index 51563838..2ec72c3d 100644
--- a/share.go
+++ b/share.go
@@ -10,5 +10,5 @@ package share
const (
// Version of this module.
- Version = "0.16.0"
+ Version = "0.17.0"
)