Skip to content

Commit 28266c3

Browse files
committed
chore: bump version to 2.0.904
1 parent dc2465e commit 28266c3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@ Changelog
22
=========
33

44

5+
v2.0.904 (2022-02-07)
6+
---------------------
7+
- Docs(readme): clarify pandas df insert. [Brooke White]
8+
- Docs(tutorials): add redshift datatype examples. [Brooke White]
9+
- Refactor(cursor, insert_data_bulk): add batch_size parameter. [Brooke
10+
White]
11+
- Test(cursor, test_insert_data_column_stmt): Adjust for py36. [Brooke
12+
White]
13+
- Chore(cursor): lint. [Brooke White]
14+
- Docs(connection): redshift wire methods. [Brooke White]
15+
- Feat(cursor): Add redshift_rowcount for SELECT rowcount support.
16+
[Brooke White]
17+
- Feat(datatype): support geography. [Brooke White]
18+
- Docs(changelog): add generation instructions. [Brooke White]
19+
- Chore(workflow): set 15 min timeout. [Brooke White]
20+
- Chore: init GitHub actions. [Brooke White]
21+
- Feat(cursor): Add method insert_data_bulk (#81) [Yash Goel]
22+
23+
524
v2.0.903 (2022-01-10)
625
---------------------
726
- Feat(datatype, abstime): support abstime. [Brooke White]

redshift_connector/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = "2.0.903"
5+
__version__ = "2.0.904"

0 commit comments

Comments
 (0)