Skip to content

Commit d55cd19

Browse files
chore: update serinus version
1 parent b5fbbc8 commit d55cd19

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

packages/serinus/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.1.12
4+
5+
**Released on:** 17-05-2026
6+
7+
### Chores
8+
9+
- chore: update dependencies to the latest version
10+
- chore: remove comments that could be interprested as HTML
11+
312
## 2.1.11
413

514
**Released on:** 16-05-2026

packages/serinus/lib/src/contexts/request_context.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class RequestContext<TBody> extends BaseContext {
151151
/// Returns the query parameters.
152152
Map<String, dynamic> get query => request.query;
153153

154-
/// Returns the unconverted, raw payload (e.g., Map<String, dynamic>).
154+
/// Returns the unconverted, raw payload.
155155
/// Use this inside Pipes for validation before the body is transformed into a DTO.
156156
Object? get rawBody => request.body;
157157

packages/serinus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Serinus is a framework written in Dart
44
documentation: https://serinus.app
55
homepage: https://serinus.app
66
repository: https://github.com/francescovallone/serinus
7-
version: 2.1.11
7+
version: 2.1.12
88
funding:
99
- https://github.com/sponsors/francescovallone
1010
topics:
@@ -31,7 +31,7 @@ dependencies:
3131
web_socket_channel: ^3.0.3
3232
collection: ^1.19.1
3333
shelf: ^1.4.2
34-
acanthis: ^1.5.0
34+
acanthis: '>=1.5.2 <2.0.0'
3535
secure_session: ^1.0.5
3636
crypto: ^3.0.7
3737

0 commit comments

Comments
 (0)