Skip to content

Commit 33b5ee4

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.2.1
1 parent 1d4c42b commit 33b5ee4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly SSE Client for Ruby will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.2.1] - 2022-06-15
6+
### Fixed:
7+
- Improved efficiency of SSE parsing to reduce transient memory/CPU usage spikes when streams contain long lines. (Thanks, [sq-square](https://github.com/launchdarkly/ruby-eventsource/pull/32)!)
8+
59
## [2.2.0] - 2021-12-31
610
### Added:
711
- The `StreamEvent` type now has a new property, `last_event_id`. Unlike the `id` property which reports only the value of the `id:` field (if any) in that particular event, `last_event_id` reports the `id:` value that was most recently specified in _any_ event. The specification states that this state should be included in every event; the ability to distinguish `last_event_id` from `id` is an extended feature of this gem.

lib/ld-eventsource/version.rb

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

0 commit comments

Comments
 (0)