File tree Expand file tree Collapse file tree
core/src/main/java/com/datastax/oss/driver/internal/core/context Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- Note: contrary to 3.x, insert new entries *first* in their section -->
44
5- ### 4.12.0 (in progress)
5+ ### 4.11.1
66
7+ - [ bug] JAVA-2936: Support Protocol V6
78- [ bug] JAVA-2934: Handle empty non-final pages in ReactiveResultSetSubscription
89
910### 4.11.0
Original file line number Diff line number Diff line change 9191import com .datastax .oss .protocol .internal .PrimitiveCodec ;
9292import com .datastax .oss .protocol .internal .ProtocolV3ClientCodecs ;
9393import com .datastax .oss .protocol .internal .ProtocolV5ClientCodecs ;
94+ import com .datastax .oss .protocol .internal .ProtocolV6ClientCodecs ;
9495import com .datastax .oss .protocol .internal .SegmentCodec ;
9596import edu .umd .cs .findbugs .annotations .NonNull ;
9697import edu .umd .cs .findbugs .annotations .Nullable ;
@@ -435,6 +436,7 @@ protected FrameCodec<ByteBuf> buildFrameCodec() {
435436 new ProtocolV3ClientCodecs (),
436437 new ProtocolV4ClientCodecsForDse (),
437438 new ProtocolV5ClientCodecs (),
439+ new ProtocolV6ClientCodecs (),
438440 new DseProtocolV1ClientCodecs (),
439441 new DseProtocolV2ClientCodecs ());
440442 }
You can’t perform that action at this time.
0 commit comments