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 ae519ee commit 5734751Copy full SHA for 5734751
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.5.0 - 2021-05-20
2
+
3
+* Support for Ruby 2.7 and frozen strings
4
+* Development dependency updates
5
+* Dropped support for net/http v3
6
+* Performance tweaks
7
+* Fix for RestClient body read issue (WARNING: this may be reverted, see [#105](https://github.com/trusche/httplog/issues/105))
8
9
## 1.4.3 - 2020-06-10
10
11
* Masking `password` parameter by default... doh.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- httplog (1.4.3)
+ httplog (1.5.0)
rack (>= 1.0)
rainbow (>= 2.0.0)
lib/httplog/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module HttpLog
- VERSION = '1.4.3'.freeze
+ VERSION = '1.5.0'.freeze
end
0 commit comments