Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

75 lines (45 loc) · 2.21 KB

Eventum RPC Client Library

4.4.0 - 2020-05-28

  • Update methods documentation up to Eventum 3.8.14, #8

4.3.0 - 2018-05-02

  • Make cloning object do clone used objects as well, #5
  • Add fluent interface for setter methods, #6

4.2.0 - 2018-05-01

  • Move classes to Eventum\RPC namespace, deprecate root namespace, #4
  • Update xmlrpc methods doc, include @method annotation, #4

4.1.1 - 2017-10-15

  • add addUserAgent method for public access

4.1.0 - 2017-10-15

  • set xmlrpc useragent our library version, 41ed1c9
  • require phpxmlrpc >= 4.2.2, a24f320

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