requests_plus 4.8.6 requests_plus: ^4.8.6 copied to clipboard
a flutter library that helps with http requests and stored cookies
Changelog #
4.8.6 #
Now handle redirects manually inside the lib to be able to catch de cookies and other things during redirections.
4.8.5 #
update to 4.8.1 of requests
4.8.4 #
- add http authentification support
4.8.0 (2022-10-14) #
added new features:
- add the bodyEncoding Form Data
- add the corsProxyUrl parameter to bypass CORS restrictions
4.8.0-alpha.0 (2022-10-14) #
Closed issues:
- Cookie values incorrectly parsed #85
Merged pull requests:
4.7.0 (2022-09-26) #
Fixed bugs:
- [URGENT] 4.6.0 breaks building mobile-only apps #81
Merged pull requests:
4.6.0 (2022-09-26) #
Closed issues:
- CookieJar is not exposed #79
Merged pull requests:
4.5.0 (2022-09-02) #
4.4.1 (2022-06-16) #
Fixed bugs:
- Flutter Web not working (HttpClient not found) #71
Merged pull requests:
- revert buggy web support #73 (MarcoDiGioia)
4.4.0 (2022-06-16) #
Implemented enhancements:
Closed issues:
Merged pull requests:
4.3.0 (2022-05-11) #
Fixed bugs:
- cookies secure has sticked to next key #44
Merged pull requests:
- feat: separate
Response
& support web #70 (sehnryr) - feat: better support for cookies #69 (sehnryr)
- feat: replace
stash_hive
withquiver.cache
#68 (sehnryr)
4.2.1 (2022-05-10) #
Fixed bugs:
- cannot retrieve multiple 'set-cookies' #64
Closed issues:
- replace shared_preferences with something suitable for sensitive data #1
Merged pull requests:
4.2.0 (2022-05-04) #
Implemented enhancements:
- Allow passing cipher to Hive store #62
Closed issues:
- failed to install null safety version #59
- Dependencies updates #52
- How to make login validation on Website using this plugin? #42
- Drop flutter dependency ? #37
Merged pull requests:
- fix & refactor: allow defining a custom cookie vault #65 (sehnryr)
- feat: adding code of conduct #61 (sehnryr)
- feat: adding issue templates #60 (sehnryr)
- Updated cookie parsing algorithm #47 (GabrielTavernini)
4.1.0 (2022-03-22) #
Merged pull requests:
- Migrate shared_preferences to stash_hive, dependencies upgrade and various fixes and improvements #58 (sehnryr)
4.0.0-nullsafety.0 (2022-03-14) #
Closed issues:
- Unable to catch TimeoutException when using flutter retry package #49
- 422 error doesn't throw exception #45
- Bug since i update requests 3.1.0 to 3.3.0 #41
- Is this lib has a support of remember_me token system ? #39
- no longer handling list of strings as a single queryParam #38
Merged pull requests:
- Migrate to null-safety #56 (ianmaciel)
- Dependancies updates and various fixes #53 (tlkops)
- Update shared_preferences requirement to 0.5.11, which supports Windows #46 (LeHoangLong)
- Issue #38 Fixed. Now array type queryParams are supported. #43 (baskar007)
3.3.0 (2020-05-30) #
Merged pull requests:
- add json data to GET request body #36 (obuhovsergai)
3.2.0 (2020-05-23) #
Implemented enhancements:
- query params typing #27
Fixed bugs:
Closed issues:
- crash in getStoredCookies, calling fromJson with null #34
- please make the response headers more easily accessible #30
- Send a List in a POST request #28
Merged pull requests:
- Added the new properties "headers" and "contentType" to "Response"-Object. #35 (imdatsolak)
- Use single quotes instead of double quotes wherever appropriate #33 (anirudh24seven)
- Updated cookie extraction to account for cookies ending in == #29 (FilledStacks)
3.1.0 (2020-03-11) #
Closed issues:
- Cookie not follow ignore set correctly #23
Merged pull requests:
- Added queryParameters support and moved port to Uri. #25 (rafaelcmm)
- apply ignore case for servers return lower case cookies #24 (eggate)
3.0.5 (2020-02-24) #
Merged pull requests:
- added functionality to send delete Requests with a Request Body #22 (frederikpietzko)
3.0.4 (2020-02-18) #
Closed issues:
Merged pull requests:
- added body parameter to PATCH request since it is supported by the dart http client #20 (frederikpietzko)
3.0.3 (2019-11-09) #
Closed issues:
Merged pull requests:
3.0.1 (2019-10-20) #
Closed issues:
- Error Object on Server Side Error #9
- Requests on localhost with custom port won'work #8
- SSL handshake error on self-signed cert #7
- Please upgrade shared_preferences version #5
Merged pull requests:
- Error Object, remove unnecessary
new
keywords, format code #10 (RickStanley)
2.0.1 (2019-05-05) #
Implemented enhancements:
- support "application/x-www-form-urlencoded" #4
Merged pull requests:
1.0.2 (2019-02-17) #
Closed issues:
- peristsCookies parameter not passed from methods to _httpRequest #3
* This Changelog was automatically generated by github_changelog_generator