Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.28 KB

CHANGE.md

File metadata and controls

26 lines (19 loc) · 1.28 KB

Release Notes

1.1.0

New Features

Enhancement

  • Use time wheel instead of time.After to defeat timer object memory leakageapache#130

Bugfixes

  • Preventing dead loop when got zookeeper unregister eventapache#129
  • Delete ineffassignapache#127
  • Add wg.Done() for mockDataListenerapache#118
  • Delete wrong spelling wordsapache#107
  • Use sync.Map to defeat from gettyClientPool deadlockapache#106
  • Handle panic when function args list is emptyapache#98
  • url.Values is not safe mapapache#172;