Skip to content

Commit 03d7762

Browse files
committed
chore: bump version to 2.0.879
1 parent 665d9aa commit 03d7762

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@ Changelog
22
=========
33

44

5+
v2.0.879 (2021-05-10)
6+
---------------------
7+
- Refactor(cursor, setinputsize): use named arguments. [Brooke White]
8+
- Refactor(test, connection): use mock py_types, pg_types. [Brooke
9+
White]
10+
- Refactor(Connection, type_utils): add py_types, pg_types to Connection
11+
class, declare typecode constants at package level. [Brooke White]
12+
- Docs(contributing): update PR guidelines. [Brooke White]
13+
- Test(hooks): disable writing test failures to file. [Brooke White]
14+
- Refactor(connection, client-protocol): log when there is a mismatch in
15+
requested vs granted protocol. [Brooke White]
16+
- Docs(transfer-protocol): modifying transfer protocol via connect
17+
method. [Brooke White]
18+
- Fix(datatype): support regproc in binary format. [Brooke White]
19+
- Feat(connection, transfer-protocol): enable binary transfer protocol
20+
by default. [Brooke White]
21+
- Test(connection, datatype): datatype tests for supported transfer
22+
protocols. [Brooke White]
23+
- Test(connection, transfer-protocol): manual protocol performance
24+
comparison. [Brooke White]
25+
- Feat(connection, transfer-protocol): support binary transfer protocol.
26+
[Brooke White]
27+
- Fix(iam_helper): user, password are not required with credential
28+
provider. [Brooke White]
29+
- Perf(cursor, merge_socket_read): enable by default. [Brooke White]
30+
- Docs(pull_request_template): update PR checklist. [Brooke White]
31+
32+
533
v2.0.878 (2021-04-19)
634
---------------------
735

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.878"
5+
__version__ = "2.0.879"

0 commit comments

Comments
 (0)