Releases: savonrb/wasabi
Releases · savonrb/wasabi
v5.1.0
What's Changed
- Segment declared types by namespace to distinguish distinct types by @RickSnyder in #57
- adjust input parsing by @pcai in #122
New Contributors
- @RickSnyder made their first contribution in #57
- @pcai made their first contribution in #122
Full Changelog: v5.0.3...v5.1.0
v5.0.3
What's Changed
- Relax faraday version restriction by @ChristopherBert in #120
New Contributors
- @ChristopherBert made their first contribution in #120
Full Changelog: v5.0.2...v5.0.3
v5.0.2
What's Changed
- Fix input/output for
style="rpc"
operations by @hss-mateus in #119
New Contributors
- @hss-mateus made their first contribution in #119
Full Changelog: v5.0.1...v5.0.2
v5.0.1
v5.0.0
v4.0.0
v3.8.0
- Change: Update HTTPI to 3.0 to remove the socksify dependency. (savonrb/httpi#225)
v3.7.0
v3.6.1
- Fix: Repair unlinked Markdown in the CHANGELOG
- Add: Link to the CHANGELOG in the RubyGems.org metadata
- Add: Link to the Rubydocs.info documentation in the RubyGems.org metadata
Thanks to @chaymaeBZ for supporting this release! 🎉
v3.6.0
Added
- Support RPC-encoded WSDL (#63, @fernandes)
Fixed
- Depend on addressable, for unescape to avoid a Ruby warning (#81, @chaymaeBZ, @bvicenzo)
Changed
- Turn
String
monkeypatches intoWasabi
class methods (@tjarratt) - Reduced size of gem by focusing the files list (#89, @utkarsh2102)
Removed
- No longer tested on Rubinius
Thanks to @fernandes, @chaymaeBZ, @bvicenzo, @tjarratt and @utkarsh2102 for bringing this version to the community! 🎉