Releases: simPod/PhpClickHouseClient
Releases · simPod/PhpClickHouseClient
0.7.9
0.7.8
0.7.7
0.7.6
What's Changed
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #253
- chore: remove psalm by @simPod in #256
- style: run cs fix by @simPod in #258
- ci: use codecov token by @simPod in #257
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #255
- chore(deps): update dependency infection/infection to ^0.28.0 by @renovate in #259
- chore(deps): update dependency phpunit/phpunit to v11 by @renovate in #254
- fix: add missing @throws by @simPod in #261
- feat: mark
absurd()
as internal by @simPod in #260
Full Changelog: 0.7.5...0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
Native query params
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 toUnsupportedParamValue
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