- Updated SDK to
">=2.17.0 <4.0.0"
. (#406)
- Supported subscription function as
subscribe
. (#318)
- Supported
protocol
options in query
, procedure
, upload
. You can choose http
as a protocol for your test locally. Defaults to https
. (#269)
- Fixed build config. (#249)
- Added
upload
function. (#249)
- Downgrade
meta
to make this package compatible with Flutter. (#242)
- Fix to pass null if body is null during POST. (#218)
- Fixed
XRPCResponse
to XRPCResponse<XRPCError>
in XRPCException
. (#177)
- Allow String to be set to data in
XRPCResponse
. (#174)
- Fixed internal structures.
service
and getClient
/postClient
are now nullable. (#146)