File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Savon changelog
22
33## 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
59* BC BREAKING Cookies are handled differently now
610* BC BREAKING Multiple pieces of functionality will rely on faraday libraries to be provided by the consuming codebase
711* BC BREAKING Adapter overrides now utilize the faraday model
1317 decrypt the key and pass it to faraday in code
1418 * Deprecates providing a ca cert, upgrade path is to provide a ca cert file
1519 * deprecates overriding ssl ciphers, as faraday does not support this
16- * Add your PR changelog line here
1720
1821## 2.15.1 (2024-07-08)
1922
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $ gem install savon
2323or add it to your Gemfile like this:
2424
2525```
26- gem 'savon', '~> 2.15 .0'
26+ gem 'savon', '~> 3.0 .0'
2727```
2828
2929## Usage example
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module Savon
3- VERSION = '2.15.1 '
3+ VERSION = '3.0.0.rc1 '
44end
You can’t perform that action at this time.
0 commit comments