Skip to content
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

Closed
27 tasks done
rubiii opened this issue Jul 20, 2013 · 6 comments
Closed
27 tasks done

v2.3.0 #481

rubiii opened this issue Jul 20, 2013 · 6 comments
Assignees
Milestone

Comments

@rubiii
Copy link
Contributor

rubiii commented Jul 20, 2013

A list of features, bug fixes and improvements for the upcoming Savon v2.3.0 release.

Savon

  • #405 Improved NTLM support.
  • #424 Added support for multipart MIME.
  • #470 Added a local :soap_header option to allow setting the SOAP header per request.
  • #402 Changed the Savon test helper to allow expecting a request without having to specify the message.
  • #450 Added response#soap_fault
    and response#http_error which were present in version 1.
  • #474 Changed response#header and
    response#body to respect the global :convert_response_tags_to and :strip_namespaces
    options and return the expected result instead of raising an error.
  • #461 Fixed two problems related to namespace qualified messages and the element :order!.
  • #476 Fixes a problem where Savon didn't find the correct namespace for the operation (message) tag.
  • #468 Changed the dependency on Nokogiri to < 1.6, because Nokogiri 1.6 dropped support for Ruby 1.8
    while Savon version 2 currently still supports this version.

HTTPI (v2.1.0)

  • #75 New Rack adapter.
  • #91 New excon adapter.
  • #92 New net-http-persistent adapter.
  • #87 NTLM support with full domain and server authentication.
  • #71 Support for chunked responses.
  • #81 Fixes a (probably major) problem with all adapters where SSL certificate options where only passed to the underlying HTTP client when SSL verify mode was set to :none.
  • #88 Fixes a problem where the timeout and proxy options were not correctly passed to the EM-HTTP-Request client.
  • #69 Fixes a problem where the response headers were truncated.
  • #90 We now raise an error if you try to use Net/HTTP with HTTP digest authentication, because it is not supported.

Wasabi (v3.2.0)

  • #7 Major speed improvements.
  • #25 Fixes a problem where Wasabi escaped an already escaped endpoint URL.
  • #20 Limited support for listing an operation's parameters.
    Please note that if your WSDL defines imports, this method might not return all types.
  • #15 Fixes a bug where the operation tag name was not correctly extracted from the WSDL document.
  • #16 Various improvements regarding element order and type information.

Gyoku (v1.1.0)

Nori (v2.3.0)

To be continued. Follow this ticket for updates.

@rubiii
Copy link
Contributor Author

rubiii commented Jul 22, 2013

released httpi v2.1.0.

@rubiii
Copy link
Contributor Author

rubiii commented Jul 26, 2013

released wasabi v3.2.0.

@rubiii
Copy link
Contributor Author

rubiii commented Jul 26, 2013

released gyoku v1.1.0.

@rubiii
Copy link
Contributor Author

rubiii commented Jul 26, 2013

released nori v2.3.0.

@rubiii
Copy link
Contributor Author

rubiii commented Jul 26, 2013

every feature and fix is now pushed to the version2 branch and dependant gems are released.
i'm going to update the documentation and push savon v2.3.0 to rubygems this weekend.

if you want to give it a try, put this line in your gemfile:

gem 'savon', github: 'savonrb/savon', branch: 'version2'

@rubiii
Copy link
Contributor Author

rubiii commented Jul 27, 2013

pushed v2.3.0 to rubygems.

:shipit:

@rubiii rubiii closed this as completed Jul 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant