Cassandra v2.5.1 Release Notes

  • 2015-03-23

    ๐Ÿ”‹ Features

    • [CSHARP-146] - Manual paging
    • [CSHARP-211] - Make Statement.SetRoutingKey() api more friendly
    • ๐ŸŒฒ [CSHARP-240] - Log additional information on RequestHandler and Connection classes
    • [CSHARP-242] - Make pool creation, after node considered back up, less eager
    • โฑ [CSHARP-245] - Use specific TaskScheduler for calling callbacks from the Connection
    • ๐Ÿ‘ [CSHARP-251] - Support Lightweight Transactions in the Mapper API
    • [CSHARP-258] - Add TCP NoDelay socket option
    • [CSHARP-261] - Linq: Manual paging
    • [CSHARP-262] - Mapper: Manual paging

    ๐Ÿ› Bug Fixes

    • [CSHARP-246] - ObjectDisposedException in Connection.WriteCompletedHandler()
    • ๐Ÿ“‡ [CSHARP-252] - Metadata.HostEvent is not firing when a node is Down, it does fire when a node is Up
    • [CSHARP-253] - RPTokenFactory produces negative hashes
    • [CSHARP-254] - TokenMap doesn't handle adjacent ranges owned by the same host
    • ๐Ÿ— [CSHARP-264] - Builder.WithPort() option not considered
    • [CSHARP-266] - Connection: Serialization of bad frames can result in NullReferenceException