Cassandra v3.0.0-beta2 Release Notes

  • 2015-11-19

    Notable Changes

    • 👌 Support for Cassandra 3.0
    • 💥 Breaking: Changed default consistency level to LOCAL_QUORUM #158
    • 💥 Breaking: AggregateMetadata.InitialCondition member now returns the string representation of the value #157
    • 🔄 Changed read timeout to 12 secs #158
    • Linq: Select expressions or lambdas that do not specify fields generate a query with explicit columns names. ie: SELECT a, b, c, ... #94

    🔋 Features

    • ⚡️ [CSHARP-361] - Update schema type representation to CQL
    • 0️⃣ [CSHARP-353] - Change default consistency level to LOCAL_QUORUM
    • 0️⃣ [CSHARP-259] - Enable TCP NoDelay by Default
    • ⚡️ [CSHARP-356] - Updated default behavior unbound values in prepared statements
    • 0️⃣ [CSHARP-362] - Set default read timeout to 12 secs

    🐛 Bug Fixes

    • [CSHARP-308] - Linq: Avoid using SELECT * when the fields are not specified
    • [CSHARP-365] - Mono: SocketAsyncEventArgs BufferList must implement indexer
    • [CSHARP-371] - Mapper: Allow automatic conversion to structs for null values