Skip to content

Latest commit

 

History

History
127 lines (80 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

127 lines (80 loc) · 2.08 KB

3.0.0-beta.1

  • Initial version, created by andot

3.0.0-beta.2

  • Fixed some hints.
  • Added CHANGELOG.md.

3.0.0-beta.3

  • Fixed some hints.

3.0.0-beta.4

  • Fixed some hints.
  • Added flutter, web and other platforms support.

3.0.0

  • Added Dart 2.0 support.
  • Added Flutter support.
  • Added Service implementation.
  • Added TCP, UDP, WebSocket support.
  • Added middleware support.
  • Added JSONRPC support.
  • Added Circuit Breaker plugin.
  • Added Cluster plugin.
  • Added Limiter plugin.
  • Added Load Balance plugin.
  • Added Log plugin.
  • Added Oneway call plugin.
  • Added Push plugin.
  • Added Reverse RPC plugin.

3.0.1

  • Added headers on JsonRpc.
  • Added exists & idlist for caller.
  • Added names property on Service.
  • Fixed ClientContext.
  • Fixed oneway plugin.
  • Fixed ConcurrentLimiter plugin.
  • Added remoteAddress & localAddress on ServiceContext.
  • Added request method on Client.
  • Improved Method.
  • Added httpStatusCode & httpStatusText on ClientContext.

3.0.2

  • Added google app engine support.

3.0.3

  • Improved google app engine support.

3.0.4

  • Added httpHeaders on HttpHandler.

3.0.5

  • Fixed oneway plugin.

3.0.6

  • Move requestHeaders & responseHeaders to Context.

3.0.7

  • Optimized code.

3.0.8

  • Fixed MethodManager.

3.0.9

  • Optimized code.

3.0.10

  • Fixed add method of MethodManager.

3.0.11

  • Rename HandlerManager to PluginManager.

3.0.12

  • Using the Timeout plugin instead of the built-in implementation.

3.0.13

  • Fixed TypeManager.register.

3.0.14

  • Add Forward plugin.
  • Improved reverse rpc plugin.

3.0.15

  • Optimized code.
  • Fixed log plugin.
  • Fixed push plugin.

3.0.16

  • Add hprose headers forward support.
  • Add http headers forward support.
  • Fixed CallerContext.invoke.
  • Optimized code.

3.0.17

  • Remove http headers forward support.

3.0.18

  • Add retryInterval property.
  • Fixed heartbeat when timeout on service.

3.0.19

  • Fixed push plugin.
  • Fixed reverse plugin.