diff --git a/CHANGELOG.md b/CHANGELOG.md index 82126e84c..571d3f327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + ## 3.8.0 (Upcoming) * Upgrade to Apache Cassandra 3.8 @@ -10,32 +11,6 @@ Merged from 3.0.8.3: * Optimize clustering key index format (breaks backward compatibility) -Merged from 3.0.8.2: -* Allow associativity in search-time geospatial transformations -* Simplify naming of builder static methods for creating geospatial transformations -* Fix paged index-sorted queries matching more than 65535 rows -* Fix partition directed queries using dummy column syntax in skinny tables - -Merged from 3.0.8.1: -* Upgrade query builder JSON serializer to Jackson 2.8.0 -* Add geospatial post filtering (ensures accuracy with any tree levels) -* Set default number of indexing threads to number of processors available to the JVM -* Fix mapping of timestamps and dates by their underlying numeric value (#177) -* Fix mapper referenced by alias in sortFields - -Merged from 3.0.7.2: -* Modernize search syntax keeping backward compatibility -* Add Lucene-specific CQL tracing -* Fix parsing of data with CQL "date" type (#158) -* Fix handling of immense term insertion mapping error -* Fix indexing of tables with descending clustering key order (#165) - -Merged from 3.0.7.1: -* Fix clustering query collisions in Lucene's query cache - -Merged from 3.0.8.2: -* Optimize clustering key index format (breaks backward compatibility) - ## 3.7.2 (September 14, 2016) Merged from 3.0.8.2: