v1.18.1
What's Changed
- queryMetrics: use UUID map key instead of string to reduce allocations by @mykaul in #859
- marshal: fix UDT unmarshal into *any for MapScan (fix similar to CASSGO-115 ) by @mykaul in #852
- Replace SimpleStrategy with NetworkTopologyStrategy in example tests by @nikagra in #854
- scylla: fix data race in scyllaConnPicker by @nikagra in #872
- fix: scanner Scan panics with tuple columns due to wrong index by @mykaul in #867
- docs: update actions by @dgarcia360 in #877
- client_routes: simplify concurrency, fix stale entries, add sticky routing by @sylwiaszunejko in #850
- perf: replace reflection-based tablet hint parser with direct binary parser by @mykaul in #883
- perf: use explicit column lists in system.local/peers queries by @mykaul in #724
Full Changelog: v1.18.0...v1.18.1