Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 3.69 KB

CHANGE.md

File metadata and controls

64 lines (50 loc) · 3.69 KB

Release Notes

1.2.0

New Features

Enhancement

  • Split gettyRPCClient.close and gettyRPCClientPool.remove in protocol/dubbo/pool.goapache#186
  • Remove client from pool before closing itapache#190
  • Enhance the logic for fetching the local addressapache#209
  • Add protocol_conf default valuesapache#221
  • Add task pool for gettyapache#141
  • Update getty: remove read queueapache#137
  • Clean heartbeat from PendingResponseapache#166

Bugfixes

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;