File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.0] - 2019-10-13
8
+ ### Added
9
+ - An (experimental) ` sioutil ` package with a similar scope like the std library ` io/ioutil `
10
+ package.
11
+ - Fuzzing using [ go-fuzz] ( https://github.com/dvyukov/go-fuzz ) and [ fuzzbuzz.io] [ https://fuzzbuzz.io ] .
12
+
13
+ ### Changed
14
+ - All exported errors are now actual constants instead of effectively constant variables.
15
+ ([ 27e1114] ( https://github.com/secure-io/sio-go/commit/27e11147b5ddc0a6cbc69d4f79c2273a70ce36eb ) )
16
+ Also the ` ErrAuth ` has been renamed to ` NotAuthentic ` .
17
+ This is a major breaking change since:
18
+ 1 . An exported symbol has changed.
19
+ 2 . The type of exported symbols has changed.
20
+ - The [ go documentation] ( https://godoc.org/github.com/secure-io/sio-go ) has changed to
21
+ be more explicit about how to use the API and what guarantees are provided.
22
+
7
23
## [ 0.1.0] - 2019-05-24
8
24
### Added
9
25
- A first stream-based secure channel implementation for wrapping [ ` io.Reader ` ] ( https://golang.org/pkg/io/#Reader )
You can’t perform that action at this time.
0 commit comments