We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7331b commit 74d3e42Copy full SHA for 74d3e42
changelog.txt
@@ -1,3 +1,10 @@
1
+0.66.0 2019-08-06
2
+=================
3
+
4
+Add remote_ip to datum, enabling usage in middleware
5
+redirect follower now raises after following too many redirects (default 10)
6
+fixed stub clearing in tests to avoid race conditions
7
8
0.65.0 2019-07-22
9
=================
10
lib/excon/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Excon
- VERSION = '0.65.0'
+ VERSION = '0.66.0'
end
0 commit comments