Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"words": [
"doctl",
"endtemplate",
"expando",
"hotreload",
"intelli",
"sigint",
Expand Down
5 changes: 5 additions & 0 deletions packages/dart_frog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.2.6

- fix: revert `Expando` perf optimization ([#1908](https://github.com/dart-frog-dev/dart_frog/pull/1908))
- perf optimization caused a regression when calling `request.read` multiple times across a middleware/handler gap

# 1.2.5

- feat: add `defaultDocument` to `createStaticFileHandler` ([#1901](https://github.com/dart-frog-dev/dart_frog/pull/1901))
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_frog
description: The official runtime for Dart Frog — a fast, minimalistic backend framework for Dart.
version: 1.2.5
version: 1.2.6
homepage: https://dart-frog.dev
repository: https://github.com/dart-frog-dev/dart_frog
issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues
Expand Down