Skip to content

Commit

Permalink
update readme for 5.x [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jul 20, 2024
1 parent de0baed commit 78e4e3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ document.operations
# => { :create_user => { :input => "createUser", :action => "createUser" },
# => :find_user => { :input => "findUser", :action => "findUser" } }
```

## Upgrading to Wasabi 5.x

Wasabi 5.x adds support for (and defaults to) [Faraday](https://lostisland.github.io/faraday/#/) for its HTTP transport. For compatibility, it will continue to prefer
[HTTPI](https://github.com/savonrb/httpi) if it is present. Newer versions of Savon require Wasabi 5.x as part of the transition to Faraday.

0 comments on commit 78e4e3f

Please sign in to comment.