|
1 | 1 | <Project> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Version>14.4.1</Version> |
| 4 | + <Version>14.4.2</Version> |
5 | 5 |
|
6 | 6 | <Authors>Ronald Schlenker</Authors> |
7 | 7 | <Copyright>Copyright 2024 Ronald Schlenker</Copyright> |
|
16 | 16 | <FsDocsReleaseNotesLink>https://www.nuget.org/packages/FsHttp#release-body-tab</FsDocsReleaseNotesLink> |
17 | 17 |
|
18 | 18 | <PackageReleaseNotes> |
19 | | - v14.4.2 |
20 | | - - Reduced FSharp.Core version dependency back down to 5.0.0 |
21 | | - - Removed net7.0, net8.0 TFM-specific builds |
| 19 | + 14.4.2 |
| 20 | + - Thanks @bartelink |
| 21 | + Pinned FSharp.Core to 5.0.2 in all library projects |
| 22 | + Removed net7.0, net8.0 TFM-specific builds |
22 | 23 |
|
23 | | - v14.4.1 |
| 24 | + 14.4.1 |
24 | 25 | - Fixed missing explicit dependency on FSharp.Core |
25 | 26 |
|
26 | | - v14.4.0 |
| 27 | + 14.4.0 |
27 | 28 | - Fixed pre-configured requests |
28 | 29 |
|
29 | | - v14.3.0 |
| 30 | + 14.3.0 |
30 | 31 | - Added `GetList` JsonElement extension |
31 | 32 |
|
32 | | - v14.2.0 |
| 33 | + 14.2.0 |
33 | 34 | - (Breaking change) Separated Config and PrintHint (...and many more things in these domains) |
34 | 35 |
|
35 | | - v14.1.0 |
| 36 | + 14.1.0 |
36 | 37 | - (Breaking change) Renamed `Extensions.To...Enumerable` to `Extensions.To...Seq` |
37 | 38 | - Added `toJsonList...` overloads |
38 | 39 |
|
39 | | - v14.0.0 |
| 40 | + 14.0.0 |
40 | 41 | - (Breaking change) Renamed types in Domain: |
41 | 42 | BodyContent -> SinglepartContent |
42 | 43 | RequestContent -> BodyContent |
43 | 44 | FsHttpUrl -> FsHttpTarget |
44 | 45 | - (Breaking change) FsHttpUrl (now FsHttpTarget) and Header restructured: method, address and queryParams are now part of the FsHttpTarget type. |
45 | 46 | - Added `headerTransformers` to Config for better composability |
46 | 47 |
|
47 | | - v13.3.0 |
| 48 | + 13.3.0 |
48 | 49 | - (Breaking change) All `Response._TAsync` functions (task based) in F# require a CancellationToken now. |
49 | 50 | - (Breaking change) Extension methods rework |
50 | 51 | - (Breaking change) There's no more StartingContext, which means: |
51 | 52 | we give up a little bit of safety here, for the sake of pre-configuring HTTP requests |
52 | 53 | without specifying the URL. This is a trade-off we are willing to take. |
53 | 54 |
|
54 | | - v12.2.0 |
| 55 | + 12.2.0 |
55 | 56 | - added HttpMethods for better composability |
56 | 57 |
|
57 | | - v12.1.0 |
| 58 | + 12.1.0 |
58 | 59 | - net8.0 |
59 | 60 |
|
60 | | - v12.0.0 |
| 61 | + 12.0.0 |
61 | 62 | - #137 / #102: Change the type for FsHttpUrl.additionalQueryParams from obj to string |
62 | 63 | - Removed (auto opened) Async.await and Task.map/await |
63 | 64 | - Moved (auto opened) Async.map to FsHttp.Helper.Async.map |
64 | 65 |
|
65 | | - v11.1.0 |
| 66 | + 11.1.0 |
66 | 67 | - #130 / #105: Add method for user-supplied cancellation token |
67 | 68 |
|
68 | | - v11.0.0 |
| 69 | + 11.0.0 |
69 | 70 | - #121 (Breaking change): Turning off debug logs in FSI (breaking change in signature / namespace) |
70 | 71 | - #124: Support Repeating Query Parameters (thanks @DaveJohnson8080) |
71 | 72 | - #106 (Breaking change): Allow filename metadata with other "parts" (thanks @dawedawe) |
|
85 | 86 | -- Old release notes below -- |
86 | 87 | ----------------------------- |
87 | 88 |
|
88 | | - v7.0.0 |
| 89 | + 7.0.0 |
89 | 90 | - #92: `expect` and `assert` pass through the original response instead of unit. |
90 | 91 |
|
91 | | - v8.0.0 |
| 92 | + 8.0.0 |
92 | 93 | - #93 (thanks @drhumlen): Changed content type 'text/json' to 'application/json'. |
93 | 94 | - Http modules are always AutoOpen in both Dsl and DslCE. |
94 | 95 | - No extra modules for builder methods. |
95 | 96 |
|
96 | | - v8.0.1 |
| 97 | + 8.0.1 |
97 | 98 | - #89: No more blocking requests using net5 with FSI. |
98 | 99 |
|
99 | | - v9.0.0 / v9.0.1 |
| 100 | + 9.0.0 / 9.0.1 |
100 | 101 | - Redefined builders (see README.md). |
101 | 102 | - Many breaking changes (see "Migrations" sections in the docu). |
102 | 103 |
|
103 | | - v9.0.2 |
| 104 | + 9.0.2 |
104 | 105 | - Added JSON toArray functions |
105 | 106 | - Fixed #99: Response.saveFile should create the directory if not present. |
106 | 107 |
|
107 | | - v9.0.3 |
| 108 | + 9.0.3 |
108 | 109 | - Supporting netstandard2.1 again. |
109 | 110 |
|
110 | | - v9.0.4 |
| 111 | + 9.0.4 |
111 | 112 | - Referenced lowest possible FSharp.Core and other referenced packages version. |
112 | 113 |
|
113 | | - v9.0.5 |
| 114 | + 9.0.5 |
114 | 115 | - Support for netstandard2.0. |
115 | 116 | - New 'FsHttp.NewtonsoftJson' integration package. |
116 | 117 | - More JSON functions and defaults config. |
117 | 118 |
|
118 | | - v9.0.6 |
| 119 | + 9.0.6 |
119 | 120 | - #100 - Removed FSI print messages. |
120 | 121 |
|
121 | | - v9.1.0 |
| 122 | + 9.1.0 |
122 | 123 | - Fixed naming inconsistency for 'Response.deserialize...' functions. |
123 | 124 | - More C# JSON functions. |
124 | 125 |
|
125 | | - v9.1.1 |
| 126 | + 9.1.1 |
126 | 127 | - Fix: Using GlobalConfig.Json.defaultJsonSerializerOptions as default for jsonSerialize. |
127 | 128 |
|
128 | | - v9.1.2 |
| 129 | + 9.1.2 |
129 | 130 | - Fixed #103: FSI response printing and initialization doesn't work out of the box anymore. |
130 | 131 |
|
131 | | - v10.0.0 |
| 132 | + 10.0.0 |
132 | 133 | - .Net 7 support (thank you @Samuel-Dufour) |
133 | 134 | - Breaking change: Corrected typo "guessMineTypeFromPath" -> "guessMimeTypeFromPath" |
134 | 135 | - Breaking change: Module 'Helper', 'HelperInternal' and 'HelperAutos' refactored |
|
139 | 140 | - PrintHint.printDebugMessages: Moved to FsHttp.Helper.Fsi.logDebugMessages as a global switch |
140 | 141 | - #113 - Config.timeoutInSeconds bug |
141 | 142 |
|
142 | | - v10.1.0 |
| 143 | + 10.1.0 |
143 | 144 | - #117: Escape string for query params values (by @maciej-izak - thank you) |
144 | 145 | (!!) This can be seen as breaking change. |
145 | 146 | - #112: Allow to add (multiple) headers (by @Samuel-Dufour - thank you) |
146 | 147 | </PackageReleaseNotes> |
147 | 148 | </PropertyGroup> |
148 | 149 |
|
149 | | - <ItemGroup> |
150 | | - <PackageReference Update="FSharp.Core" Version="8.0.100" /> |
151 | | - </ItemGroup> |
152 | | - |
153 | 150 | </Project> |
0 commit comments