Releases: vertica/vertica-python
Releases · vertica/vertica-python
1.2.0
🔔 This is the last version that supports Python < 3.7
What's Changed
- Update CI server docker container by @sitingren in #464
- Internal improvement for Autocommit by @sitingren in #468
- #469 Support Complex type by @sitingren in #471, #474, #475, #478
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- Fix #451: Improve README by @sitingren in #454
- Upgrade server version for testing by @sitingren in #458
- Change the default of connection database name from username to empty string by @blackeyepanda in #459
- Fix #457: handle decode error for error/notice message by @sitingren in #460
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Return INTERVAL data as dateutil.relativedelta object by @sitingren in #446
- Return TIMETZ data as datetime.time object by @sitingren in #447
- Fix #398: Binary format data transfer by @sitingren in #452
- Add the option to bypass data conversion to Python objects by @sitingren in #450
- Remove pypi classifiers by @sitingren in #445
Full Changelog: 1.0.5...1.1.0
1.0.5
What's Changed
- Fix #397: Use socketfile to improve read performance by @alonme in #441
- Update test python versions by @sitingren in #443
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- Restore DNS Round Robin Behavior by @DMickens in #430
- Fix #434 add type hints to public functions by @jannisko in #436
- Fix #438 executemany() insert double qoute data by @sitingren in #439
- Update README and Upgrade test framework by @sitingren
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- Refine README by @sitingren in #427
- Update copyright year to 2022 by @sitingren in #428
- Limit max send message size to 8192 bytes by @sitingren in #431
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- New behavior: Parsing text representation of [var]binary data sent by server in #414
- Support leading whitespace for inserts in executemany (#415) by @vhermecz in #416
- Fix #419: Improve error handling for COPY LOCAL queries in #420
- Improve Connection.cancel() readme description and tests in #418
- Infrastructure update: Migrate test from Travis CI to Github Actions in #405, #406, #407
- Infrastructure update: Update copyright year to 2021 in #404
Full Changelog: 1.0.1...1.0.2