Extrema Infra 0.2.1
This release adds a spot websocket connect target and prepares the 0.2.1 crate.
Spot websocket connect target
- Adds a private websocket connect target for spot clients so downstream callers can use the target-based connect path uniformly.
- Keeps the spot target as the plain Gate websocket URL with no decimal-size header.
- Adds regression coverage for the spot connect target URL and headers.
Packaging
- Bumps the crate version to
0.2.1. - Publish verification passed with 244 packaged files, about 2.3 MiB unpacked and 1.5 MiB compressed.
Merged changes
- #69
feat: add spot websocket connect target