- Fixed error when the use_native_hstore or server_side_cursors keyword arguments were specified. - Stopped using the deprecated sql.text.typemap parameter.
0.3.2
Released July 1, 2019
- Removed requirement for psycopg2 so psycopg2-binary can be used as well. - Updated urllib3 to remove security vulnerability.
0.3.1
Not secure
Released Feb 25, 2019
- Support CockroachDB version numbers greater than 2.
0.3.0
Not secure
Released Jan 23, 2019
- Added support for more data types. - Improved introspection of types with modifiers (decimal, varchar). - Improved introspection of unique constraints.
0.2.1
Not secure
Released Aug 16, 2018
- Alembic migrations no longer attempt to run DDL statements in transactions. - Comments are now dropped from table definitions as CockroachDB does not support them.
0.2.0
Not secure
Released July 16, 2018
- Adapter again simultaneously compatible with CockroachDB 1.1, 2.0 and 2.1.