Skip to content

Releases: simPod/PhpClickHouseClient

0.7.9

21 Oct 10:32
eddc8c2
Compare
Choose a tag to compare

What's Changed

  • fix: support for more complex Array Tuple params by @simPod in #268

Full Changelog: 0.7.8...0.7.9

0.7.8

17 Oct 14:39
4384ce7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.7...0.7.8

0.7.7

09 Oct 12:46
bff3805
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency infection/infection to ^0.29.0 by @renovate in #263
  • ci: use docker compose by @simPod in #265
  • fix: assert type string is matched by @simPod in #264
  • feat: propagate clickhouse error code to ServerError by @simPod in #266

Full Changelog: 0.7.6...0.7.7

0.7.6

13 May 10:00
56be351
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.5...0.7.6

0.7.5

19 Jan 13:37
8ca155f
Compare
Choose a tag to compare

What's Changed

  • fix: do not use multipart stream when there are no native query params present vol.2 by @simPod in #252

Full Changelog: 0.7.4...0.7.5

0.7.4

19 Jan 12:52
c4d8106
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.3...0.7.4

0.7.3

18 Jan 16:44
2b104bf
Compare
Choose a tag to compare

What's Changed

  • fix: remove invalid try catch by @simPod in #248
  • feat: undeprecate ValueFormatter by @simPod in #249
  • do not use multipart stream when there are no native query params present by @simPod in #250

Full Changelog: 0.7.2...0.7.3

0.7.2

18 Jan 15:31
2c644c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

18 Jan 13:23
425b8d2
Compare
Choose a tag to compare

What's Changed

  • fix: columns for insert should be of list type by @simPod in #245
  • feat: undeprecate Escaper by @simPod in #246

Full Changelog: 0.7.0...0.7.1

Native query params

17 Jan 13:34
3f2c466
Compare
Choose a tag to compare

Important

This deprecates using :param in queries. Migrate to native query params.

Important

Edit: considering undeprecation of :param in queries since it works well over all.

  • Rename UnsupportedValue exception to UnsupportedParamValue

What's Changed

  • feat(snippet): add database parameter to Parts by @simPod in #244
  • feat: pass parameters natively via http interface along the query by @simPod in #224

Full Changelog: 0.6.12...0.7.0