|
13 | 13 | <email>sergey@couchbase.com</email>
|
14 | 14 | <active>yes</active>
|
15 | 15 | </lead>
|
16 |
| - <date>2024-11-22</date> |
| 16 | + <date>2025-01-29</date> |
17 | 17 | <version>
|
18 |
| - <release>4.2.5</release> |
| 18 | + <release>4.2.6</release> |
19 | 19 | <api>4.2.1</api>
|
20 | 20 | </version>
|
21 | 21 | <stability>
|
|
27 | 27 | Enhancements
|
28 | 28 | ============
|
29 | 29 |
|
30 |
| - * PCBC-1004: Insert ABI version tag into PHP extension namespace (#187). |
31 |
| - At this moment this feature is optional and does not break existing ABI. |
32 |
| - The extension namespace will become versioned by default since 4.3.0. |
| 30 | + * PCBC-992: Add zone aware replica reads (#201). |
33 | 31 |
|
34 | 32 | Fixes
|
35 | 33 | =====
|
36 | 34 |
|
37 |
| - * PCBC-975: Fix expiry with upsertMulti |
| 35 | + * PCBC-1018: Do not destroy expired connection if it still being used (#200). |
38 | 36 |
|
39 |
| - * PCBC-1017: Update user agent generation |
| 37 | + * PCBC-1016: Fix `trustCertificate` option that was ignored previously (#195). |
| 38 | + |
| 39 | + * Update core to 1.0.5 (#203). |
| 40 | + |
| 41 | + * Fix PHP 8.4 deprecation warnings (#198). |
| 42 | + |
| 43 | + * Fix Undefined constant error (#196). |
40 | 44 | </notes>
|
41 | 45 | <contents>
|
42 | 46 | </contents>
|
|
53 | 57 | <providesextension>couchbase</providesextension>
|
54 | 58 | <extsrcrelease/>
|
55 | 59 | <changelog>
|
| 60 | + <release> |
| 61 | + <date>2024-11-22</date> |
| 62 | + <version> |
| 63 | + <release>4.2.5</release> |
| 64 | + <api>4.2.1</api> |
| 65 | + </version> |
| 66 | + <stability> |
| 67 | + <release>stable</release> |
| 68 | + <api>stable</api> |
| 69 | + </stability> |
| 70 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license> |
| 71 | + <notes> |
| 72 | + Enhancements |
| 73 | + ============ |
| 74 | + |
| 75 | + * PCBC-1004: Insert ABI version tag into PHP extension namespace (#187). |
| 76 | + At this moment this feature is optional and does not break existing ABI. |
| 77 | + The extension namespace will become versioned by default since 4.3.0. |
| 78 | + |
| 79 | + Fixes |
| 80 | + ===== |
| 81 | + |
| 82 | + * PCBC-975: Fix expiry with upsertMulti |
| 83 | + |
| 84 | + * PCBC-1017: Update user agent generation |
| 85 | + </notes> |
| 86 | + </release> |
56 | 87 | <release>
|
57 | 88 | <date>2024-10-22</date>
|
58 | 89 | <version>
|
|
0 commit comments