Releases: startreedata/pinot-dbapi
Releases · startreedata/pinot-dbapi
Release release-9.1.1
What's Changed
- Potential fix for code scanning alert no. 2: Clear-text logging of sensitive information (#170)
Installation
pip install pinotdb==9.1.1Full Changelog: release-9.1.0...release-9.1.1
What's Changed
- Potential fix for code scanning alert no. 2: Clear-text logging of sensitive information by @xiangfu0 in #170
Full Changelog: release-9.1.0...release-9.1.1
Release release-9.1.0
What's Changed
- update Pinotdb Pypi Publisher workflow
- Add X-Correlation-Id header to HTTP requests (#169)
- Bump tox from 4.47.0 to 4.49.1 (#167)
- Bump filelock from 3.25.0 to 3.25.1 (#168)
- Bump filelock from 3.24.3 to 3.25.0 (#165)
- Bump responses from 0.25.8 to 0.26.0 (#161)
- Bump greenlet from 3.3.1 to 3.3.2 (#163)
- Bump sqlalchemy from 2.0.46 to 2.0.48 (#164)
- Bump tox from 4.36.1 to 4.47.0 (#166)
- Bump filelock from 3.20.3 to 3.24.2 (#159)
- Bump coverage from 7.13.3 to 7.13.4 (#158)
- Bump tox from 4.34.1 to 4.36.1 (#160)
- Add async SQLAlchemy dialect support for create_async_engine (#157)
- Update codecov report
- Bump coverage from 7.13.2 to 7.13.3 (#156)
Installation
pip install pinotdb==9.1.0Full Changelog: release-9.0.0...release-9.1.0
What's Changed
- Bump coverage from 7.13.2 to 7.13.3 by @dependabot[bot] in #156
- Add async SQLAlchemy dialect support for create_async_engine by @xiangfu0 in #157
- Bump tox from 4.34.1 to 4.36.1 by @dependabot[bot] in #160
- Bump coverage from 7.13.3 to 7.13.4 by @dependabot[bot] in #158
- Bump filelock from 3.20.3 to 3.24.2 by @dependabot[bot] in #159
- Bump tox from 4.36.1 to 4.47.0 by @dependabot[bot] in #166
- Bump sqlalchemy from 2.0.46 to 2.0.48 by @dependabot[bot] in #164
- Bump greenlet from 3.3.1 to 3.3.2 by @dependabot[bot] in #163
- Bump responses from 0.25.8 to 0.26.0 by @dependabot[bot] in #161
- Bump filelock from 3.24.3 to 3.25.0 by @dependabot[bot] in #165
- Bump filelock from 3.25.0 to 3.25.1 by @dependabot[bot] in #168
- Bump tox from 4.47.0 to 4.49.1 by @dependabot[bot] in #167
- Add X-Correlation-Id header to HTTP requests by @nagarjuna-startree in #169
New Contributors
- @nagarjuna-startree made their first contribution in #169
Full Changelog: release-9.0.0...release-9.1.0
release-9.0.0
What's Changed
- Bump pytest from 8.3.5 to 9.0.2 by @dependabot[bot] in #144
- Bump requests from 2.32.4 to 2.32.5 by @dependabot[bot] in #141
- Bump flake8 from 5.0.4 to 7.3.0 by @dependabot[bot] in #140
- Bump coverage from 7.6.1 to 7.13.1 by @dependabot[bot] in #143
- Bump pytest-cov from 5.0.0 to 7.0.0 by @dependabot[bot] in #142
- Bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #145
- Bump tox from 4.25.0 to 4.34.1 by @dependabot[bot] in #146
- Bump sqlalchemy from 2.0.45 to 2.0.46 by @dependabot[bot] in #151
- Bump actions/setup-python from 4 to 6 by @dependabot[bot] in #150
- Bump greenlet from 3.3.0 to 3.3.1 by @dependabot[bot] in #153
- Bump coverage from 7.13.1 to 7.13.2 by @dependabot[bot] in #152
- Bump actions/checkout from 2 to 6 by @dependabot[bot] in #149
- Expose broker query stats on cursor responses by @xiangfu0 in #154
- Add coverage reporting and prevent coverage regression vs master by @xiangfu0 in #155
Full Changelog: release-8.0.0...release-9.0.0
release-8.0.0
What's Changed
- Bump sqlalchemy from 1.4.52 to 2.0.45 by @dependabot[bot] in #134
- Add python 3.13 and 3.14 support by @xiangfu0 in #139
Full Changelog: release-7.0.0...release-8.0.0
release-7.0.0
What's Changed
Full Changelog: release-6.0.0...release-7.0.0
release-6.0.0
What's Changed
- Dropped Python 3.8 support
- Bump requests from 2.31.0 to 2.32.4 by @dependabot[bot] in #118
- Bump httpx from 0.24.1 to 0.28.1 by @dependabot[bot] in #120
- Bump pytest from 7.4.4 to 8.3.5 by @dependabot[bot] in #119
- Bump tox from 3.28.0 to 4.25.0 by @dependabot[bot] in #122
- Bump parameterized from 0.8.1 to 0.9.0 by @dependabot[bot] in #121
- Bump h11 from 0.14.0 to 0.16.0 by @dependabot[bot] in #123
- Bump urllib3 from 2.0.7 to 2.2.3 by @dependabot[bot] in #125
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot[bot] in #126
- Bump responses from 0.23.3 to 0.25.7 by @dependabot[bot] in #127
- Bump responses from 0.25.7 to 0.25.8 by @dependabot[bot] in #130
- Bump coverage from 7.2.7 to 7.6.1 by @dependabot[bot] in #128
- Bump ipython from 7.34.0 to 8.10.0 by @dependabot[bot] in #135
- Bump ciso8601 from 2.3.2 to 2.3.3 by @dependabot[bot] in #132
- Make integration precheck use Pinot port reachability by @xiangfu0 in #136
- Drop Python 3.8 support; pin urllib3 2.6.0 by @xiangfu0 in #137
Full Changelog: release-5.7.0...release-6.0.0
release-5.7.0
What's Changed
- Create dependabot.yml by @xiangfu0 in #109
- Remove python 3.7 from the CI tests by @xiangfu0 in #110
- Bump ciso8601 from 2.3.1 to 2.3.2 by @dependabot in #115
- Bump responses from 0.22.0 to 0.23.3 by @dependabot in #113
- Bump mock from 4.0.3 to 5.2.0 by @dependabot in #114
- Bump urllib3 from 1.26.19 to 2.0.7 by @dependabot in #112
- Bump coverage from 6.5.0 to 7.2.7 by @dependabot in #111
- Fix: Upgrade h11 and httpx, and bump Python requirement by @xiangfu0 in #116
- Support bigDecimal type in python client by @xiangfu0 in #117
Full Changelog: release-5.6.0...release-5.7.0
release-5.6.0
What's Changed
Full Changelog: release-5.5.0...release-5.6.0
release-5.5.0
What's Changed
Full Changelog: release-5.4.0...release-5.5.0
release-5.4.0
What's Changed
- Bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #102
- fix httpx timeout issue by @xiangfu0 in #105
Full Changelog: release-5.3.0...release-5.4.0