Skip to content

Commit

Permalink
Merge branch 'faraday' of github.com:LukeIGS/savon into faraday
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeIGS committed Jul 9, 2024
2 parents 4fb9fed + d35cf7b commit c726d38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Savon changelog

## Unreleased
* Ruby 3.0+ is required in the gemspec.
* Changes to utilize faraday instead of http
* BC BREAKING Cookies are handled differently now
* BC BREAKING Multiple pieces of functionality will rely on faraday libraries to be provided by the consuming codebase
Expand All @@ -16,6 +15,11 @@
* deprecates overriding ssl ciphers, as faraday does not support this
* Add your PR changelog line here

## 2.15.1 (2024-07-08)

* Ruby 3.0+ is required in the gemspec.
* Require httpi 4.x - older versions rely on `Rack::Utils::HeaderHash` which is removed in Rack 3.0.

## 2.15.0 (2024-02-10)

* Drop support for ruby 2.7 and below. Added Ruby 3.2 and 3.3 to test matrix.
Expand Down
2 changes: 1 addition & 1 deletion lib/savon/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Savon
VERSION = '2.15.0'
VERSION = '2.15.1'
end

0 comments on commit c726d38

Please sign in to comment.