File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,25 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
24
v2.0.903 (2022-01-10)
6
25
---------------------
7
26
- Feat(datatype, abstime): support abstime. [ Brooke White]
Original file line number Diff line number Diff line change 2
2
# 1) we don't load dependencies by storing it in __init__.py
3
3
# 2) we can import it in setup.py for the same reason
4
4
# 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