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