Skip to content

Commit b1916c5

Browse files
committed
docs: bump version to 0.16.0. add latest changes to changelog
1 parent e92c55d commit b1916c5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.16.0 - 2025-12-29
11+
1012
### Added
1113

1214
* Added support for passing custom [connection adapters](https://matthewwid.github.io/better-sse/guides/connection-adapters/) to the `Session` constructor that enables compatibility with any protocol, framework or runtime environment.
@@ -19,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921
### Fixed
2022

2123
* Fixed [a warning](https://nodejs.org/api/events.html#emittersetmaxlistenersn) being printed by the Node internals when adding more than ten listeners to events emitted by sessions and channels.
24+
* Fixed a crash that occurred when passing a [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request) but no corresponding [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) object from the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) to the `Session` constructor.
2225
* Fixed a crash that occurred when the request had no `Host` header when using the [Node HTTP/1](https://nodejs.org/api/http.html) or [Node HTTP/2 Compatibility](https://nodejs.org/api/http2.html#compatibility-api) API.
2326

2427
## 0.15.1 - 2025-05-26

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mwid/better-sse",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"exports": "./src/index.ts",
55
"publish": {
66
"include": ["LICENSE", "README.md", "CHANGELOG.md", "src/**/*.ts"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-sse",
33
"description": "Dead simple, dependency-less, spec-compliant server-sent events implementation written in TypeScript.",
4-
"version": "0.15.1",
4+
"version": "0.16.0",
55
"license": "MIT",
66
"author": "Matthew W. <matthew.widdi@gmail.com>",
77
"repository": "github:MatthewWid/better-sse",

0 commit comments

Comments
 (0)