File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 0.5.3
44
5+ - Reuse Http connection.
56- ` HttpLogger ` can now buffer undeliverable batches to disk and replay them when the drain
67 recovers (and on the next boot), so a transient outage or a restart no longer loses logs.
78- ` HttpLogger ` now treats a non-2xx response as a failed delivery.
89- ` HttpLogger ` now accepts a drain URL without a path (e.g. ` https://onlylogs.io ` ) and forwards any query string, instead of failing every send.
910
10- ## 0.5.3
11-
12- - Reuse Http connection.
13-
1411## 0.5.2
1512
1613- ` HttpLogger ` now falls back to logging locally when ` ONLYLOGS_DRAIN_URL ` is not set, instead of silently dropping all log lines.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- onlylogs (0.5.2 )
4+ onlylogs (0.5.3 )
55 rails (~> 8.0 )
66
77GEM
Original file line number Diff line number Diff line change 11module Onlylogs
2- VERSION = "0.5.2 "
2+ VERSION = "0.5.3 "
33end
You can’t perform that action at this time.
0 commit comments