Skip to content

Releases: ruby/xmlrpc

xmlrpc 0.3.3

01 Aug 23:57
Compare
Choose a tag to compare

Improvements

  • GH-36: Stopped to unmarshal all classes. Classes that include
    XMLRPC::Marshallable are only allowed.

    [Patch by ooooooo-q]
    [Found by ooooooo-q and plenumlab separately]

Thanks

  • ooooooo-q
  • plenumlab

v0.3.2

17 Nov 08:44
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

17 Nov 08:44
Compare
Choose a tag to compare

What's Changed

  • Use more specific assertions in unittests by @herwinw in #10
  • Using latest version of Ruby by @junaruga in #11
  • Removed reference to MiniTest by @herwinw in #13
  • Use Array#each instead of while and Array#shift by @herwinw in #12
  • Removed Abstract superclass in XMLWriter by @herwinw in #16
  • Allow compares between XMLRPC::Base64 by @herwinw in #14
  • Remove TODO-statements in create.rb by @herwinw in #20
  • Adds Ruby 2.5 and 2.6 to Travis CI configuration by @scottserok in #22
  • Use GitHub Actions instead of Travis CI by @hsbt in #23
  • Added method to get port of XMLRPC::Server by @herwinw in #18

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 Nov 08:44
aa29de3
Compare
Choose a tag to compare

What's Changed

  • Backport the gem to Ruby 2.3. by @pwnall in #8

New Contributors

  • @pwnall made their first contribution in #8

Full Changelog: v0.2.1...v0.3.0

v0.2.1

17 Nov 08:44
7b0ccd4
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Nov 08:44
f5c2ff7
Compare
Choose a tag to compare

What's Changed

  • Check for Integer instead of Fixnum/Bignum by @herwinw in #2
  • Don't assign to an unused variable in test_cookie by @herwinw in #3
  • Fixed a few warnings by @herwinw in #5
  • Use assert_kind_of instead of if + assert(false) by @herwinw in #6
  • Removed remaining references to Fixnum/Bignum by @herwinw in #4
  • Remove hack to prevent years < 1970 in DateTime by @herwinw in #7

Full Changelog: v0.1.1...v0.2.0

v0.1.1

17 Nov 08:44
2a19520
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Nov 08:44
Compare
Choose a tag to compare