diff --git a/changelog.html b/changelog.html index 376bf33c..ed66d0b6 100644 --- a/changelog.html +++ b/changelog.html @@ -49,6 +49,33 @@

Navigation

Changelog

+
+

Changes in Version 1.0.8

+ +
+

Deprecated

+
    +
  • The instance parameter of ColumnFamilyMap.get_indexed_slices()
  • +
+
+

Changes in Version 1.0.7

+
+

Deprecated

+ +

Changes in Version 1.0.5

@@ -103,13 +136,18 @@

Changes in Version 1.0.4pycassa.system_manager.SystemManager.describe_partitioner()
  • Added pycassa.system_manager.SystemManager.describe_snitch()
  • Added pycassa.system_manager.SystemManager.get_keyspace_properties()
  • -
  • Renamed pycassa.system_manager.SystemManager.get_keyspace_description() -to pycassa.system_manager.SystemManager.get_keyspace_column_families() -and deprecated the previous name
  • Moved pycassa.system_manager.SystemManager.describe_keyspace() and pycassa.system_manager.SystemManager.describe_column_family() to pycassaShell describe_keyspace() and describe_column_family()
  • +

    Changes in Version 1.0.3

    @@ -158,6 +196,13 @@

    Changes in Version 1.0.0 +

    Deprecated

    +
      +
    • ColumnFamilyMap.get_count() has been deprecated. Use +ColumnFamily.get_count() instead.
    • +
    +

    Changes in Version 0.5.4

    @@ -246,7 +291,7 @@

    Changes in Version 0.4.0
  • Added pycassaShell, a simple interactive shell
  • Converted the test config from xml to yaml
  • -
  • fixed overflow error on +
  • Fixed overflow error on get_count()
  • Only insert columns which exist in the model object
  • Make ColumnFamilyMap not ignore the ColumnFamily’s dict_class
  • @@ -271,14 +316,27 @@

    Changes in Version 0.4.0Table Of Contents