Skip to content

Commit

Permalink
Client now supports blosc2, zstd.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Apr 25, 2024
1 parent 5974074 commit bee075e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/explanations/compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ entries in this table above later ones.
| [Zstandard](https://facebook.github.io/zstd/) | `zstd` | `zstandard` |
| [gzip](https://en.wikipedia.org/wiki/Gzip) | `gzip` | none (built in) |

The Tiled Python *client* currently supports gzip and blosc (if the Python
package `blosc` is installed).
The Tiled Python *client* currently supports gzip, zstd, and blosc2 (as long as
the associated optional dependency is installed).

## Example Requests and Responses

Expand Down

0 comments on commit bee075e

Please sign in to comment.