Skip to content

Commit 78be199

Browse files
committed
v3.4.4
1 parent eb0b61e commit 78be199

File tree

4 files changed

+14
-243
lines changed

4 files changed

+14
-243
lines changed

CHANGELOG.md

Lines changed: 7 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -3,278 +3,164 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.4.3](https://github.com/nativescript-community/https/compare/v3.4.2...v3.4.3) (2022-04-25)
6+
## [3.4.4](https://github.com/nativescript-community/https/compare/v3.4.3...v3.4.4) (2022-04-25)
7+
8+
### Bug Fixes
79

10+
* **android:** dont try/catch sync methods to prevent missed errors ([cb830a8](https://github.com/nativescript-community/https/commit/cb830a8cad414133bcdff4a14c986cb8899984e6))
11+
* **android:** upgrade okhttp to max 3.x ([eb0b61e](https://github.com/nativescript-community/https/commit/eb0b61ea8ba53055538d5460abf0474a22ba3282))
12+
13+
## [3.4.3](https://github.com/nativescript-community/https/compare/v3.4.2...v3.4.3) (2022-04-25)
814

915
### Bug Fixes
1016

1117
* **android:** native-api-usage fix ([bc3c7d2](https://github.com/nativescript-community/https/commit/bc3c7d24160038f48e487918ee8abcf5d24f0322))
1218

13-
1419
### Features
1520

1621
* contentLength ([a2e1017](https://github.com/nativescript-community/https/commit/a2e10170145a8e94e10f407e5fe772cb0d40e12c))
1722

18-
19-
20-
21-
2223
## [3.4.2](https://github.com/nativescript-community/https/compare/v3.4.1...v3.4.2) (2022-02-26)
2324

24-
2525
### Bug Fixes
2626

2727
* completely broken release … ([b35209e](https://github.com/nativescript-community/https/commit/b35209e98ebd87a196512a84b68b67c79ffb1341))
2828

29-
30-
31-
32-
3329
## [3.4.1](https://github.com/nativescript-community/https/compare/v3.4.0...v3.4.1) (2022-02-26)
3430

35-
3631
### Bug Fixes
3732

3833
* **android:** fixed broken build ([532ae49](https://github.com/nativescript-community/https/commit/532ae49a0dbe6c9dc4742400051d5ea86646ebbc))
3934

40-
41-
42-
43-
4435
# [3.4.0](https://github.com/nativescript-community/https/compare/v3.3.13...v3.4.0) (2022-02-25)
4536

46-
4737
### Features
4838

4939
* refactoring to allow N alias to replace core impl ([22ac92f](https://github.com/nativescript-community/https/commit/22ac92f572c9b2739c40f5a39f47ac67d28a78ee))
5040

51-
52-
53-
54-
5541
## [3.3.13](https://github.com/nativescript-community/https/compare/v3.3.12...v3.3.13) (2022-02-08)
5642

57-
5843
### Bug Fixes
5944

6045
* **ios:** fix form data passed as a string ([d234842](https://github.com/nativescript-community/https/commit/d234842c5a29b8a360aae6c91dce80821630eea1))
6146

62-
63-
64-
65-
6647
## [3.3.12](https://github.com/nativescript-community/https/compare/v3.3.11...v3.3.12) (2022-01-20)
6748

68-
6949
### Bug Fixes
7050

7151
* **android:** progress support for uploading ([67817ac](https://github.com/nativescript-community/https/commit/67817ac284f8da424829b0c400b5c2c788ccf9dc))
7252

73-
74-
75-
76-
7753
## [3.3.11](https://github.com/nativescript-community/https/compare/v3.3.10...v3.3.11) (2022-01-20)
7854

79-
8055
### Bug Fixes
8156

8257
* **android:** native-api-usage fix ([06dc376](https://github.com/nativescript-community/https/commit/06dc376b01683675ef2a90135396ec5a9f1cf60a))
8358

84-
85-
86-
87-
8859
## [3.3.10](https://github.com/nativescript-community/https/compare/v3.3.9...v3.3.10) (2022-01-19)
8960

90-
9161
### Bug Fixes
9262

9363
* typings fix ([3490469](https://github.com/nativescript-community/https/commit/3490469cdc019265ec321ff9db37b94100f94b49))
9464

95-
96-
97-
98-
9965
## [3.3.9](https://github.com/nativescript-community/https/compare/v3.3.8...v3.3.9) (2022-01-18)
10066

10167
**Note:** Version bump only for package @nativescript-community/https
10268

103-
104-
105-
106-
10769
## [3.3.8](https://github.com/farfromrefug/nativescript-https/compare/v3.3.7...v3.3.8) (2022-01-18)
10870

109-
11071
### Bug Fixes
11172

11273
* **android:** `cancelRequest` fix ([c7b8c93](https://github.com/farfromrefug/nativescript-https/commit/c7b8c935a6b02dc4f9e5c20c6911b2e59db8fa64))
11374

114-
115-
116-
117-
11875
## [3.3.7](https://github.com/farfromrefug/nativescript-https/compare/v3.3.6...v3.3.7) (2022-01-15)
11976

120-
12177
### Bug Fixes
12278

12379
* **android:** `cancelRequest` not exported ([9727802](https://github.com/farfromrefug/nativescript-https/commit/972780279a291d3f95636601450198a78d935696))
12480

125-
126-
127-
128-
12981
## [3.3.6](https://github.com/farfromrefug/nativescript-https/compare/v3.3.5...v3.3.6) (2022-01-15)
13082

131-
13283
### Features
13384

13485
* added method `cancelRequest`. You need to set the `tag` in request options first ([bace983](https://github.com/farfromrefug/nativescript-https/commit/bace9832d9ab07b158068eca3104a24f4c494851))
13586

136-
137-
138-
139-
14087
## [3.3.5](https://github.com/farfromrefug/nativescript-https/compare/v3.3.4...v3.3.5) (2022-01-14)
14188

14289
**Note:** Version bump only for package @nativescript-community/https
14390

144-
145-
146-
147-
14891
## [3.3.4](https://github.com/farfromrefug/nativescript-https/compare/v3.3.3...v3.3.4) (2022-01-14)
14992

150-
15193
### Bug Fixes
15294

15395
* **android:** missing native-api-usage ([0d6d67b](https://github.com/farfromrefug/nativescript-https/commit/0d6d67b223e52d5e3d80b4513f2ee6d591495e4f))
15496
* missing export of `addNetworkInterceptor`, `addInterceptor` ([2b503c4](https://github.com/farfromrefug/nativescript-https/commit/2b503c42d43cde3f82d994346948e20bbf91fc57))
15597

156-
157-
158-
159-
16098
## [3.3.3](https://github.com/farfromrefug/nativescript-https/compare/v3.3.2...v3.3.3) (2021-12-23)
16199

162-
163100
### Bug Fixes
164101

165102
* android allow interceptors ([49073c5](https://github.com/farfromrefug/nativescript-https/commit/49073c5c4e1ab1370da4260ebc833705eaabb2b3))
166103

167-
168-
169-
170-
171104
## [3.3.2](https://github.com/farfromrefug/nativescript-https/compare/v3.3.1...v3.3.2) (2021-10-21)
172105

173-
174106
### Bug Fixes
175107

176108
* **android:** native-api-usage fix ([6f8748d](https://github.com/farfromrefug/nativescript-https/commit/6f8748da0323eb2520dbb5024301deb136bd5baa))
177109

178-
179-
180-
181-
182110
## [3.3.1](https://github.com/farfromrefug/nativescript-https/compare/v3.3.0...v3.3.1) (2021-10-18)
183111

184-
185112
### Bug Fixes
186113

187114
* **android:** native-api-usage fix ([e18a203](https://github.com/farfromrefug/nativescript-https/commit/e18a2039464d488f3e370dd7feaf6ed61e4938e6))
188115

189-
190-
191-
192-
193116
# [3.3.0](https://github.com/farfromrefug/nativescript-https/compare/v3.2.2...v3.3.0) (2021-10-17)
194117

195-
196118
### Bug Fixes
197119

198120
* **android:** Conscrypt not included by default anymore. You need to add it in your app ([c16f34d](https://github.com/farfromrefug/nativescript-https/commit/c16f34d1b2f3fa226760ab00b17e56f6996dff96))
199121

200-
201122
### Features
202123

203124
* **android:** native-api-usage ([9415f38](https://github.com/farfromrefug/nativescript-https/commit/9415f387b929b01c7fe385ff5d42e1bbd15ae2e4))
204125

205-
206-
207-
208-
209126
## [3.2.2](https://github.com/farfromrefug/nativescript-https/compare/v3.2.1...v3.2.2) (2021-07-21)
210127

211-
212128
### Bug Fixes
213129

214130
* **android:** prevent error when no cache-control ([e3d781e](https://github.com/farfromrefug/nativescript-https/commit/e3d781ed3a2d7364d3179d6a5acc39b5b9b65e29))
215131

216-
217-
218-
219-
220132
## [3.2.1](https://github.com/farfromrefug/nativescript-https/compare/v3.2.0...v3.2.1) (2021-07-01)
221133

222-
223134
### Bug Fixes
224135

225136
* **android:** support for application/x-www-form-urlencoded ([fb8db51](https://github.com/farfromrefug/nativescript-https/commit/fb8db514916dd1c29baa40016fc5302c64a79a41))
226137

227-
228-
229-
230-
231138
# [3.2.0](https://github.com/farfromrefug/nativescript-https/compare/v3.1.3...v3.2.0) (2021-03-14)
232139

233-
234140
### Features
235141

236142
* **android:** forceCache option ([cc225be](https://github.com/farfromrefug/nativescript-https/commit/cc225bea37e0035288533106e48a469e11d15d01))
237143

238-
239-
240-
241-
242144
## [3.1.3](https://github.com/farfromrefug/nativescript-https/compare/v3.1.2...v3.1.3) (2021-03-12)
243145

244-
245146
### Bug Fixes
246147

247148
* **android:** correctly use timeout option ([9a1e5be](https://github.com/farfromrefug/nativescript-https/commit/9a1e5be39f70453653d8cbc38c66ddf6843754ce))
248149

249-
250-
251-
252-
253150
## [3.1.2](https://github.com/farfromrefug/nativescript-https/compare/v3.1.1...v3.1.2) (2020-12-09)
254151

255-
256152
### Bug Fixes
257153

258154
* ios crash with cache on < 13 ([e021b8d](https://github.com/farfromrefug/nativescript-https/commit/e021b8d9c847f5ba545cc6fc52e6271780dd4e7f))
259155

260-
261-
262-
263-
264156
## [3.1.1](https://github.com/farfromrefug/nativescript-https/compare/v3.1.0...v3.1.1) (2020-11-26)
265157

266-
267158
### Bug Fixes
268159

269160
* correctly handle null responses from requests ([6b70be6](https://github.com/farfromrefug/nativescript-https/commit/6b70be64eb44a7e3da1705f025128bd9fabe6d2a))
270161

271-
272-
273-
274-
275162
# 3.1.0 (2020-10-29)
276163

277-
278164
### Bug Fixes
279165

280166
* ios throw error like android (useLegacy) ([ff86cdc](https://github.com/farfromrefug/nativescript-https/commit/ff86cdc7060e9f692ce515362327adbbbf424d15))
@@ -297,7 +183,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
297183
* useLegacy should be a request option ([74f1afa](https://github.com/farfromrefug/nativescript-https/commit/74f1afabfeb051c08b89050b17771356381bd03c))
298184
* **ios:** multipart fix ([0d9d331](https://github.com/farfromrefug/nativescript-https/commit/0d9d331ff49cedd06ed0d07cd25a4b50181a23a5))
299185

300-
301186
### Features
302187

303188
* basick cookie support ([91fe3c7](https://github.com/farfromrefug/nativescript-https/commit/91fe3c7d6b8fd7f4198845bd9f88324ccb384704))
@@ -306,22 +191,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
306191
* move to @nativescript-community/https ([5c8d5c8](https://github.com/farfromrefug/nativescript-https/commit/5c8d5c8c4e5e7d50a0312cf978638b6068398025))
307192
* multi formdata support ([c1dff6d](https://github.com/farfromrefug/nativescript-https/commit/c1dff6d27bcad54fb4f7aa03180a73696fc17ce2))
308193

309-
310-
311194
# 2.1.0 (2020-04-07)
312195

313-
314-
315196
# 2.0.0 (2020-03-30)
316197

317-
318-
319198
# 1.3.0 (2020-02-13)
320199

321-
322-
323200
## 1.2.2 (2019-10-16)
324201

325-
326-
327202
# 1.2.0 (2019-10-06)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "3.4.3",
5+
"version": "3.4.4",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

0 commit comments

Comments
 (0)