-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.3.0 #481
Milestone
Comments
ghost
assigned rubiii
Jul 20, 2013
released httpi v2.1.0. |
released wasabi v3.2.0. |
released gyoku v1.1.0. |
released nori v2.3.0. |
every feature and fix is now pushed to the if you want to give it a try, put this line in your gemfile: gem 'savon', github: 'savonrb/savon', branch: 'version2' |
Closed
pushed v2.3.0 to rubygems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A list of features, bug fixes and improvements for the upcoming Savon v2.3.0 release.
Savon
:soap_header
option to allow setting the SOAP header per request.response#soap_fault
and
response#http_error
which were present in version 1.response#header
andresponse#body
to respect the global:convert_response_tags_to
and:strip_namespaces
options and return the expected result instead of raising an error.
:order!
.while Savon version 2 currently still supports this version.
HTTPI (v2.1.0)
:none
.Wasabi (v3.2.0)
Please note that if your WSDL defines imports, this method might not return all types.
Gyoku (v1.1.0)
Nori (v2.3.0)
Nori#find
to ignore namespace prefixes in Hash keys it is searching through. Original issue: response does not respect :convert_response_tags_to and :strip_namespaces options #474.To be continued. Follow this ticket for updates.
The text was updated successfully, but these errors were encountered: