Skip to content

Commit 8e7bcf7

Browse files
committed
docs(changelog): add changelog for version 0.6.1 and 0.6.0
1 parent 798c746 commit 8e7bcf7

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

CHANGELOG.md

+71
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,75 @@
11

2+
<a name="v0.6.1"></a>
3+
## [v0.6.1](https://github.com/genshen/wssocks/compare/v0.6.0...v0.6.1)
4+
5+
> 2023-08-01
6+
7+
### Build
8+
9+
* **npm:** bump react-scripts to v5 to fix "error:0308010C:digital envelope routines::unsupported"
10+
11+
### Chore
12+
13+
* **gomodule:** mark v0.6.0 as retract
14+
15+
### Ci
16+
17+
* **github-action:** bump gh-actions version: go, node, actions of setup-go, setup-node and checkout
18+
* **github-action:** create Release via github action
19+
20+
### Docs
21+
22+
* **changelog:** add changelog for version 0.6.0
23+
24+
### Feat
25+
26+
* **client:** remove the unused parameter `*sync.Once` in `Handles.Wait` of client
27+
* **version:** bump version to v0.6.1
28+
29+
### Fix
30+
31+
* **client:** fix the incorrect error passing in client side data transmission
32+
33+
### Merge
34+
35+
* **client:** Merge pull request [#69](https://github.com/genshen/wssocks/issues/69) from genshen/remove-client-Wait-parameter
36+
* **client:** Merge pull request [#68](https://github.com/genshen/wssocks/issues/68) from genshen/fix-error-passing-in-client
37+
* **github-action:** Merge pull request [#67](https://github.com/genshen/wssocks/issues/67) from genshen/ci-create-release
38+
39+
40+
<a name="v0.6.0"></a>
41+
## [v0.6.0](https://github.com/genshen/wssocks/compare/v0.5.0...v0.6.0)
42+
43+
> 2023-08-01
44+
45+
### Build
46+
47+
* **gomodule:** bump go packages to latest
48+
* **gomodule:** bump package golang.org/x/crypto and golang.org/x/sync to fix building error
49+
* **gomodule:** update dependencies version
50+
* **makefile:** add darwin-arm64 building in Makefile
51+
* **status:** bump dependencies version in yarn.lock
52+
* **status:** bump evergreen-ui to 6.5.1
53+
54+
### Ci
55+
56+
* **github-action:** bump node to 16.x and go to 1.18 in github action
57+
58+
### Feat
59+
60+
* **client:** add ability to catch error from any tasks in main goroutine
61+
62+
### Fix
63+
64+
* **server:** fix bug of server side crashing when using http/https proxy
65+
66+
### Merge
67+
68+
* **client:** Merge pull request [#54](https://github.com/genshen/wssocks/issues/54) from genshen/feature-client-wait-with-error
69+
* **server:** Merge pull request [#57](https://github.com/genshen/wssocks/issues/57) from genshen/fix-http-proxy-panic
70+
* **status:** Merge pull request [#45](https://github.com/genshen/wssocks/issues/45) from genshen/bump-status-web-dependencies
71+
72+
273
<a name="v0.5.0"></a>
374
## [v0.5.0](https://github.com/genshen/wssocks/compare/v0.5.0-rc.3...v0.5.0)
475

0 commit comments

Comments
 (0)