Releases: ruby/xmlrpc
Releases · ruby/xmlrpc
xmlrpc 0.3.3
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
Full Changelog: v0.3.1...v0.3.2
v0.3.1
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
- @junaruga made their first contribution in #11
- @scottserok made their first contribution in #22
- @hsbt made their first contribution in #23
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/ruby/xmlrpc/commits/v0.1.0