Skip to content

Commit dce3245

Browse files
committed
fix: Allow keyBuilder to depend on request body (#185)
1 parent 7132901 commit dce3245

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

dio_cache_interceptor/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.4
2+
- fix: Allow keyBuilder to depend on request body.
3+
14
## 4.0.3
25
- fix: BaseRequest now has `headers` getter instead of `headerValuesAsList`.
36
- chore: Updated dependencies.

dio_cache_interceptor/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Dio HTTP cache interceptor with multiple stores respecting HTTP dir
33
repository: https://github.com/llfbandit/dart_http_cache
44
issue_tracker: https://github.com/llfbandit/dart_http_cache/issues
55

6-
version: 4.0.3
6+
version: 4.0.4
77

88
environment:
99
sdk: ^3.0.0

http_cache_client/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.3
2+
- fix: Allow keyBuilder to depend on request body.
3+
14
## 1.0.2
25
- fix: BaseRequest now has `headers` getter instead of `headerValuesAsList`.
36
- chore: Updated dependencies.

http_cache_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: http_cache_client
22
description: HTTP cache client with multiple stores respecting HTTP directives (or not).
3-
version: 1.0.2
3+
version: 1.0.3
44
repository: https://github.com/llfbandit/dart_http_cache
55
issue_tracker: https://github.com/llfbandit/dart_http_cache/issues
66

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.2
2+
- fix: Allow keyBuilder to depend on request body.
3+
14
## 1.1.1
25
- fix: Send only one condition on request cache validation.
36
- fix: BaseRequest now has `headers` getter instead of `headerValuesAsList`.

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.1
3+
version: 1.1.2
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

0 commit comments

Comments
 (0)