All work
- Ruby 3 removed SortedSetRUBY-336
- ssl_encryption_test.rb (integration test) failures with some C* 4.0 versionsRUBY-335Resolved issue: RUBY-335Bret McGuire
- Support for protocol v5 messagesRUBY-334
- Pending test pseudo-failures with "rake integration"RUBY-333
- Add support for duration typeRUBY-332Resolved issue: RUBY-332Bret McGuire
- Dependency updates for yard, rake, ffiRUBY-330Resolved issue: RUBY-330Bret McGuire
- BigDecimal initialization compatibility issue with MRI 2.7RUBY-329Resolved issue: RUBY-329Bret McGuire
- Future.get can inadvertently ignore timeout in some casesRUBY-328Resolved issue: RUBY-328
- Add more examples for how to use type_hints in Ruby for simple statementsRUBY-327Sandeep Tamhankar
- CQL generation should include ascending clustering order specificationRUBY-326Resolved issue: RUBY-326
- Upgrade Yard to resolve security vulnerabilityRUBY-325Resolved issue: RUBY-325
- CQL generation does not handle nested collections properlyRUBY-324Resolved issue: RUBY-324
- Travis can time out due to unintialized instance variable warning in CqlProtocolHandlerRUBY-323Resolved issue: RUBY-323
- Bug when using decimal type columnsRUBY-322Resolved issue: RUBY-322
- Cassandra::Future.all([]).join hangs foreverRUBY-320Resolved issue: RUBY-320
- Support reading decimals in scientific notation with positive exponentRUBY-319Resolved issue: RUBY-319
- Fix Travis config to work for JRuby againRUBY-318Resolved issue: RUBY-318
- Upgrade YARD to fix security vulnerabilityRUBY-317Resolved issue: RUBY-317Sandeep Tamhankar
- Memory leak in ruby driverRUBY-316Resolved issue: RUBY-316Sandeep Tamhankar
- Bump rubocop version to address vulnerability; disallow Ruby versions prior to 2.2RUBY-315Resolved issue: RUBY-315Sandeep Tamhankar
- Query request size informationRUBY-314Sandeep Tamhankar
- Modify the message for batch log write failuresRUBY-313Sandeep Tamhankar
- Remove support for Apache Cassandra 1.2RUBY-312Sandeep Tamhankar
- Remove DowngradingConsistencyRetryPolicyRUBY-311Sandeep Tamhankar
- Mark DowngradingConsistencyRetryPolicy as deprecatedRUBY-310Sandeep Tamhankar
- Log a warning if an authenticator is configured but the server doesn't send an AUTHENTICATE responseRUBY-309Sandeep Tamhankar
- Include hash of result set metadata in prepared stmt id (protocol change for CASSANDRA-10786)RUBY-306Sandeep Tamhankar
- Add support for building user-defined row objectsRUBY-305Sandeep Tamhankar
- Allow symbol keys for results hashesRUBY-302Sandeep Tamhankar
- Require a load-balancing policy when contact points are specifiedRUBY-301Sandeep Tamhankar
- Implement HostFilterPolicyRUBY-300Sandeep Tamhankar
- Driver should infer that Date objects bind to C* Date columnsRUBY-299Sandeep Tamhankar
- Update copyright years in DSE driver code baseRUBY-298Resolved issue: RUBY-298
- Update copyright years in code baseRUBY-296Resolved issue: RUBY-296
- Refreshing host metadata does not account for custom address resolverRUBY-295Resolved issue: RUBY-295
- Type guessing is not able to distinguish between bigint and varint in Ruby 2.4RUBY-294Resolved issue: RUBY-294
- Infinite loop when connecting with allow_beta_protocolRUBY-293Resolved issue: RUBY-293Bret McGuire
- undefined method `ip' for "10.120.18.42":StringRUBY-292Resolved issue: RUBY-292Sandeep Tamhankar
- Unable to lookup quoted type nameRUBY-291Resolved issue: RUBY-291
- page_size of nil is not honored in session#executeRUBY-289Sandeep Tamhankar
- gemspec contains wrong path to dependencyRUBY-288Resolved issue: RUBY-288Sandeep Tamhankar
- frequent use of 'rescue nil' in future.rb swallows all exceptionsRUBY-286Sandeep Tamhankar
- Send keyspace in QUERY, PREPARE, and BATCH messages in v5RUBY-285
- Enable Client Timestamps by Default and use monotonic implementationRUBY-284Sandeep Tamhankar
- Graph timeout should be consistentRUBY-283Resolved issue: RUBY-283
- Don't expose graph_options in ExecutionProfile.inspectRUBY-282Resolved issue: RUBY-282
- Better error message when using non-existent Graph Execution ProfileRUBY-281Resolved issue: RUBY-281
- Remove Dse::Graph::Options from public interfaceRUBY-280Resolved issue: RUBY-280
- Graph Execution profile tweaksRUBY-279Resolved issue: RUBY-279
- Execution profiles should not inheritRUBY-278Resolved issue: RUBY-278
50 of 324
Ruby 3 removed SortedSet
Description
Environment
None
Pull Requests
None
Details
Details
Assignee
Unassigned
UnassignedReporter
Bruno Escherl
Bruno EscherlComponents
Affects versions
Priority
Created December 12, 2020 at 9:23 PM
Updated December 12, 2020 at 9:23 PM
Activity
Show:
https://github.com/ruby/ruby/commit/a3db08d7b6ff119223f77e3df00b4f6deac971e2 removed SortedSet, which is used in the cassandra ruby-driver https://github.com/datastax/ruby-driver/blob/0a0be648115964d3cc9a45bf602286d8e5025849/lib/cassandra/cluster/metadata.rb#L74, so latest cassandra-driver (3.2.5) does not work with ruby-3.0.0-preview2 and most probably the upcoming ruby 3 release version.