Skip to content

Commit be9bbb6

Browse files
authored
chore(dart_frog): v0.3.5 (#583)
1 parent fde4270 commit be9bbb6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/dart_frog/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.3.5
2+
3+
- feat: add SecurityContext named argument to serve method
4+
- feat: add Response.stream
5+
16
# 0.3.4
27

38
- feat: add support for `multipart/form-data` ([#551](https://github.com/VeryGoodOpenSource/dart_frog/pull/551))

packages/dart_frog/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog
22
description: A fast, minimalistic backend framework for Dart built by Very Good Ventures.
3-
version: 0.3.4
3+
version: 0.3.5
44
homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
@@ -24,3 +24,6 @@ dev_dependencies:
2424
path: ^1.8.2
2525
test: ^1.19.2
2626
very_good_analysis: ^4.0.0
27+
28+
false_secrets:
29+
- test/src/serve_test.dart

0 commit comments

Comments
 (0)