Cassandra 1.1.2 has been released and can be downloaded here
Bug fixes and other changes:
- Fix cleanup not deleting index entries (CASSANDRA-4379)
- Use correct partitioner when saving + loading caches (CASSANDRA-4331)
- Check schema before trying to export sstable (CASSANDRA-2760)
- Raise a meaningful exception instead of NPE when PFS encountersan unconfigured node + no default (CASSANDRA-4349)
- fix bug in sstable blacklisting with LCS (CASSANDRA-4343)
- LCS no longer promotes tiny sstables out of L0 (CASSANDRA-4341)
- skip tombstones during hint replay (CASSANDRA-4320)
- fix NPE in compactionstats (CASSANDRA-4318)
- enforce 1m min keycache for auto (CASSANDRA-4306)
- Have DeletedColumn.isMFD always return true (CASSANDRA-4307)
- (cql3) exeption message for ORDER BY constraints said primary filter can bean IN clause, which is misleading (CASSANDRA-4319)
- (cql3) Reject (not yet supported) creation of 2ndardy indexes on tables withcomposite primary keys (CASSANDRA-4328)
- Set JVM stack size to 160k for java 7 (CASSANDRA-4275)
- cqlsh: add COPY command to load data from CSV flat files (CASSANDRA-4012)
- CFMetaData.fromThrift to throw ConfigurationException upon error (CASSANDRA-4353)
- Use CF comparator to sort indexed columns in SecondaryIndexManager(CASSANDRA-4365)
- add strategy_options to the KSMetaData.toString() output (CASSANDRA-4248)
- (cql3) fix range queries containing unqueried results (CASSANDRA-4372)
- (cql3) allow updating column_alias types (CASSANDRA-4041)
- (cql3) Fix deletion bug (CASSANDRA-4193)
- Fix computation of overlapping sstable for leveled compaction (CASSANDRA-4321)
- Improve scrub and allow to run it offline (CASSANDRA-4321)
- Fix assertionError in StorageService.bulkLoad (CASSANDRA-4368)
- (cqlsh) add option to authenticate to a keyspace at startup (CASSANDRA-4108)
- (cqlsh) fix ASSUME functionality (CASSANDRA-4352)
- Fix ColumnFamilyRecordReader to not return progress > 100% (CASSANDRA-3942)
- Merged from 1.0:
- Set gc_grace on index CF to 0 (CASSANDRA-4314)