Skip to content

Releases: inossidabile/wash_out

v0.9.0

10 Nov 07:12
Compare
Choose a tag to compare

Stable release contains no additional changes.

v0.9.0.beta.2

29 Sep 19:27
Compare
Choose a tag to compare
v0.9.0.beta.2 Pre-release
Pre-release
  • #117 - Requests containing no SOAP_ACTION header made to fallback to payload parsing
  • #118 - Rails 4 compatibility improved

v0.9.0.beta.1

08 Sep 10:30
Compare
Choose a tag to compare
v0.9.0.beta.1 Pre-release
Pre-release
  • include WashOut::Soap has been replaced with soap_service
  • Configuration option style has been renamed to wsdl_style
  • You can now specify controller-level SOAP settings passing a hash to soap_service like this:
class FooController < ActionController::Base
  soap_service namespace: 'test'
end

v0.8.4

03 Sep 10:14
Compare
Choose a tag to compare

Better compatibility with bleeding edge of Rails

v0.8.3

31 Aug 13:30
Compare
Choose a tag to compare

Automatic handling of CSRF for Rails (#107)

v0.8.2

31 Aug 13:30
Compare
Choose a tag to compare

Numerous improvements of how we handle Custom Types (#103, #105, #106)

v0.8.1

06 Aug 19:04
Compare
Choose a tag to compare

Numerous bugs fixed:

  • SOAP namepace#action requests supported (#96)
  • Proper support of types on the first level of definition (#95)
  • Nested type modules support (#103)

v0.7.1

04 Jul 10:46
Compare
Choose a tag to compare

v0.7.0

04 Jul 10:46
Compare
Choose a tag to compare
  • WSDL Document mode support (@gorism)

v0.6.1

04 Jul 10:47
Compare
Choose a tag to compare