File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff 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+
524v2.0.903 (2022-01-10)
625---------------------
726- Feat(datatype, abstime): support abstime. [ Brooke White]
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments