We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f18299 commit 738d2bcCopy full SHA for 738d2bc
2 files changed
changelog.txt
@@ -1,3 +1,12 @@
1
+0.81.0 2021-04-28
2
+=================
3
+
4
+add helper for converting headers to strings
5
+add ssl_proxy_headers datum key and usage
6
+pass datum to socket
7
+tweak logging middleware to allow Syslog::logger usage
8
+remove ruby 3 from allowed failures
9
10
0.80.1 2021-04-15
11
=================
12
lib/excon/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Excon
- VERSION = '0.80.1'
+ VERSION = '0.81.0'
end
0 commit comments