Skip to content

Releases: simPod/PhpClickHouseClient

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

0.6.12

17 Jan 11:44
37523eb
Compare
Choose a tag to compare

Caution

If you used query parameters extensively you may hit http_max_field_value_size now.

What's Changed

  • chore(deps): update github/codeql-action action to v3 by @renovate in #221
  • Revert "feat: add type to promise (#216)" by @simPod in #227
  • ci: fix variable reference by @simPod in #226
  • chore(deps): remove unused Safe dependency by @simPod in #225
  • chore(deps): update actions/download-artifact action to v4 by @renovate in #222
  • ci: fix variable reference by @simPod in #228
  • chore(deps): update actions/upload-artifact action to v4 by @renovate in #223
  • ci(phpunit): handle test issues by @simPod in #229
  • refactor: drop unused RequestOptions::headers by @simPod in #231
  • feat: unify single string format Output and add Pretty and PrettySpace formats by @simPod in #230
  • refactor: use phpunit attributes by @simPod in #232
  • refactor(async-client): rename sql param to query by @simPod in #233
  • chore(deps): remove thecodingmachine/phpstan-safe-rule by @simPod in #234
  • refactor: remove Safe usages by @simPod in #235
  • test: cover wrong number of columns passed on insert by @simPod in #236
  • test: use static in WithClient so we can use BeforeClass phpunit's attributes by @simPod in #237
  • refactor: extract absurd function by @simPod in #238
  • ci: run main tests on clickhouse v23.12 by @simPod in #239
  • refactor: pass parameters around in clients by @simPod in #240
  • test: remove dead code from ShowDatabasesTest by @simPod in #241
  • feat: use multipart stream for request body by @simPod in #242
  • test: cover PsrClickHouseClient::executeQueryWithParams() by @simPod in #243

Full Changelog: 0.6.11...0.6.12

0.6.11

30 Nov 15:55
d2969f5
Compare
Choose a tag to compare

What's Changed

  • feat: add type to promise by @simPod in #216
  • ci: do not run coverage on integration tests by @simPod in #215
  • chore(deps): dev-require symfony/http-client v6.4 by @simPod in #218
  • chore(deps): drop php-http/client-common v1 support by @simPod in #217
  • chore(deps): drop psr/http-message v1 support by @simPod in #219
  • chore(deps): drop psr/log v1+v2 support by @simPod in #220
  • chore(deps): update dependency symfony/http-client to v7 by @renovate in #214

Full Changelog: 0.6.10...0.6.11

0.6.10

16 Oct 12:07
fbf718a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.9...0.6.10