|
13 | 13 | <email>sergey@couchbase.com</email>
|
14 | 14 | <active>yes</active>
|
15 | 15 | </lead>
|
16 |
| - <date>2023-04-12</date> |
| 16 | + <date>2023-04-13</date> |
17 | 17 | <version>
|
18 |
| - <release>4.1.2</release> |
| 18 | + <release>4.1.3</release> |
19 | 19 | <api>4.0.0</api>
|
20 | 20 | </version>
|
21 | 21 | <stability>
|
|
24 | 24 | </stability>
|
25 | 25 | <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
|
26 | 26 | <notes>
|
27 |
| - * PCBC-888 handle query context changes (#68) |
28 |
| - * Added optional context to CouchbaseException constructor (#85) |
| 27 | + * PCBC-915: Fixed timestamp as expiry in mutation options (#88) |
| 28 | + * PCBC-828: Implemented collection management (#89) |
| 29 | + * PCBC-918: Extra attributes in ExistsResult now optional (deleted, expiry, flags, and sequenceNumber) (#95) |
29 | 30 |
|
30 | 31 | Notable changes in core C++
|
31 | 32 | ---------------------------
|
32 | 33 |
|
33 |
| - * OpenSSL and CentOS 7 (#382) |
34 |
| - * CXXCBC-144: Search query on collections should not require you to pass in the scope name (#379) |
35 |
| - * CXXCBC-145: Search query request raw option not used (#380) |
36 |
| - * CXXCBC-194: Support ExtThreadSafe transaction extension. (#374, #376) |
37 |
| - * CXXCBC-316: Core txn get_optional after query issue (#385) |
38 |
| - * CXXCBC-310: Fixed race condition in transaction_context state machine (#386, #378) |
| 34 | + * CXXCBC-31: Allow to use schema-less connection strings (#394) |
| 35 | + * CXXCBC-318: Always try TCP if UDP fails in DNS-SRV resolver (#390) |
| 36 | + * CXXCBC-320: Negative expiry in atr can 'stuck' docs. (#393) |
| 37 | + * CXXCBC-310: Improve shutdown of the LostTxnCleanup thread. (#389) |
39 | 38 | </notes>
|
40 | 39 | <contents>
|
41 | 40 | <dir name="/">
|
|
2825 | 2824 | <extsrcrelease/>
|
2826 | 2825 | <changelog>
|
2827 | 2826 | <release>
|
2828 |
| - <date>2023-03-14</date> |
| 2827 | + <date>2023-03-20</date> |
| 2828 | + <version> |
| 2829 | + <release>4.1.2</release> |
| 2830 | + <api>4.0.0</api> |
| 2831 | + </version> |
| 2832 | + <stability> |
| 2833 | + <release>stable</release> |
| 2834 | + <api>stable</api> |
| 2835 | + </stability> |
| 2836 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license> |
| 2837 | + <notes> |
| 2838 | + * PCBC-888 handle query context changes (#68) |
| 2839 | + * Added optional context to CouchbaseException constructor (#85) |
| 2840 | + |
| 2841 | + Notable changes in core C++ |
| 2842 | + --------------------------- |
| 2843 | + |
| 2844 | + * OpenSSL and CentOS 7 (#382) |
| 2845 | + * CXXCBC-144: Search query on collections should not require you to pass in the scope name (#379) |
| 2846 | + * CXXCBC-145: Search query request raw option not used (#380) |
| 2847 | + * CXXCBC-194: Support ExtThreadSafe transaction extension. (#374, #376) |
| 2848 | + * CXXCBC-316: Core txn get_optional after query issue (#385) |
| 2849 | + * CXXCBC-310: Fixed race condition in transaction_context state machine (#386, #378) |
| 2850 | + </notes> |
| 2851 | + </release> |
| 2852 | + <release> |
| 2853 | + <date>2023-02-22</date> |
2829 | 2854 | <version>
|
2830 | 2855 | <release>4.1.1</release>
|
2831 | 2856 | <api>4.0.0</api>
|
|
0 commit comments