@@ -2,6 +2,34 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
33
v2.0.878 (2021-04-19)
6
34
---------------------
7
35
0 commit comments