1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
# News
## 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
## 0.3.2
### Improvements
* Added support for Ruby 3.0.
[GitHub#27][Reported by Herwin Weststrate]
### Thanks
* Herwin Weststrate
## 0.3.1
### Improvements
* Added support for comparing `XMLRPC::Base64`.
[GitHub#14][Patch by Herwin Weststrate]
* Added support for `application/xml` as `Content-Type`.
[GitHub#24][Reported by Reiermeyer]
* Added `XMLRPC::Server#port`.
[GitHub#17][Reported by Harald Sitter]
[GitHub#18][Patch by Herwin Weststrate]
### Fixes
* Fixed a bug that unexpected exception is raised on no data.
[GitHub#25][Patch by Herwin Weststrate]
### Thanks
* Herwin Weststrate
* Reiermeyer
* Harald Sitter
|