Skip to content

Commit

Permalink
chore(main): release 1.8.0 (#45)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.8.0](v1.7.1...v1.8.0)
(2024-12-19)


### Features

* Add ability to provide dynamic query parameters
([#44](#44))
([efc5d86](efc5d86))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent efc5d86 commit 5a26019
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.1"
".": "1.8.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [1.8.0](https://github.com/launchdarkly/eventsource/compare/v1.7.1...v1.8.0) (2024-12-19)


### Features

* Add ability to provide dynamic query parameters ([#44](https://github.com/launchdarkly/eventsource/issues/44)) ([efc5d86](https://github.com/launchdarkly/eventsource/commit/efc5d863ff5d4961a76b98c7074a45724ade3cef))

## [1.7.1] - 2022-05-10
### Fixed:
- In the SSE server implementation, removed string concatenation logic that caused writing of large messages to be unnecessarily memory-intensive. (Thanks, [moshegood](https://github.com/launchdarkly/eventsource/pull/35)!)
Expand Down

0 comments on commit 5a26019

Please sign in to comment.