- Added downloadSizeLimit parameter to the DownloadDebugResource function.
- Regenerate the graph client.
- Support
GetWebStackState
.
- Allow customizing headers in
CallGraphAPI
calls.
- Remove
CreateCycleLogs
.
- Add
HeadConfig
API.
- Regenerate the graph client.
- Regenerate the graph client.
- Add a decorator to break large query into a few small queries.
- Update graph client generation algorithm and regenerate the graph client.
- Introduce iterator for large queries.
- Handle PrimaryKey as str on Python3
- Add
CreateLogEntries
API and update GraphQL client. - Fix readme file references to the old repository.
- Support updating the author header after the client is initialized.
- Add DownloadSignalLog
- Handle new webstack semantic version format.
- Regenerate graph client for new module library APIs.
- Add streaming API to download blobs.
- Set the default pool size to 10 for
UnixSocketConnectionPool
.
- Print download directory when downloading scene files.
- Support backup encrypted system information for debugging purpose.
- Support HTTP over Unix domain socket via optional
unixEndpoint
argument.
- Regenerate graph client for new module library APIs.
- Add
GetSchema
API. - Generate graph client for
ListModules
API.
- Remove automatic query field generation for graphql api. These fields can be changed frequently causing the webstack client to be unusuable. Users of graph api now need to explicitly specify fields and subfields they are interested in.
- Regenerate graph client for sensorLinkName.
- Update GraphQL client.
- Bugfix: Require
scenepk
argument inGetSceneSensorMapping
andSetSceneSensorMapping
- Update GraphQL client.
- Port from mujincontrollerclientpy.