Skip to content
Jim Tang edited this page Sep 14, 2015 · 9 revisions

#Release Note

Version 0.3.0 Release Note

  • Use zookeeper as a service registry, load balance and failover
  • Convert to Maven project
  • Add noreturn type, Support client one-way call
  • Set class object as callee class, class full name is still available for some case client can't load server class

Version 0.2.0 Release Note

  • Code refactor
  • Change ServerExecutor with socket only
  • Take away retry times
  • Remove short connection
  • Add package for exception
  • Remove any property file (controller.xml & tatala.properties)
  • Change the way of default proxy call
  • Change MappedTransferObject and OrderedTransferObject
  • Fix when clien close, Receive error show up on server side
  • More easy understand example code
  • Support protobuf

Version 0.1.2 Release Note (see history folder)

  • Add set on EasyClient
  • Add TatalaReturnException, so let client be able to rollback transaction
  • fix bugs for List and Map on ServerProxy.java
  • fix for multiple thread, void return method, may disorder on server side