From 2fa7b04c797c7e6c566e0d7ff75a116b6c359d52 Mon Sep 17 00:00:00 2001 From: watermelon <80680489@qq.com> Date: Wed, 25 Nov 2020 00:23:56 +0800 Subject: [PATCH] Add change list --- CHANGE.md | 17 +++++++++++++++++ demo/hello/tcp/client/client.go | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGE.md diff --git a/CHANGE.md b/CHANGE.md new file mode 100644 index 00000000..0274b62c --- /dev/null +++ b/CHANGE.md @@ -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) \ No newline at end of file diff --git a/demo/hello/tcp/client/client.go b/demo/hello/tcp/client/client.go index fe60ea60..e0519862 100644 --- a/demo/hello/tcp/client/client.go +++ b/demo/hello/tcp/client/client.go @@ -44,7 +44,7 @@ var ( ) var ( - taskPool *gxsync.TaskPool + taskPool gxsync.GenericTaskPool ) func main() {