Skip to content

Releases: eventum/rpc

4.3.0 - 2018-05-02

03 May 06:50
v4.3.0
Compare
Choose a tag to compare
  • Make cloning object do clone used objects as well, #5
  • Add fluent interface for setter methods, #6

4.2.0 - 2018-05-01

03 May 06:49
v4.2.0
cef08fb
Compare
Choose a tag to compare
  • Move classes to Eventum\RPC namespace, deprecate root namespace, #4
  • Update xmlrpc methods doc, include @method annotation, #4

4.1.1 - 2017-10-15

15 Oct 16:29
v4.1.1
Compare
Choose a tag to compare
  • add addUserAgent method for public access

4.1.0 - 2017-10-15

15 Oct 16:20
v4.1.0
Compare
Choose a tag to compare
  • set xmlrpc useragent our library version, 41ed1c9
  • require phpxmlrpc >= 4.2.2, a24f320

4.0.0 - 2016-11-23

11 Dec 12:19
v4.0.0
Compare
Choose a tag to compare
  • replace xmlrpc implementation with phpxmlrpc/phpxmlrpc, #1

3.0.3 - 2015-10-19

11 Dec 12:18
v3.0.3
Compare
Choose a tag to compare
  • update README, add methods documentation

3.0.2 - 2015-05-01

11 Dec 12:18
Compare
Choose a tag to compare
  • 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

11 Dec 12:18
Compare
Choose a tag to compare
  • 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

11 Dec 12:18
Compare
Choose a tag to compare
  • library released separately from Eventum Core
  • adds composer support