May 21 2008 0.3.3 Release- Introduced the RemotingDelegate into the AS3 library to abstract physical transports from the negotation flow
- The library now works with the Cotton-Over-AMQP Petstore example
- Various bug fixes
May 13 2008 0.3.2 Release- Implemented negotiation for complex types between AS3 and Erlang
- Implemented serialization for dates, floating point numbers, booleans, lists and maps
April 29 2008 0.3.2 Release- Round trip for bidiretional type negotiation between AS3 client and Erlang server
April 15 2008 0.3.0 Release- Implemented proposed type negotiation extension in Erlang
- Added a HTTP-based server for Hessian
March 8 2008 0.2.3 Release- Bug fix in the packaging, include files were not being included
December 30 2007 0.2.2 Release- Bug fix for recursive object encoding/decoding
December 3 2007 0.2.1 Release- Added roundtrip encoding for objects
- Compatibility with Caucho Hessian 3.1.3
November 25 2007 0.2.0 Release- First cut of the Hessian 2.0 protocol implementation
November 17 2007 0.1.6 Release- Bug fix for the encoding of void method returns
November 4 2007 0.1.5 Release- Added reply encoding for faults, preliminary support for references.
October 28 2007 0.1.4 Release- Added encoding of doubles, booleans, null values and service faults.
October 27 2007 0.1.3 Release- Added encoding of ok return type in Erlang to a void type in Hessian.
- Bug fixes for list handling.
October 17 2007 0.1.2 Release- Complete refactoring to use Erlang binaries instead of lists.
July 12 2007 0.1.1 Release- More integration tests with caucho's HessianServlet.
- Support for record types in Erlang and typed maps (aka Objects).
June 15 2007 First integration test- Integration test with caucho's HessianServlet. Initial support for lists and maps.
May 26 2007 Initial code drop of cotton published- Basic call and reply encoding.
- Integers, Strings and Dates are supported.
|