Skip to content

Commit 0c8f5eb

Browse files
committed
Bump version
# Conflicts: # CHANGELOG.md
1 parent dd61e49 commit 0c8f5eb

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
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.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
onlylogs (0.5.2)
4+
onlylogs (0.5.3)
55
rails (~> 8.0)
66

77
GEM

lib/onlylogs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Onlylogs
2-
VERSION = "0.5.2"
2+
VERSION = "0.5.3"
33
end

0 commit comments

Comments
 (0)