You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
### Changed
12
12
### Removed
13
13
14
+
## [2.3.2] - 2021-03-24
15
+
16
+
### Changed
17
+
- The prebuilt binaries are not build with c-ares anymore, for reasoning see issue [#280](https://github.com/JCMais/node-libcurl/issues/280).
18
+
c-ares was included in the prebuilt binaries starting with `2.3.0`.
19
+
14
20
## [2.3.1] - 2021-03-09
15
21
16
22
The yes, `curly` is still experimental release. 😅
@@ -86,7 +92,7 @@ As `curly` is marked as experimental, this allows us to do a breaking change in
86
92
- Support libcurl info `CURLINFO_PROXY_ERROR`. Use `CurlPx` for constants. Requires libcurl >= 7.73.0.
87
93
- Support libcurl option `CURLOPT_SSL_EC_CURVES`. Requires libcurl >= 7.73.0.
88
94
- Added prebuilt binaries for Electron v10.1
89
-
- The libcurl version being used by prebuilt binaries is now 7.73.0 and it's not built with c-ares.
95
+
- The libcurl version being used by prebuilt binaries is now 7.73.0 and it's now built with c-ares.
90
96
91
97
### Changed
92
98
-`curly` now has 100% code coverage.
@@ -315,7 +321,8 @@ Special Thanks to [@koskokos2](https://github.com/koskokos2) for their contribut
0 commit comments