Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.9.20 (2025-10-10)

### Changes

- Re-generate graph api.

## 0.9.19 (2025-09-25)
Expand All @@ -12,42 +14,60 @@

## 0.9.18 (2025-09-11)

### Changes

- Re-generate graph api.

## 0.9.17 (2025-08-29)

### Changes

- Add support for string default values in GraphQL APIs.
- Re-generate GraphQL APIs.

## 0.9.16 (2025-08-18)

### Changes

- Re-generate graph api.

## 0.9.15 (2025-08-04)

### Changes

- Re-generate graph api.

## 0.9.14 (2025-07-28)

### Changes

- Re-generate graph api.

## 0.9.13 (2025-07-24)

### Changes

- Re-generate graph api.

## 0.9.12 (2025-07-07)

### Changes

- Support an optional bodyId parameter when downloading environment.

## 0.9.11 (2025-07-04)

### Changes

- Re-generate graph client.
- Don't add trailing whitespace in generated client.
- Support default values parsed from the GraphQL schema.
- Support deprecation warnings parsed from the GraphQL schema.

## 0.9.10 (2025-06-26)

### Changes

- Raise WebStack client errors with a copy of the response content instead of the implicit iterator to allow caller to deserialize the content as many times as needed.

## 0.9.9 (2025-06-19)
Expand Down Expand Up @@ -177,21 +197,18 @@

- Add `HeadConfig` API.


## 0.7.8 (2024-03-19)

### Changes

- Regenerate the graph client.


## 0.7.7 (2024-02-29)

### Changes

- Regenerate the graph client.


## 0.7.6 (2023-11-05)

### Changes
Expand All @@ -200,43 +217,37 @@
- Update graph client generation algorithm and regenerate the graph client.
- Introduce iterator for large queries.


## 0.7.5 (2023-10-09)

### Changes

- Handle PrimaryKey as str on Python3


## 0.7.4 (2023-09-19)

### Changes

- Add `CreateLogEntries` API and update GraphQL client.
- Fix readme file references to the old repository.


## 0.7.3 (2023-09-02)

### Changes

- Support updating the author header after the client is initialized.


## 0.7.2 (2023-08-13)

### Changes

- Add DownloadSignalLog


## 0.7.1 (2023-07-27)

### Changes

- Handle new webstack semantic version format.


## 0.7.0 (2023-06-28)

### Changes
Expand All @@ -245,43 +256,37 @@
- Add streaming API to download blobs.
- Set the default pool size to 10 for `UnixSocketConnectionPool`.


## 0.6.1 (2023-06-28)

### Changes

- Print download directory when downloading scene files.


## 0.6.0 (2023-06-28)

### Changes

- Support backup encrypted system information for debugging purpose.


## 0.5.0 (2023-04-18)

### Changes

- Support HTTP over Unix domain socket via optional `unixEndpoint` argument.


## 0.4.1 (2023-03-13)

### Changes

- Regenerate graph client for new module library APIs.


## 0.4.0 (2023-03-12)

### Changes

- Add `GetSchema` API.
- Generate graph client for `ListModules` API.


## 0.3.0 (2023-02-15)

### Changes
Expand All @@ -291,35 +296,30 @@
graph api now need to explicitly specify fields and subfields they are
interested in.


## 0.2.0 (2023-02-15)

### Changes

- Regenerate graph client for sensorLinkName.


## 0.1.3 (2023-01-18)

### Changes

- Update GraphQL client.


## 0.1.2 (2023-01-13)

### Changes

- Bugfix: Require `scenepk` argument in `GetSceneSensorMapping` and `SetSceneSensorMapping`


## 0.1.1 (2023-01-11)

### Changes

- Update GraphQL client.


## 0.1.0 (2022-11-17)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion python/mujinwebstackclient/webstackgraphclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ def GetLogEntry(

Returns:
LogEntry: An entry in the logs. The current parent-children level relationship among log entry types:

```
LogEntry
├─ GenericLogEntry
Expand Down