- Added a link to the release notes to the package description
- Fixed error in the parameter substitution docstring.
- Added support for
SERVICECLASS
,ADJUSTFACTOR
,ADJUSTTIME
, andPSO
query settings. - Added support for the
SHOW
command. - Added support for the
CANCEL TASK
command. - Removed support for
PRIORITY_ADJUSTMENT_FACTOR
,PRIORITY_ADJUSTMENT_TIME
,MIN_PRIORITY
, andMAX_PRIORITY
query settings. - Deprecate support for the
CHECK DATA
command - Fixed output of binary types at the command line.
- Added CSV output support
- Updated
cryptography
package dependency from<3.4
to<=36.0
- Updated
cffi
andgoogle-auth
dependencies - Improved decoding performance by caching the decoders
- Added formal STPoint, STLinestring, and STPolygon classes rather than using tuples and lists
- Added support for
PRIORITY_ADJUSTMENT_FACTOR
,PRIORITY_ADJUSTMENT_TIME
,MIN_PRIORITY
, andMAX_PRIORITY
query settings. - Enabled the handling of invalid DNS names received from the database
- Fixed crash on invalid UTF-8 characters received from the database
- Fixed a bug related to specifying the user through the
connect
API - Standardized Python(R) code formatting
- Updated handling of the
force
option on connections for accuracy
- Added additional debug logging to the redirection of connection
- Updated the redirect logic for accuracy
- Added multiple host support to the DSN
- Removed
--tables
,--systables
, and--views
command-line options - Added support for the
source
,connect to
, andset
commands - Added support for starting without a DSN