Skip to content

Commit b8e7585

Browse files
authored
chore(dart_frog): v1.2.6 (#1910)
1 parent 9381f18 commit b8e7585

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"words": [
1919
"doctl",
2020
"endtemplate",
21+
"expando",
2122
"hotreload",
2223
"intelli",
2324
"sigint",

packages/dart_frog/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.6
2+
3+
- fix: revert `Expando` perf optimization ([#1908](https://github.com/dart-frog-dev/dart_frog/pull/1908))
4+
- perf optimization caused a regression when calling `request.read` multiple times across a middleware/handler gap
5+
16
# 1.2.5
27

38
- feat: add `defaultDocument` to `createStaticFileHandler` ([#1901](https://github.com/dart-frog-dev/dart_frog/pull/1901))

packages/dart_frog/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog
22
description: The official runtime for Dart Frog — a fast, minimalistic backend framework for Dart.
3-
version: 1.2.5
3+
version: 1.2.6
44
homepage: https://dart-frog.dev
55
repository: https://github.com/dart-frog-dev/dart_frog
66
issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues

0 commit comments

Comments
 (0)