0.6.12
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 toquery
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