@@ -10,16 +10,16 @@ Full release notes:
10
10
11
11
v2.2.3
12
12
======
13
- WL#10452: Add Protobuf C++ extension for Linux variants and Mac OSX
14
- WL#10081: DevAPI: IPv6 support
15
- BUG#25614860: Fix defined_as method in the view creation
16
- BUG#25519251: SelectStatement does not implement order_by() method
17
- BUG#25436568: Update available operators for XPlugin
18
- BUG#24954006: Add missing items in CHANGES.txt
19
- BUG#24578507: Fix import error using Python 2.6
20
- BUG#23636962: Fix improper error message when creating a Session
21
- BUG#23568207: Fix default aliases for projection fields
22
- BUG#23567724: Fix operator names
13
+ - WL#10452: Add Protobuf C++ extension for Linux variants and Mac OSX
14
+ - WL#10081: DevAPI: IPv6 support
15
+ - BUG#25614860: Fix defined_as method in the view creation
16
+ - BUG#25519251: SelectStatement does not implement order_by() method
17
+ - BUG#25436568: Update available operators for XPlugin
18
+ - BUG#24954006: Add missing items in CHANGES.txt
19
+ - BUG#24578507: Fix import error using Python 2.6
20
+ - BUG#23636962: Fix improper error message when creating a Session
21
+ - BUG#23568207: Fix default aliases for projection fields
22
+ - BUG#23567724: Fix operator names
23
23
24
24
v2.2.2
25
25
======
29
29
- DevAPI: New transports: Unix domain socket
30
30
- DevAPI: Core TLS/SSL options for the mysqlx URI scheme
31
31
- DevAPI: View DDL with support for partitioning in a cluster / sharding
32
- - BUG24520850 : Fix unexpected behavior when using an empty collection name
32
+ - BUG#24520850 : Fix unexpected behavior when using an empty collection name
33
33
34
34
v2.2.1
35
35
======
@@ -40,11 +40,11 @@ v2.2.1
40
40
- DevAPI: Per ReplicaSet SQL execution
41
41
- DevAPI: XSession accepts a list of routers
42
42
- DevAPI: Define action on adding empty list of documents
43
- - BUG23729357 : Fix fetching BIT datatype
44
- - BUG23583381 : Add who_am_i and am_i_real methods to DatabaseObject
45
- - BUG23568257 : Add fetch_one method to mysqlx.result
46
- - BUG23550743 : Add close method to XSession and NodeSession
47
- - BUG23550057 : Add support for URI as connection data
43
+ - BUG#23729357 : Fix fetching BIT datatype
44
+ - BUG#23583381 : Add who_am_i and am_i_real methods to DatabaseObject
45
+ - BUG#23568257 : Add fetch_one method to mysqlx.result
46
+ - BUG#23550743 : Add close method to XSession and NodeSession
47
+ - BUG#23550057 : Add support for URI as connection data
48
48
49
49
v2.2.0
50
50
======
0 commit comments