File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ _ vNext_ ] ( https://github.com/sketch7/FluentlyHttpClient/compare/4.0.1...4.1.0 ) (2024-X-X)
4
4
5
- ## [ 4.2.0] ( https://github.com/sketch7/FluentlyHttpClient/compare/4.1.0...4.2.0 ) (2024-10-11)
5
+ <!-- ## [4.2.0](https://github.com/sketch7/FluentlyHttpClient/compare/4.1.0...4.2.0) (2024-10-11) -->
6
6
7
- ### Features
8
-
9
- - ** logger middleware:** log pops individually for request/response
10
7
11
- ## [ 4.1.0] ( https://github.com/sketch7/FluentlyHttpClient/compare/4.0.0...4.1.0 ) (2024-08-28 )
8
+ ## [ 4.1.0] ( https://github.com/sketch7/FluentlyHttpClient/compare/4.0.0...4.1.0 ) (2024-10-11 )
12
9
13
10
### Features
14
11
12
+ - ** logger middleware:** log pops individually for request/response
15
13
- ** http client factory:** expose ` Count ` to know how many clients are registered
16
14
- ** http client builder:** auto register client into factory - can be omitted via ` WithAutoRegisterFactory ` (or ` .Build(skipAutoRegister: true) ` )
17
15
- ** service collection:** configurable defaults on ` services.AddFluentlyHttpClient `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sketch7/fluently-http-client" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 4.1 .0" ,
4
4
"versionSuffix" : " " ,
5
5
"scripts" : {
6
6
"pack" : " bash ./tools/pack.sh" ,
10
10
"test" : " find test/*.csproj | xargs -i dotnet test {} --no-build -c Release --filter Category!=e2e" ,
11
11
"restore" : " dotnet restore ./FluentlyHttpClient.sln"
12
12
}
13
- }
13
+ }
You can’t perform that action at this time.
0 commit comments