You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change re-enables testing for the couchbase integration. In order
to do so, there are a few changes which were made:
1. Use a new container repository for couchbase (previously owned by
sabrenner, now owned by DataDog).
1. Drop testing support for Couchbase API versions 2.6.5, 3.0.0-3.2.0,
and 3.2.2
**Reasons for dropping versions**
* 2.6.5 - Couchbase only supports this version for node versions 6, 8,
and 10. Since dd-trace-js does not support these versions, 2.6.5 is
dropped.
* 3.0.0 <= x < 3.2.0 - Couchbase officialy dropped support for 3.0.x in
Jul 2022 and 3.1 in June 2023. Since these dates have passed, we are
dropping support in dd-trace-js
* 3.2.2 - This version of couchbase encounters segfaults when calling
'upsert' with couchbase server 6.0. These issues can be fixed by
using Couchbase API 4.0+ with Couchbase Server 7.0+. However,
dd-trace-js does not yet support testing against either of these.
0 commit comments