File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Savon changelog
2
2
3
3
## Unreleased
4
- * Changes to utilize faraday instead of http
4
+ * Add your PR changelog line here
5
+
6
+ ## 3.0.0.rc1 (2024-07-15)
7
+
8
+ * Use Faraday instead of HTTPI
5
9
* BC BREAKING Cookies are handled differently now
6
10
* BC BREAKING Multiple pieces of functionality will rely on faraday libraries to be provided by the consuming codebase
7
11
* BC BREAKING Adapter overrides now utilize the faraday model
13
17
decrypt the key and pass it to faraday in code
14
18
* Deprecates providing a ca cert, upgrade path is to provide a ca cert file
15
19
* deprecates overriding ssl ciphers, as faraday does not support this
16
- * Add your PR changelog line here
17
20
18
21
## 2.15.1 (2024-07-08)
19
22
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $ gem install savon
23
23
or add it to your Gemfile like this:
24
24
25
25
```
26
- gem 'savon', '~> 2.15 .0'
26
+ gem 'savon', '~> 3.0 .0'
27
27
```
28
28
29
29
## Usage example
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Savon
3
- VERSION = '2.15.1 '
3
+ VERSION = '3.0.0.rc1 '
4
4
end
You can’t perform that action at this time.
0 commit comments