Skip to content

Commit

Permalink
Merge pull request #51 from zaihang365/1.4
Browse files Browse the repository at this point in the history
Add change list
  • Loading branch information
AlexStocks authored Nov 27, 2020
2 parents bc65ed0 + 2fa7b04 commit 2827ac5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release Notes
---

## 1.4.0
- [Impl: move taskpool at endpoint layer](https://github.com/apache/dubbo-getty/pull/50)

## 1.3.x
- [Fix: ExposeMaxWheelTimeSpan](https://github.com/apache/dubbo-getty/pull/46)
- [Impl: tls support](https://github.com/apache/dubbo-getty/pull/44)
- [Fix: send multiple pkgs repetitive](https://github.com/apache/dubbo-getty/pull/39)
- [Impl: StreamServer & PacketServer](https://github.com/apache/dubbo-getty/pull/38)
- [Impl: listen on random local por](https://github.com/apache/dubbo-getty/pull/37)
- [Impl: reduce syscall and memcopy for multiple package](https://github.com/apache/dubbo-getty/pull/36)
- [Impl: enlarge time wheel span](https://github.com/apache/dubbo-getty/commit/a57b22edbb3a7de383ad7a94387000bfd4eca194)
- [Fix: skip the log output of EOF error](https://github.com/apache/dubbo-getty/pull/26)
- [Impl: add travis](https://github.com/apache/dubbo-getty/pull/28)
- [Impl: add writev](https://github.com/apache/dubbo-getty/pull/26)
2 changes: 1 addition & 1 deletion demo/hello/tcp/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
)

var (
taskPool *gxsync.TaskPool
taskPool gxsync.GenericTaskPool
)

func main() {
Expand Down

0 comments on commit 2827ac5

Please sign in to comment.