File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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+
19## 1.4.3 - 2020-06-10
210
311* Masking ` password ` parameter by default... doh.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- httplog (1.4.3 )
4+ httplog (1.5.0 )
55 rack (>= 1.0 )
66 rainbow (>= 2.0.0 )
77
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module HttpLog
4- VERSION = '1.4.3 ' . freeze
4+ VERSION = '1.5.0 ' . freeze
55end
You can’t perform that action at this time.
0 commit comments