Skip to content

Commit

Permalink
Release 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 1, 2024
1 parent b46ee42 commit 7693dae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# oak Change Log

## Version 14.1.0

- feat: add support for Bun (c7d6ae3)

oak natively supports the built in Bun HTTP server.

- feat: initial Cloudflare Worker support (a7f87e5)

The oak application provides a Fetch Handler for Cloudflare Workers.

- tests: ignore specific bun test (f3dc3d5)
- chore: cleanup on http_server_native_request (27cf442)
- docs: improve inline documentation (928d9f0)
- docs: update readme (b46ee42)

## Version 14.0.0

- feat: send events immediately sends response to client (a3f0076)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
"version": "14.1.0-alpha.5",
"version": "14.1.0",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
Expand Down

0 comments on commit 7693dae

Please sign in to comment.