Releases: eventum/rpc
Releases · eventum/rpc
4.3.0 - 2018-05-02
4.2.0 - 2018-05-01
4.1.1 - 2017-10-15
- add
addUserAgent
method for public access
4.1.0 - 2017-10-15
4.0.0 - 2016-11-23
- replace xmlrpc implementation with phpxmlrpc/phpxmlrpc, #1
3.0.3 - 2015-10-19
- update README, add methods documentation
3.0.2 - 2015-05-01
- encode input types (method parameters) that do not fit to xmlrpc types with serialize, ca00da8
this allows us to use DateTime objects as parameters
3.0.1 - 2015-04-30
- add
encodeBinary
- Implementation independent method to encode value as binary - changes to make non-ASCII data pass two ways without errors and data corruption
3.0.0 - 2014-11-27
- library released separately from Eventum Core
- adds composer support