Skip to content

Commit 1a9277c

Browse files
committed
Prepare for v1.4.0 release
1 parent 1061dd1 commit 1a9277c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Version 1.3.4
1+
# Version 1.4.0
2+
Released July 29, 2021
23
- Add telemetry to SQLAlchemy CockroachDB
34
- Telemetry is enabled by default, set disable_cockroachdb_telemetry in create_engine's connect_args field to disable.
45
- ```Example: engine = create_engine('cockroachdb://...', connect_args={"disable_cockroachdb_telemetry": True})```
6+
- Initial compatibility with SQLAlchemy 1.4.
57

68

79
# Version 1.3.3

sqlalchemy_cockroachdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from sqlalchemy.dialects import registry as _registry
22
from .transaction import run_transaction # noqa
33

4-
__version__ = "1.4.0.dev0"
4+
__version__ = "1.4.0"
55

66
_registry.register(
77
"cockroachdb.psycopg2",

0 commit comments

Comments
 (0)