savon 2.12.1 → 2.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +108 -74
- data/README.md +23 -21
- data/lib/savon/block_interface.rb +1 -0
- data/lib/savon/builder.rb +100 -30
- data/lib/savon/client.rb +1 -0
- data/lib/savon/header.rb +2 -6
- data/lib/savon/http_error.rb +4 -4
- data/lib/savon/log_message.rb +1 -0
- data/lib/savon/message.rb +1 -0
- data/lib/savon/mock/expectation.rb +1 -0
- data/lib/savon/mock/spec_helper.rb +1 -0
- data/lib/savon/mock.rb +1 -0
- data/lib/savon/model.rb +4 -3
- data/lib/savon/operation.rb +20 -18
- data/lib/savon/options.rb +57 -1
- data/lib/savon/qualified_message.rb +3 -2
- data/lib/savon/request.rb +5 -0
- data/lib/savon/request_logger.rb +8 -2
- data/lib/savon/response.rb +51 -4
- data/lib/savon/soap_fault.rb +1 -0
- data/lib/savon/string_utils.rb +17 -0
- data/lib/savon/version.rb +2 -1
- data/lib/savon.rb +2 -0
- metadata +78 -102
- data/.gitignore +0 -14
- data/.travis.yml +0 -26
- data/.yardopts +0 -6
- data/CONTRIBUTING.md +0 -46
- data/Gemfile +0 -13
- data/donate.png +0 -0
- data/lib/savon/core_ext/string.rb +0 -29
- data/savon.gemspec +0 -46
- data/spec/fixtures/gzip/message.gz +0 -0
- data/spec/fixtures/response/another_soap_fault.xml +0 -14
- data/spec/fixtures/response/authentication.xml +0 -14
- data/spec/fixtures/response/empty_soap_fault.xml +0 -13
- data/spec/fixtures/response/f5.xml +0 -39
- data/spec/fixtures/response/header.xml +0 -13
- data/spec/fixtures/response/list.xml +0 -18
- data/spec/fixtures/response/multi_ref.xml +0 -39
- data/spec/fixtures/response/no_body.xml +0 -1
- data/spec/fixtures/response/soap_fault.xml +0 -8
- data/spec/fixtures/response/soap_fault12.xml +0 -18
- data/spec/fixtures/response/soap_fault_funky.xml +0 -8
- data/spec/fixtures/response/taxcloud.xml +0 -1
- data/spec/fixtures/ssl/client_cert.pem +0 -16
- data/spec/fixtures/ssl/client_encrypted_key.pem +0 -30
- data/spec/fixtures/ssl/client_encrypted_key_cert.pem +0 -24
- data/spec/fixtures/ssl/client_key.pem +0 -15
- data/spec/fixtures/wsdl/authentication.xml +0 -63
- data/spec/fixtures/wsdl/betfair.xml +0 -2981
- data/spec/fixtures/wsdl/brand.xml +0 -624
- data/spec/fixtures/wsdl/edialog.xml +0 -15416
- data/spec/fixtures/wsdl/elements_in_types.xml +0 -43
- data/spec/fixtures/wsdl/interhome.xml +0 -2137
- data/spec/fixtures/wsdl/lower_camel.xml +0 -52
- data/spec/fixtures/wsdl/multiple_namespaces.xml +0 -92
- data/spec/fixtures/wsdl/multiple_types.xml +0 -60
- data/spec/fixtures/wsdl/no_message_tag.xml +0 -1267
- data/spec/fixtures/wsdl/taxcloud.xml +0 -934
- data/spec/fixtures/wsdl/team_software.xml +0 -1
- data/spec/fixtures/wsdl/vies.xml +0 -176
- data/spec/fixtures/wsdl/wasmuth.xml +0 -153
- data/spec/integration/centra_spec.rb +0 -67
- data/spec/integration/email_example_spec.rb +0 -32
- data/spec/integration/random_quote_spec.rb +0 -23
- data/spec/integration/ratp_example_spec.rb +0 -28
- data/spec/integration/stockquote_example_spec.rb +0 -34
- data/spec/integration/support/application.rb +0 -82
- data/spec/integration/support/server.rb +0 -84
- data/spec/integration/temperature_example_spec.rb +0 -46
- data/spec/integration/zipcode_example_spec.rb +0 -42
- data/spec/savon/builder_spec.rb +0 -137
- data/spec/savon/client_spec.rb +0 -271
- data/spec/savon/core_ext/string_spec.rb +0 -37
- data/spec/savon/features/message_tag_spec.rb +0 -61
- data/spec/savon/http_error_spec.rb +0 -49
- data/spec/savon/log_message_spec.rb +0 -50
- data/spec/savon/message_spec.rb +0 -70
- data/spec/savon/mock_spec.rb +0 -174
- data/spec/savon/model_spec.rb +0 -182
- data/spec/savon/observers_spec.rb +0 -92
- data/spec/savon/operation_spec.rb +0 -230
- data/spec/savon/options_spec.rb +0 -1115
- data/spec/savon/qualified_message_spec.rb +0 -101
- data/spec/savon/request_logger_spec.rb +0 -37
- data/spec/savon/request_spec.rb +0 -540
- data/spec/savon/response_spec.rb +0 -275
- data/spec/savon/soap_fault_spec.rb +0 -146
- data/spec/savon/softlayer_spec.rb +0 -27
- data/spec/spec_helper.rb +0 -30
- data/spec/support/adapters.rb +0 -48
- data/spec/support/endpoint.rb +0 -25
- data/spec/support/fixture.rb +0 -39
- data/spec/support/integration.rb +0 -9
- data/spec/support/stdout.rb +0 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df435a9b3a37060f3dbbfe5ba2f8b36c33ad66b6474afa08771396b6812fb4b3
|
4
|
+
data.tar.gz: ac8cccabad1588894528b1d2ad073e576224a6b4a5b25d10a0437fb5a807e538
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79a1dd54bd1d171afc117927c9b5419f7c6d2e2a5e2b1cfad0072397e786f5932bb3180b40f7ea9d55a08194c1554afddf3efe558959157cdcc7e8b13243beb9
|
7
|
+
data.tar.gz: 9e9f944a60f6f655da4abfed31020befb23a9823bb3437ccb46e527b1b8e091fac81c776fc3057f88985a80bbae3c8bb9746bf8c1e9c3966ac8992bc0ee7f936
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,44 @@
|
|
1
|
+
# Savon changelog
|
2
|
+
|
3
|
+
## Unreleased
|
4
|
+
* Add your PR changelog line here
|
5
|
+
|
6
|
+
## 2.15.1 (2024-07-08)
|
7
|
+
|
8
|
+
* Ruby 3.0+ is required in the gemspec.
|
9
|
+
* Require httpi 4.x - older versions rely on `Rack::Utils::HeaderHash` which is removed in Rack 3.0.
|
10
|
+
|
11
|
+
## 2.15.0 (2024-02-10)
|
12
|
+
|
13
|
+
* Drop support for ruby 2.7 and below. Added Ruby 3.2 and 3.3 to test matrix.
|
14
|
+
* Allows wasabi v5.x, which now supports faraday
|
15
|
+
|
16
|
+
## 2.14.0 (2022-12-16)
|
17
|
+
|
18
|
+
* BC BREAKING Fix: [#985](https://github.com/savonrb/savon/pull/985) Renamed `Savon::Response#hash` to `Savon::Response#full_hash`
|
19
|
+
* BC BREAKING Fix: [#988](https://github.com/savonrb/savon/pull/988) Savon no longer monkeypatches `String#snakecase`
|
20
|
+
* Fix: [#989](https://github.com/savonrb/savon/pull/989) Do not include xmlns from WSDL, which breaks some servers
|
21
|
+
|
22
|
+
## 2.13.1 (2022-09-04)
|
23
|
+
|
24
|
+
* Fix: [#977](https://github.com/savonrb/savon/pull/977) Prevent "xmlns:xmlns" namespace but allow "xmlns" namespace.
|
25
|
+
* Change: Require Ruby 2.7.0+ in the gemspec. [0e0d695f](https://github.com/savonrb/savon/commit/0e0d695f463b719fa0fef0f58a0404b1228957f0)
|
26
|
+
|
27
|
+
## 2.13.0 (2022-08-03)
|
28
|
+
|
29
|
+
* Drop support for ruby 2.6 and below. Added Ruby 3.0 and 3.1 to test matrix.
|
30
|
+
* Fix: [#868](https://github.com/savonrb/savon/pull/868) Remove `xmlns:wsa`'s already added elsewhere; select Content-Type HTTP header based on SOAP version.
|
31
|
+
* Fix: [#943](https://github.com/savonrb/savon/pull/943) Read all namespaces from wsdl definition if document exists
|
32
|
+
* Feature: [#920](https://github.com/savonrb/savon/pull/920) Add a `write_timeout` setter for HTTP requests
|
33
|
+
* Feature: [#930](https://github.com/savonrb/savon/pull/930) Add options for SSL min_version/max_version support
|
34
|
+
* Feature: [#931](https://github.com/savonrb/savon/pull/931) Add `log_headers` option
|
1
35
|
|
2
36
|
## 2.12.1 (2020-07-05)
|
3
37
|
|
4
38
|
* Fix: [#917](https://github.com/savonrb/savon/pull/917) elementFormDefault="qualified" regression
|
5
39
|
* Fix: [#875](https://github.com/savonrb/savon/pull/875) Fix detecting Soap 1.1 Fault when faultcode and faultstring are empty
|
6
40
|
|
7
|
-
|
41
|
+
## 2.12.0 (2018-01-16)
|
8
42
|
|
9
43
|
* Drop support for ruby 2.1 and below.
|
10
44
|
* Fix: [#822](https://github.com/savonrb/savon/pull/822) Raise correct error when SOAP envelope only contains a string
|
@@ -14,7 +48,7 @@
|
|
14
48
|
* Feature: [#812](https://github.com/savonrb/savon/pull/812) Allow `proxy` option to be `nil`.
|
15
49
|
* Feature: [#838](https://github.com/savonrb/savon/pull/838) Added ssl_ca_path and ssl_cert_store to globals
|
16
50
|
|
17
|
-
|
51
|
+
## 2.11.2 (2017-08-03)
|
18
52
|
* Fix: [#676](https://github.com/savonrb/savon/pull/676) Fixes handling of `content!` and `attributes!`
|
19
53
|
* Fix: [#800](https://github.com/savonrb/savon/pull/800) Fix exception calling `SOAPFault#to_s` when http.body is empty
|
20
54
|
* Fix: [#757](https://github.com/savonrb/savon/pull/757) Logging: Use filter without automatic pretty printing
|
@@ -23,43 +57,43 @@
|
|
23
57
|
* Feature: [#742](https://github.com/savonrb/savon/pull/742) Add support for local request headers
|
24
58
|
* Feature: [#704](https://github.com/savonrb/savon/pull/704) Add possibility to pass attribute delete_namespace_attributes to Nori
|
25
59
|
|
26
|
-
|
60
|
+
## 2.11.1 (2015-05-27)
|
27
61
|
|
28
62
|
* Replace dependency on [uuid](https://rubygems.org/gems/uuid), using SecureRandom.uuid instead.
|
29
63
|
|
30
|
-
|
64
|
+
## 2.11.0 (2015-03-31)
|
31
65
|
|
32
66
|
* Formally drop support for 1.8.7.
|
33
67
|
|
34
|
-
|
68
|
+
## 2.10.1 (2015-03-15)
|
35
69
|
|
36
70
|
* Feature: [#673](https://github.com/savonrb/savon/pull/673) Adds an :unwrap option that is passed to Gyoku.
|
37
71
|
|
38
|
-
|
72
|
+
## 2.10.0 (2015-03-02)
|
39
73
|
|
40
74
|
* Fix: This reverts a purported "fix" to operation names.
|
41
75
|
|
42
|
-
|
76
|
+
## 2.9.0 (2015-01-29)
|
43
77
|
|
44
78
|
* Feature: [#655] Wasabi exceptions should be rethrown as Savon errors. This should make it easier to catch errors thrown by Savon::Client.
|
45
79
|
* Feature: [#630] ServiceFaults are correctly identified as Soap Faults.
|
46
80
|
|
47
|
-
|
81
|
+
## 2.8.0 (2014-11-12)
|
48
82
|
|
49
83
|
* Feature : [#620](https://github.com/savonrb/savon/pull/620) add #build_request method that builds the actual XML request body, but does not submit it. Useful for debugging, possibly.
|
50
84
|
* Fix : Loosened dependencies on Gyoku, Nori, Akami, and other Savon-dependency gems
|
51
85
|
* Feature: [#636](https://github.com/savonrb/savon/pull/636) Set HTTPI.logger when Savon's logger is configured.
|
52
86
|
* Feature: [#639](https://github.com/savonrb/savon/issues/639) Allow setting any SSL version that OpenSSL provides. See [the relevant HTTPI issue](https://github.com/savonrb/httpi/pull/136) for more information.
|
53
87
|
|
54
|
-
|
88
|
+
## 2.7.2 (2014-09-23)
|
55
89
|
|
56
90
|
Fix : Preserve false values (https://github.com/savonrb/savon/issues/321)
|
57
91
|
|
58
|
-
|
92
|
+
## 2.7.1 (2014-09-23)
|
59
93
|
|
60
94
|
* Fix : Fix a crash in builder when request headers do not contain WSA headers
|
61
95
|
|
62
|
-
|
96
|
+
## 2.7.0 (2014-09-23)
|
63
97
|
|
64
98
|
* Feature: Signing requests. Added wsse_signature.
|
65
99
|
```ruby
|
@@ -68,7 +102,7 @@ Fix : Preserve false values (https://github.com/savonrb/savon/issues/321)
|
|
68
102
|
end
|
69
103
|
```
|
70
104
|
|
71
|
-
|
105
|
+
## 2.5.0 (2014-05-03)
|
72
106
|
|
73
107
|
* Feature: [#573](https://github.com/savonrb/savon/pull/573) Add an `all_operations` method to `Savon::Model` that automatically adds all available operations to the model.
|
74
108
|
|
@@ -88,16 +122,16 @@ Fix : Preserve false values (https://github.com/savonrb/savon/issues/321)
|
|
88
122
|
client = Savon.client(wsdl: "http://example.com/service.wsdl", log: true)
|
89
123
|
```
|
90
124
|
|
91
|
-
|
125
|
+
## 2.3.2 (2013-12-09)
|
92
126
|
|
93
127
|
* Fix: [#520](https://github.com/savonrb/savon/issues/520) Fixes a regression in message tags in requests and responses.
|
94
128
|
|
95
|
-
|
129
|
+
## 2.3.1 (2013-12-05)
|
96
130
|
|
97
131
|
* Removed dependency on Nokogiri <= 1.4 -- This improves support for ruby 1.9.3 and 2.0.0 and officially begins the end of support for ruby 1.8.7
|
98
132
|
See [issue #487](https://github.com/savonrb/savon/issues/487)
|
99
133
|
|
100
|
-
|
134
|
+
## 2.3.0 (2013-07-27)
|
101
135
|
|
102
136
|
Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
103
137
|
|
@@ -145,7 +179,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
145
179
|
* Fix: [#468](https://github.com/savonrb/savon/issues/468) Changed the dependency on Nokogiri
|
146
180
|
to < 1.6, because Nokogiri 1.6 dropped support for Ruby 1.8.
|
147
181
|
|
148
|
-
|
182
|
+
## 2.2.0 (2013-04-21)
|
149
183
|
|
150
184
|
* Feature: [#416](https://github.com/savonrb/savon/pull/416) The global `namespace_identifier`
|
151
185
|
option can now be set to `nil` to not add a namespace identifier to the message tag.
|
@@ -183,7 +217,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
183
217
|
* Fix: [#423](https://github.com/savonrb/savon/issues/423) fixes a problem where Wasabi was
|
184
218
|
not able to find extension base elements defined in imports it didn't follow.
|
185
219
|
|
186
|
-
|
220
|
+
## 2.1.0 (2013-02-03)
|
187
221
|
|
188
222
|
* Feature: [#372](https://github.com/savonrb/savon/pull/372) added global `ssl_cert_key_password` option.
|
189
223
|
|
@@ -215,12 +249,12 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
215
249
|
* Fix: [#376](https://github.com/savonrb/savon/issues/376) added a global `namespaces` option
|
216
250
|
for adding namespaces to the SOAP envelope.
|
217
251
|
|
218
|
-
|
252
|
+
## 2.0.3 (2013-01-19)
|
219
253
|
|
220
254
|
* Upgraded Nori dependency to prevent people from using a version that is vulnerable to
|
221
255
|
the recent [remote code execution bug](https://gist.github.com/4532291).
|
222
256
|
|
223
|
-
|
257
|
+
## 2.0.2 (2012-12-20)
|
224
258
|
|
225
259
|
* Fix: [#297](https://github.com/savonrb/savon/issues/297#issuecomment-11536517) added the global
|
226
260
|
`:ssl_verify_mode` and `:ssl_version` options which were missing.
|
@@ -228,13 +262,13 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
228
262
|
* Fix: [#344](https://github.com/savonrb/savon/issues/344) added missing global ssl cert options
|
229
263
|
`:ssl_cert_file`, `:ssl_cert_key_file` and `:ssl_ca_cert_file`.
|
230
264
|
|
231
|
-
|
265
|
+
## 2.0.1 (2012-12-19)
|
232
266
|
|
233
267
|
* Fix [#342](https://github.com/savonrb/savon/issues/342) fixes an issue where namespaces could
|
234
268
|
not be resolved if the actual operation name to call did not match the operation name passed
|
235
269
|
to the client's `#call` method. For example: `:get_stations` for a `getStations` operation.
|
236
270
|
|
237
|
-
|
271
|
+
## 2.0.0 (2012-12-18)
|
238
272
|
|
239
273
|
* Read about all the changes in the [updated documentation](http://savonrb.com/version2.html).
|
240
274
|
|
@@ -249,7 +283,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
249
283
|
|
250
284
|
* Fix: [321](https://github.com/savonrb/savon/issues/321) preserve `[false]` values in Hashes.
|
251
285
|
|
252
|
-
|
286
|
+
## 1.2.0 (2012-09-15)
|
253
287
|
|
254
288
|
* Fix: [#312](https://github.com/savonrb/savon/pull/312) recursively determines the proper namespaces
|
255
289
|
for SOAP body Hashes with nested Arrays of Hashes.
|
@@ -259,7 +293,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
259
293
|
|
260
294
|
* Refactoring: Use the `Wasabi::Document` with resolver instead of the custom `Savon::Wasabi::Document`.
|
261
295
|
|
262
|
-
|
296
|
+
## 1.1.0 (2012-06-28)
|
263
297
|
|
264
298
|
* Improvement: Changed Savon's core dependencies to be more strict and only allow bug fix changes.
|
265
299
|
Major or minor releases of these dependencies now need a release of Savon so they can be used.
|
@@ -286,7 +320,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
286
320
|
* Refactoring: Moved code that sets the cookies from the last response for the
|
287
321
|
next request to `HTTPI::Request#set_cookies`.
|
288
322
|
|
289
|
-
|
323
|
+
## 1.0.0 (2012-06-09)
|
290
324
|
|
291
325
|
* Fix: `Savon.client` didn't pass the optional block.
|
292
326
|
|
@@ -297,15 +331,15 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
297
331
|
|
298
332
|
As this change affects `savon_spec`, you need to update `savon_spec` to v1.3.0.
|
299
333
|
|
300
|
-
|
334
|
+
## 0.9.14 (2012-06-07)
|
301
335
|
|
302
336
|
* Fix: [#292](https://github.com/savonrb/savon/issues/292) again
|
303
337
|
|
304
|
-
|
338
|
+
## 0.9.13 (2012-06-07)
|
305
339
|
|
306
340
|
* Fix: [#292](https://github.com/savonrb/savon/issues/292)
|
307
341
|
|
308
|
-
|
342
|
+
## 0.9.12 (2012-06-07)
|
309
343
|
|
310
344
|
* Re-added the log method setters to the new config object for backwards compatibility.
|
311
345
|
You should be able to configure the logger as you used to do.
|
@@ -318,7 +352,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
318
352
|
end
|
319
353
|
```
|
320
354
|
|
321
|
-
|
355
|
+
## 0.9.11 (2012-06-06)
|
322
356
|
|
323
357
|
* Feature: [#264](https://github.com/savonrb/savon/pull/264) - Thanks to @hoverlover, Savon and Akami now support
|
324
358
|
signed messages through WSSE.
|
@@ -352,7 +386,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
352
386
|
</env:Envelope>
|
353
387
|
```
|
354
388
|
|
355
|
-
|
389
|
+
## 0.9.10 (2012-06-06)
|
356
390
|
|
357
391
|
* Feature: [#289](https://github.com/savonrb/savon/pull/289) - Allow the SOAP envelope header to be set as a String.
|
358
392
|
|
@@ -382,7 +416,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
382
416
|
* Moved logging to the new `Savon::Logger` object.
|
383
417
|
* Removed the `blank?` extension from `Object`.
|
384
418
|
|
385
|
-
|
419
|
+
## 0.9.9 (2012-02-17)
|
386
420
|
|
387
421
|
* Improvement: [pull request 255](https://github.com/savonrb/savon/pull/255) - Raise an error if fetching
|
388
422
|
a remote WSDL fails. Possible fix for [issue 236](https://github.com/savonrb/savon/issues/236).
|
@@ -406,7 +440,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
406
440
|
* Fix: [pull request 265](https://github.com/savonrb/savon/pull/265) - Fixes gemspec problems when bundling
|
407
441
|
under JRuby 1.6.5. Also fixes [issue 267](https://github.com/savonrb/savon/issues/267).
|
408
442
|
|
409
|
-
|
443
|
+
## 0.9.8 (2012-02-15)
|
410
444
|
|
411
445
|
* Feature: Savon now ships with [Savon::Model](http://rubygems.org/gems/savon_model).
|
412
446
|
Savon::Model is a lightweight DSL to be used inside your domain models. It's been refactored
|
@@ -440,7 +474,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
440
474
|
* Fix: [pull request 250](https://github.com/savonrb/savon/pull/250) - The Content-Length header should
|
441
475
|
be the size in bytes.
|
442
476
|
|
443
|
-
|
477
|
+
## 0.9.7 (2011-08-25)
|
444
478
|
|
445
479
|
* Feature: Merged [pull request 210](https://github.com/savonrb/savon/pull/210) by
|
446
480
|
[mboeh](https://github.com/mboeh) to add `Savon::SOAP::Response#doc` and
|
@@ -469,7 +503,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
469
503
|
|
470
504
|
* Improvement: [issue 222](https://github.com/savonrb/savon/issues/222) - Set the Content-Length header.
|
471
505
|
|
472
|
-
|
506
|
+
## 0.9.6 (2011-07-07)
|
473
507
|
|
474
508
|
* Improvement/Fix: Updated Savon to use the latest version of [Wasabi](http://rubygems.org/gems/wasabi).
|
475
509
|
This should fix [issue 155](https://github.com/savonrb/savon/issues/155) - Savon can automatically add namespaces
|
@@ -480,16 +514,16 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
480
514
|
|
481
515
|
* Fix: [issue 143](https://github.com/savonrb/savon/issues/143) - Updating Wasabi should solve this issue.
|
482
516
|
|
483
|
-
|
517
|
+
## 0.9.5 (2011-07-03)
|
484
518
|
|
485
519
|
* Refactoring: Extracted WSSE authentication out into the [akami](http://rubygems.org/gems/akami) gem.
|
486
520
|
|
487
|
-
|
521
|
+
## 0.9.4 (2011-07-03)
|
488
522
|
|
489
523
|
* Refactoring: Extracted the WSDL parser out into the [wasabi](http://rubygems.org/gems/wasabi) gem.
|
490
524
|
This should isolate upcoming improvements to the parser.
|
491
525
|
|
492
|
-
|
526
|
+
## 0.9.3 (2011-06-30)
|
493
527
|
|
494
528
|
* Fix: [issue 138](https://github.com/savonrb/savon/issues/138) -
|
495
529
|
Savon now supports setting a global SOAP header via `Savon.soap_header=`.
|
@@ -508,7 +542,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
508
542
|
|
509
543
|
* `Hash#map_soap_response` and some of its helpers are moved to [Nori v1.0.0](http://rubygems.org/gems/nori/versions/1.0.0).
|
510
544
|
Along with replacing core extensions with a proper implementation, Nori now contains a number of methods
|
511
|
-
for [configuring its default behavior](https://github.com/savonrb/nori/blob/
|
545
|
+
for [configuring its default behavior](https://github.com/savonrb/nori/blob/main/CHANGELOG.md):
|
512
546
|
|
513
547
|
* The option whether to strip namespaces was moved to Nori.strip_namespaces
|
514
548
|
* You can disable "advanced typecasting" for SOAP response values
|
@@ -524,7 +558,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
524
558
|
|
525
559
|
* `Savon::SOAP::Response#basic_hash` is now `Savon::SOAP::Response#hash`.
|
526
560
|
|
527
|
-
|
561
|
+
## 0.9.2 (2011-04-30)
|
528
562
|
|
529
563
|
* Fix: [issue 154](https://github.com/savonrb/savon/pull/154) -
|
530
564
|
Timezone format used by Savon now matches the XML schema spec.
|
@@ -542,7 +576,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
542
576
|
|
543
577
|
* Improvement: WSDL parsing now uses Nokogiri instead of REXML.
|
544
578
|
|
545
|
-
|
579
|
+
## 0.9.1 (2011-04-06)
|
546
580
|
|
547
581
|
* Improvement: if you're only setting the local or remote address of your wsdl document, you can
|
548
582
|
now pass an (optional) String to `Savon::Client.new` to set `wsdl.document`.
|
@@ -558,7 +592,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
558
592
|
response[:authenticate_response][:return]
|
559
593
|
```
|
560
594
|
|
561
|
-
|
595
|
+
## 0.9.0 (2011-04-05)
|
562
596
|
|
563
597
|
* Feature: issues [#158](https://github.com/savonrb/savon/issues/158),
|
564
598
|
[#169](https://github.com/savonrb/savon/issues/169) and [#172](https://github.com/savonrb/savon/issues/172)
|
@@ -610,18 +644,18 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
610
644
|
|
611
645
|
* And if you haven't already seen the new documentation: [savonrb.com](http://savonrb.com)
|
612
646
|
|
613
|
-
|
647
|
+
## 0.8.6 (2011-02-15)
|
614
648
|
|
615
649
|
* Fix for issues [issue #147](https://github.com/savonrb/savon/issues/147) and [#151](https://github.com/savonrb/savon/issues/151)
|
616
650
|
([771194](https://github.com/savonrb/savon/commit/771194)).
|
617
651
|
|
618
|
-
|
652
|
+
## 0.8.5 (2011-01-28)
|
619
653
|
|
620
654
|
* Fix for [issue #146](https://github.com/savonrb/savon/issues/146) ([98655c](https://github.com/savonrb/savon/commit/98655c)).
|
621
655
|
|
622
656
|
* Fix for [issue #147](https://github.com/savonrb/savon/issues/147) ([252670](https://github.com/savonrb/savon/commit/252670)).
|
623
657
|
|
624
|
-
|
658
|
+
## 0.8.4 (2011-01-26)
|
625
659
|
|
626
660
|
* Fix for issues [issue #130](https://github.com/savonrb/savon/issues/130) and [#134](https://github.com/savonrb/savon/issues/134)
|
627
661
|
([4f9847](https://github.com/savonrb/savon/commit/4f9847)).
|
@@ -630,14 +664,14 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
630
664
|
|
631
665
|
* Fix for [issue #135](https://github.com/savonrb/savon/issues/135) ([c9261d](https://github.com/savonrb/savon/commit/c9261d)).
|
632
666
|
|
633
|
-
|
667
|
+
## 0.8.3 (2011-01-11)
|
634
668
|
|
635
669
|
* Moved implementation of `Savon::SOAP::Response#to_array` to a class method at `Savon::SOAP::XML.to_array`
|
636
670
|
([05a7d3](https://github.com/savonrb/savon/commit/05a7d3)).
|
637
671
|
|
638
672
|
* Fix for [issue #131](https://github.com/savonrb/savon/issues/131) ([4e57b3](https://github.com/savonrb/savon/commit/4e57b3)).
|
639
673
|
|
640
|
-
|
674
|
+
## 0.8.2 (2011-01-04)
|
641
675
|
|
642
676
|
* Fix for [issue #127](https://github.com/savonrb/savon/issues/127) ([0eb3da](https://github.com/savonrb/savon/commit/0eb3da4)).
|
643
677
|
|
@@ -669,7 +703,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
669
703
|
end
|
670
704
|
```
|
671
705
|
|
672
|
-
|
706
|
+
## 0.8.1 (2010-12-22)
|
673
707
|
|
674
708
|
* Update to depend on HTTPI v0.7.5 which comes with a fallback to use Net::HTTP when no other adapter could be required.
|
675
709
|
|
@@ -677,7 +711,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
677
711
|
|
678
712
|
* Loosen dependency on builder. Should be quite stable.
|
679
713
|
|
680
|
-
|
714
|
+
## 0.8.0 (2010-12-20)
|
681
715
|
|
682
716
|
* Added `Savon::SOAP::XML#env_namespace` ([51fa0e](https://github.com/savonrb/savon/commit/51fa0e)) to configure
|
683
717
|
the SOAP envelope namespace. It defaults to :env but can also be set to an empty String for SOAP envelope
|
@@ -686,7 +720,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
686
720
|
* Replaced quite a lot of core extensions by moving the Hash to XML translation into a new gem called
|
687
721
|
[Gyoku](http://rubygems.org/gems/gyoku) ([bac4b4](https://github.com/savonrb/savon/commit/bac4b4)).
|
688
722
|
|
689
|
-
|
723
|
+
## 0.8.0.beta.4 (2010-11-20)
|
690
724
|
|
691
725
|
* Fix for [issue #107](https://github.com/savonrb/savon/issues/107) ([1d6eda](https://github.com/savonrb/savon/commit/1d6eda)).
|
692
726
|
|
@@ -702,12 +736,12 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
702
736
|
# => [{ :id => 1, :name => "foo"}, { :id => 2, :name => "bar"}]
|
703
737
|
```
|
704
738
|
|
705
|
-
|
739
|
+
## 0.8.0.beta.3 (2010-11-06)
|
706
740
|
|
707
741
|
* Fix for [savon_spec](http://rubygems.org/gems/savon_spec) to not send nil to `Savon::SOAP::XML#body`
|
708
742
|
([c34b42](https://github.com/savonrb/savon/commit/c34b42)).
|
709
743
|
|
710
|
-
|
744
|
+
## 0.8.0.beta.2 (2010-11-05)
|
711
745
|
|
712
746
|
* Added `Savon.response_pattern` ([0a12fb](https://github.com/savonrb/savon/commit/0a12fb)) to automatically walk deeper into
|
713
747
|
the SOAP response Hash when a pattern (specified as an Array of Regexps and Symbols) matches the response. If for example
|
@@ -750,7 +784,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
750
784
|
|
751
785
|
* Added `Savon::SOAP::Response#to_array` (which also uses the response pattern).
|
752
786
|
|
753
|
-
|
787
|
+
## 0.8.0.beta.1 (2010-10-29)
|
754
788
|
|
755
789
|
* Changed `Savon::Client.new` to accept a block instead of multiple Hash arguments. You can access the
|
756
790
|
wsdl, http and wsse objects inside the block to configure your client for a particular service.
|
@@ -843,15 +877,15 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
843
877
|
|
844
878
|
* Started to remove quite a few core extensions.
|
845
879
|
|
846
|
-
|
880
|
+
## 0.7.9 (2010-06-14)
|
847
881
|
|
848
882
|
* Fix for [issue #53](https://github.com/savonrb/savon/issues/53).
|
849
883
|
|
850
|
-
|
884
|
+
## 0.7.8 (2010-05-09)
|
851
885
|
|
852
886
|
* Fixed gemspec to include missing files in the gem.
|
853
887
|
|
854
|
-
|
888
|
+
## 0.7.7 (2010-05-09)
|
855
889
|
|
856
890
|
* SOAP requests now start with a proper XML declaration.
|
857
891
|
|
@@ -874,7 +908,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
874
908
|
in SOAP request Hash values, but you can now append an exclamation mark to Hash keys specifying that
|
875
909
|
it's value should not be escaped.
|
876
910
|
|
877
|
-
|
911
|
+
## 0.7.6 (2010-03-21)
|
878
912
|
|
879
913
|
* Moved documentation from the Github Wiki to the actual class files and established a much nicer
|
880
914
|
documentation combining examples and implementation (using Hanna) at: http://savon.rubiii.com
|
@@ -890,7 +924,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
890
924
|
* Fix for issues [#39](https://github.com/savonrb/savon/issues/39) and [#49](https://github.com/savonrb/savon/issues/49).
|
891
925
|
Added `Savon::SOAP#xml` which let's you specify completely custom SOAP request XML.
|
892
926
|
|
893
|
-
|
927
|
+
## 0.7.5 (2010-02-19)
|
894
928
|
|
895
929
|
* Fix for [issue #34](https://github.com/savonrb/savon/issues/34).
|
896
930
|
|
@@ -900,11 +934,11 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
900
934
|
|
901
935
|
* Changed the key for specifying the order of tags from :@inorder to :order!
|
902
936
|
|
903
|
-
|
937
|
+
## 0.7.4 (2010-02-02)
|
904
938
|
|
905
939
|
* Fix for [issue #33](https://github.com/savonrb/savon/issues/33).
|
906
940
|
|
907
|
-
|
941
|
+
## 0.7.3 (2010-01-31)
|
908
942
|
|
909
943
|
* Added support for Geotrust-style WSDL documents (Julian Kornberger <github.corny@digineo.de>).
|
910
944
|
|
@@ -925,7 +959,7 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
925
959
|
|
926
960
|
* Fix for [issue #25](https://github.com/savonrb/savon/issues/25).
|
927
961
|
|
928
|
-
|
962
|
+
## 0.7.2 (2010-01-17)
|
929
963
|
|
930
964
|
* Exposed the `Net::HTTP` response (added by Kevin Ingolfsland). Use the `http` accessor (`response.http`)
|
931
965
|
on your `Savon::Response` to access the `Net::HTTP` response object.
|
@@ -938,12 +972,12 @@ Combined release ticket: [#481](https://github.com/savonrb/savon/issues/481)
|
|
938
972
|
|
939
973
|
* Added support for global header and namespaces. See [issue #9](https://github.com/savonrb/savon/issues/9).
|
940
974
|
|
941
|
-
|
975
|
+
## 0.7.1 (2010-01-10)
|
942
976
|
|
943
977
|
* The Hash of HTTP headers for SOAP calls is now public via `Savon::Request#headers`.
|
944
978
|
Patch for [issue #8](https://github.com/savonrb/savon/issues/8).
|
945
979
|
|
946
|
-
|
980
|
+
## 0.7.0 (2010-01-09)
|
947
981
|
|
948
982
|
This version comes with several changes to the public API!
|
949
983
|
Pay attention to the following list and read the updated Wiki: http://wiki.github.com/savonrb/savon
|
@@ -1001,7 +1035,7 @@ Pay attention to the following list and read the updated Wiki: http://wiki.githu
|
|
1001
1035
|
soap.namespace = "http://example.com"
|
1002
1036
|
```
|
1003
1037
|
|
1004
|
-
|
1038
|
+
## 0.6.8 (2010-01-01)
|
1005
1039
|
|
1006
1040
|
* Improved specifications for various kinds of WSDL documents.
|
1007
1041
|
|
@@ -1018,7 +1052,7 @@ Pay attention to the following list and read the updated Wiki: http://wiki.githu
|
|
1018
1052
|
client.get_api_key { |soap| soap.input = "User.GetApiKey" }
|
1019
1053
|
```
|
1020
1054
|
|
1021
|
-
|
1055
|
+
## 0.6.7 (2009-12-18)
|
1022
1056
|
|
1023
1057
|
* Implemented support for a proxy server. The proxy URI can be set through an optional Hash of options passed
|
1024
1058
|
to instantiating `Savon::Client` (Dave Woodward <dave@futuremint.com>)
|
@@ -1028,17 +1062,17 @@ Pay attention to the following list and read the updated Wiki: http://wiki.githu
|
|
1028
1062
|
|
1029
1063
|
* Patch for [issue #10](https://github.com/savonrb/savon/issues/10).
|
1030
1064
|
|
1031
|
-
|
1065
|
+
## 0.6.6 (2009-12-14)
|
1032
1066
|
|
1033
1067
|
* Default to use the name of the SOAP action (the method called in a client) in lowerCamelCase for SOAP action
|
1034
1068
|
and input when Savon::WSDL is disabled. You still need to specify soap.action and maybe soap.input in case
|
1035
1069
|
your SOAP actions are named any different.
|
1036
1070
|
|
1037
|
-
|
1071
|
+
## 0.6.5 (2009-12-13)
|
1038
1072
|
|
1039
1073
|
* Added an `open_timeout` method to `Savon::Request`.
|
1040
1074
|
|
1041
|
-
|
1075
|
+
## 0.6.4 (2009-12-13)
|
1042
1076
|
|
1043
1077
|
* Refactored specs to be less unit-like.
|
1044
1078
|
|
@@ -1056,7 +1090,7 @@ Pay attention to the following list and read the updated Wiki: http://wiki.githu
|
|
1056
1090
|
0.6.3 192.900000 19.630000 212.530000 (914.031865)
|
1057
1091
|
```
|
1058
1092
|
|
1059
|
-
|
1093
|
+
## 0.6.3 (2009-12-11)
|
1060
1094
|
|
1061
1095
|
* Removing 2 ruby deprecation warnings for parenthesized arguments. (Dave Woodward <dave@futuremint.com>)
|
1062
1096
|
|
@@ -1080,17 +1114,17 @@ Pay attention to the following list and read the updated Wiki: http://wiki.githu
|
|
1080
1114
|
0.6.2 574.720000 78.380000 653.100000 (1387.778539)
|
1081
1115
|
```
|
1082
1116
|
|
1083
|
-
|
1117
|
+
## 0.6.2 (2009-12-06)
|
1084
1118
|
|
1085
1119
|
* Added support for changing the name of the SOAP input node.
|
1086
1120
|
|
1087
1121
|
* Added a CHANGELOG.
|
1088
1122
|
|
1089
|
-
|
1123
|
+
## 0.6.1 (2009-12-06)
|
1090
1124
|
|
1091
1125
|
* Fixed a problem with WSSE credentials, where every request contained a WSSE authentication header.
|
1092
1126
|
|
1093
|
-
|
1127
|
+
## 0.6.0 (2009-12-06)
|
1094
1128
|
|
1095
1129
|
* `method_missing` now yields the SOAP and WSSE objects to a given block.
|
1096
1130
|
|
@@ -1098,15 +1132,15 @@ Pay attention to the following list and read the updated Wiki: http://wiki.githu
|
|
1098
1132
|
|
1099
1133
|
* Improved SOAP action handling (another problem that came up with issue #1).
|
1100
1134
|
|
1101
|
-
|
1135
|
+
## 0.5.3 (2009-11-30)
|
1102
1136
|
|
1103
1137
|
* Patch for [issue #2](https://github.com/savonrb/savon/issues/2).
|
1104
1138
|
|
1105
|
-
|
1139
|
+
## 0.5.2 (2009-11-30)
|
1106
1140
|
|
1107
1141
|
* Patch for [issue #1](https://github.com/savonrb/savon/issues/1).
|
1108
1142
|
|
1109
|
-
|
1143
|
+
## 0.5.1 (2009-11-29)
|
1110
1144
|
|
1111
1145
|
* Optimized default response process.
|
1112
1146
|
|
@@ -1118,6 +1152,6 @@ Pay attention to the following list and read the updated Wiki: http://wiki.githu
|
|
1118
1152
|
|
1119
1153
|
* Added specs
|
1120
1154
|
|
1121
|
-
|
1155
|
+
## 0.5.0 (2009-11-29)
|
1122
1156
|
|
1123
1157
|
* Complete rewrite and public release.
|