verificaC19-flutter
verificaC19-flutter copied to clipboard
Bump retrofit, dio, http_mock_adapter and retrofit_generator
Bumps retrofit, dio, http_mock_adapter and retrofit_generator. These dependencies needed to be updated together.
Updates retrofit
from 3.3.1 to 4.0.1
Release notes
Sourced from retrofit's releases.
4.0.1
What's Changed
- Fix bug deserialize List by
@hnvn
in trevorwang/retrofit.dart#449- feat: change
newRequestOptions
argument to Object. by@zaralockheart
in trevorwang/retrofit.dart#451- fix: fix ReponseType cast error by
@trevorwang
in trevorwang/retrofit.dart#453New Contributors
@hnvn
made their first contribution in trevorwang/retrofit.dart#449@zaralockheart
made their first contribution in trevorwang/retrofit.dart#451Full Changelog: https://github.com/trevorwang/retrofit.dart/compare/4.0.0...4.0.1
4.0.0
What's Changed
- [generator] Adds a
ignore_for_file
rule to suppress the analyzer warnings for the generated files. by@omarsahl
in trevorwang/retrofit.dart#443- update analyzer dependency by
@niavlys
in trevorwang/retrofit.dart#446New Contributors
@omarsahl
made their first contribution in trevorwang/retrofit.dart#443@niavlys
made their first contribution in trevorwang/retrofit.dart#446Full Changelog: https://github.com/trevorwang/retrofit.dart/compare/3.0.1...4.0.0
4.0.0+3
What's Changed
- Fix bug deserialize List by
@hnvn
in trevorwang/retrofit.dart#449New Contributors
@hnvn
made their first contribution in trevorwang/retrofit.dart#449Full Changelog: https://github.com/trevorwang/retrofit.dart/compare/4.0.0...4.0.0+3
4.0.0+5
What's Changed
- Fix bug deserialize List by
@hnvn
in trevorwang/retrofit.dart#449- feat: change
newRequestOptions
argument to Object. by@zaralockheart
in trevorwang/retrofit.dart#451New Contributors
@hnvn
made their first contribution in trevorwang/retrofit.dart#449@zaralockheart
made their first contribution in trevorwang/retrofit.dart#451Full Changelog: https://github.com/trevorwang/retrofit.dart/compare/4.0.0...4.0.0+5
Commits
- See full diff in compare view
Updates dio
from 4.0.6 to 5.2.1+1
Release notes
Sourced from dio's releases.
dio 5.2.1+1
What's new
- Fix changelog on pub.dev.
dio 5.2.1
What's new
- Revert changes to handling of
List<int>
body data.dio 5.2.0+1
What's new
- Fix
DioErrorType
deprecation hint.dio 5.2.0
What's new
- Make
LogInterceptor
prints in DEBUG mode (when the assertion is enabled) by default.- Deprecate
DioError
in favor ofDioException
.- Fix
IOHttpClientAdapter.onHttpClientCreate
Repeated callsIOHttpClientAdapter.onHttpClientCreate
has been deprecated and is scheduled for removal in Dio 6.0.0 - Please use the replacementIOHttpClientAdapter.createHttpClient
instead.- Using
CancelToken
no longer closes and re-createsHttpClient
for each request whenIOHttpClientAdapter
is used.- Fix timeout handling for browser
receiveTimeout
.- Using
CancelToken
no longer closes and re-createsHttpClient
for each request whenIOHttpClientAdapter
is used.- Improve performance when sending binary data (
List<int>
/Uint8List
).dio 5.1.2
What's new
- Allow
FormData
to send a null entry value as an empty string.dio 5.1.1
What's new
- Revert changes to
CancelToken.cancel()
behavior, as a result theDioError
provided by theCancelToken.cancelError
does not contain useful information when the token was not used with a request.- Fix wrong
ListFormat
being used for comparison during encoding ofFormData
andapplication/x-www-form-urlencoded
, resulting in potential wrong output encoding forListFormat.multi
andListFormat.multiCompatible
since Dio 4.0.x.- Respect
Options.listFormat
when encodingx-www-url-encoded
content.dio 5.1.0
What's new
... (truncated)
Commits
- See full diff in compare view
Updates http_mock_adapter
from 0.3.3 to 0.4.4
Release notes
Sourced from http_mock_adapter's releases.
v0.4.4
- Fix: Remove unused pkg https://github.com/lomsa-dev/http-mock-adapter/commit/6e4a05f650c44609845a76b8608fe9119c7533e3
v0.4.3
- Add - Response like Protocol Buffer will have byte response body. Add support for mock response of byte data. (
@maple135790
)- Add - unit tests for RequestHandler class. lomsa-dev/http-mock-adapter#146
v0.4.2
https://github.com/lomsa-dev/http-mock-adapter/blob/main/CHANGELOG.md#v042-2023-02-15
v0.4.1
v0.4.0
https://github.com/lomsa-dev/http-mock-adapter/blob/main/CHANGELOG.md#v040-2023-02-14
Changelog
Sourced from http_mock_adapter's changelog.
[v0.4.4] (2023-05-03)
- Updated
- Fix: remove unused import dart:ffi
[v0.4.3] (2023-05-01)
- Add
- Response like Protocol Buffer will have byte response body. Add support for mock response of byte data.
- unit tests for RequestHandler class. #146
[v0.4.2] (2023-02-15)
- Updated
- Downgrade dependency constraints to match minimum
dio
requirements[v0.4.1] (2023-02-15)
- Updated
- Downgrade collection to 1.15.0 due to incompability (issue #141)
- Update package homepage
[v0.4.0] (2023-02-14)
Updated
- Dio dependency to
5.0.0
- Github Workflow (release on tag)
- Codecov token
- Collection to 1.17.1
Removed
- Recursive export of matchers.dart
- Unnecessary ListParam
Commits
8d133e8
bump and release v0.4.46e4a05f
remove unused import dart:ffi (#148)e5488a5
Add support for replying byte data (#146)af264ae
Lower dependency constraints to match dio (#144)1be3025
update: README140cef9
publish v0.4.13a81d0b
Downgrade collection 1.17.1 -> 1.15.0 (#142)2c57fda
Change github workflow, update dependencies, update pubspecba8c544
Update Dio 5.0.0 (#140)fdd0bbc
Remove recursive export of matchers.dart (#133)- See full diff in compare view
Updates retrofit_generator
from 4.2.0 to 5.0.0+1
Commits
198a671
chore: bump version to 4.0.1fc8cbdf
Update dio to ^5.0.0 (#540)afb86c8
Revert "Replaced dio with diox (#538)"c856217
Revert "feat: dump retrofit to 5.0.0"47e194e
feat: dump retrofit to 5.0.03599317
Replaced dio with diox (#538)803356f
Minor documentation update (#531)5a7f79d
fix: remove null return for void function (#515)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.