From 375f3f48c4e2a91b8a1b6cc7c4239a3f0eb47cc2 Mon Sep 17 00:00:00 2001 From: Viktor Lidholt Date: Mon, 20 Jan 2025 19:42:50 +0000 Subject: [PATCH 1/2] chore: Bumps version to 0.3.0 and updates changelog. --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb9a09..a2426f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0 + +- feat: Implements lazy loading when parsing headers to avoid unnecessary validation. +- fix: Resolves issue with `Content-Length` header conflicting with `Transfer-Encoding: chunked`. +- feat: Makes address strongly typed and adds `RelicAddress` type. + ## 0.2.0 - First tech preview. diff --git a/pubspec.yaml b/pubspec.yaml index 3c3d216..d52710b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: relic description: A lightweight web server inspired by Shelf. -version: 0.2.0 +version: 0.3.0 repository: https://github.com/serverpod/relic environment: From ecc216b65c1badbb286c0938ec5486bd471ccc25 Mon Sep 17 00:00:00 2001 From: Viktor Lidholt Date: Tue, 21 Jan 2025 09:19:07 +0000 Subject: [PATCH 2/2] fix: Updates changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2426f4..5747f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## 0.3.0 - feat: Implements lazy loading when parsing headers to avoid unnecessary validation. -- fix: Resolves issue with `Content-Length` header conflicting with `Transfer-Encoding: chunked`. - feat: Makes address strongly typed and adds `RelicAddress` type. +- fix: Resolves issue with `Content-Length` header conflicting with `Transfer-Encoding: chunked`. ## 0.2.0