Skip to content

Commit 391dacb

Browse files
committed
release v0.6.2
1 parent 8b57f02 commit 391dacb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.6.2 (2026-01-03)
44

55
- added support for `multipart/form-data` in queries: https://github.com/plausible/ch/pull/290 -- which allows bypassing URL length limits sometimes imposed by reverse proxies when sending queries with many parameters.
66

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Note on datetime encoding in query parameters:
6969

7070
#### Select rows (lots of params, reverse proxy)
7171

72+
> [!NOTE]
73+
>
74+
> Support for multipart requests was added in `v0.6.2`
75+
7276
For queries with many parameters the resulting URL can become too long for some reverse proxies, resulting in a `414 Request-URI Too Large` error.
7377

7478
To avoid this, you can use the `multipart: true` option to send the query and parameters in the request body.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Ch.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/plausible/ch"
5-
@version "0.6.1"
5+
@version "0.6.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)