Skip to content

Commit 21d3e35

Browse files
committed
fix: Allow optional whitespace in header values (#188)
1 parent 86928e1 commit 21d3e35

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

http_cache_core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.3
2+
- fix: Allow optional whitespace in header values.
3+
14
## 1.1.2
25
- fix: Allow keyBuilder to depend on request body.
36

http_cache_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: http_cache_core
22
description: HTTP cache core models, pivot package for agnostic HTTP client implementation.
3-
version: 1.1.2
3+
version: 1.1.3
44
homepage: https://github.com/llfbandit/dart_http_cache/tree/master/http_cache_core
55
repository: https://github.com/llfbandit/dart_http_cache/tree/master/http_cache_core
66
issue_tracker: https://github.com/llfbandit/dart_http_cache/issues

http_cache_store_tester/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ packages:
111111
path: "../http_cache_core"
112112
relative: true
113113
source: path
114-
version: "1.1.2"
114+
version: "1.1.3"
115115
http_multi_server:
116116
dependency: transitive
117117
description:

0 commit comments

Comments
 (0)