Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Update changelog with 1.0.8 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Apr 12, 2011
1 parent c0e6f0a commit 06c5af1
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 29 deletions.
74 changes: 66 additions & 8 deletions changelog.html
Expand Up @@ -49,6 +49,33 @@ <h3>Navigation</h3>

<div class="section" id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<div class="section" id="changes-in-version-1-0-8">
<h2>Changes in Version 1.0.8<a class="headerlink" href="#changes-in-version-1-0-8" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Pack <a class="reference internal" href="api/pycassa/cassandra/ttypes.html#pycassa.cassandra.ttypes.IndexExpression" title="pycassa.cassandra.ttypes.IndexExpression"><tt class="xref py py-class docutils literal"><span class="pre">IndexExpression</span></tt></a> values in <a class="reference internal" href="api/pycassa/columnfamilymap.html#pycassa.columnfamilymap.ColumnFamilyMap.get_indexed_slices" title="pycassa.columnfamilymap.ColumnFamilyMap.get_indexed_slices"><tt class="xref py py-meth docutils literal"><span class="pre">get_indexed_slices()</span></tt></a>
that are supplied through the <a class="reference internal" href="api/pycassa/cassandra/ttypes.html#pycassa.cassandra.ttypes.IndexClause" title="pycassa.cassandra.ttypes.IndexClause"><tt class="xref py py-class docutils literal"><span class="pre">IndexClause</span></tt></a> instead of just the <cite>instance</cite>
parameter.</li>
<li>Column names and values which use Cassandra&#8217;s IntegerType are unpacked as though they
are in a BigInteger-like format. This is (backwards) compatible with the format
that pycassa uses to pack IntegerType data. This fixes an incompatibility with
the format that cassandra-cli and other clients use to pack IntegerType data.</li>
<li>Restore Python 2.5 compatibility that was broken through out of order keyword
arguments in <a class="reference internal" href="api/pycassa/pool.html#pycassa.pool.ConnectionWrapper" title="pycassa.pool.ConnectionWrapper"><tt class="xref py py-class docutils literal"><span class="pre">ConnectionWrapper</span></tt></a>.</li>
<li>Pack <cite>column_start</cite> and <cite>column_finish</cite> arguments in <a class="reference internal" href="api/pycassa/columnfamily.html#pycassa.columnfamily.ColumnFamily" title="pycassa.columnfamily.ColumnFamily"><tt class="xref py py-class docutils literal"><span class="pre">ColumnFamily</span></tt></a>
<tt class="docutils literal"><span class="pre">*get*()</span></tt> methods when the <cite>super_column</cite> parameter is used.</li>
<li>Issue a <tt class="xref py py-class docutils literal"><span class="pre">DeprecationWarning</span></tt> when a method, parameter, or class that
has been deprecated is used. Most of these have been deprecated for several
releases, but no warnings were issued until now.</li>
<li>Deprecations are now split into separate sections for each release in the
changelog.</li>
</ul>
<div class="section" id="deprecated">
<h3>Deprecated<a class="headerlink" href="#deprecated" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>The <cite>instance</cite> parameter of <tt class="xref py py-meth docutils literal"><span class="pre">ColumnFamilyMap.get_indexed_slices()</span></tt></li>
</ul>
</div>
</div>
<div class="section" id="changes-in-version-1-0-7">
<h2>Changes in Version 1.0.7<a class="headerlink" href="#changes-in-version-1-0-7" title="Permalink to this headline"></a></h2>
<ul class="simple">
Expand Down Expand Up @@ -81,6 +108,12 @@ <h2>Changes in Version 1.0.6<a class="headerlink" href="#changes-in-version-1-0-
<tt class="xref py py-class docutils literal"><span class="pre">Long</span></tt> uses big-endian encoding, which is compatible with Cassandra&#8217;s LongType,
while <tt class="xref py py-class docutils literal"><span class="pre">Int64</span></tt> used little-endian encoding.</li>
</ul>
<div class="section" id="id1">
<h3>Deprecated<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><a class="reference internal" href="api/pycassa/types.html#pycassa.types.Int64" title="pycassa.types.Int64"><tt class="xref py py-class docutils literal"><span class="pre">pycassa.types.Int64</span></tt></a> has been deprecated in favor of <a class="reference internal" href="api/pycassa/types.html#pycassa.types.Long" title="pycassa.types.Long"><tt class="xref py py-class docutils literal"><span class="pre">pycassa.types.Long</span></tt></a></li>
</ul>
</div>
</div>
<div class="section" id="changes-in-version-1-0-5">
<h2>Changes in Version 1.0.5<a class="headerlink" href="#changes-in-version-1-0-5" title="Permalink to this headline"></a></h2>
Expand All @@ -103,13 +136,18 @@ <h2>Changes in Version 1.0.4<a class="headerlink" href="#changes-in-version-1-0-
<li>Added <a class="reference internal" href="api/pycassa/system_manager.html#pycassa.system_manager.SystemManager.describe_partitioner" title="pycassa.system_manager.SystemManager.describe_partitioner"><tt class="xref py py-meth docutils literal"><span class="pre">pycassa.system_manager.SystemManager.describe_partitioner()</span></tt></a></li>
<li>Added <a class="reference internal" href="api/pycassa/system_manager.html#pycassa.system_manager.SystemManager.describe_snitch" title="pycassa.system_manager.SystemManager.describe_snitch"><tt class="xref py py-meth docutils literal"><span class="pre">pycassa.system_manager.SystemManager.describe_snitch()</span></tt></a></li>
<li>Added <a class="reference internal" href="api/pycassa/system_manager.html#pycassa.system_manager.SystemManager.get_keyspace_properties" title="pycassa.system_manager.SystemManager.get_keyspace_properties"><tt class="xref py py-meth docutils literal"><span class="pre">pycassa.system_manager.SystemManager.get_keyspace_properties()</span></tt></a></li>
<li>Renamed <a class="reference internal" href="api/pycassa/system_manager.html#pycassa.system_manager.SystemManager.get_keyspace_description" title="pycassa.system_manager.SystemManager.get_keyspace_description"><tt class="xref py py-meth docutils literal"><span class="pre">pycassa.system_manager.SystemManager.get_keyspace_description()</span></tt></a>
to <a class="reference internal" href="api/pycassa/system_manager.html#pycassa.system_manager.SystemManager.get_keyspace_column_families" title="pycassa.system_manager.SystemManager.get_keyspace_column_families"><tt class="xref py py-meth docutils literal"><span class="pre">pycassa.system_manager.SystemManager.get_keyspace_column_families()</span></tt></a>
and deprecated the previous name</li>
<li>Moved <tt class="xref py py-meth docutils literal"><span class="pre">pycassa.system_manager.SystemManager.describe_keyspace()</span></tt>
and <tt class="xref py py-meth docutils literal"><span class="pre">pycassa.system_manager.SystemManager.describe_column_family()</span></tt>
to pycassaShell describe_keyspace() and describe_column_family()</li>
</ul>
<div class="section" id="id2">
<h3>Deprecated<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Renamed <a class="reference internal" href="api/pycassa/system_manager.html#pycassa.system_manager.SystemManager.get_keyspace_description" title="pycassa.system_manager.SystemManager.get_keyspace_description"><tt class="xref py py-meth docutils literal"><span class="pre">pycassa.system_manager.SystemManager.get_keyspace_description()</span></tt></a>
to <a class="reference internal" href="api/pycassa/system_manager.html#pycassa.system_manager.SystemManager.get_keyspace_column_families" title="pycassa.system_manager.SystemManager.get_keyspace_column_families"><tt class="xref py py-meth docutils literal"><span class="pre">pycassa.system_manager.SystemManager.get_keyspace_column_families()</span></tt></a>
and deprecated the previous name</li>
</ul>
</div>
</div>
<div class="section" id="changes-in-version-1-0-3">
<h2>Changes in Version 1.0.3<a class="headerlink" href="#changes-in-version-1-0-3" title="Permalink to this headline"></a></h2>
Expand Down Expand Up @@ -158,6 +196,13 @@ <h2>Changes in Version 1.0.0<a class="headerlink" href="#changes-in-version-1-0-
type</li>
<li>Use Thrift API 19.4.0</li>
</ul>
<div class="section" id="id3">
<h3>Deprecated<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><tt class="xref py py-meth docutils literal"><span class="pre">ColumnFamilyMap.get_count()</span></tt> has been deprecated. Use
<tt class="xref py py-meth docutils literal"><span class="pre">ColumnFamily.get_count()</span></tt> instead.</li>
</ul>
</div>
</div>
<div class="section" id="changes-in-version-0-5-4">
<h2>Changes in Version 0.5.4<a class="headerlink" href="#changes-in-version-0-5-4" title="Permalink to this headline"></a></h2>
Expand Down Expand Up @@ -246,7 +291,7 @@ <h2>Changes in Version 0.4.0<a class="headerlink" href="#changes-in-version-0-4-
<ul class="simple">
<li>Added pycassaShell, a simple interactive shell</li>
<li>Converted the test config from xml to yaml</li>
<li>fixed overflow error on
<li>Fixed overflow error on
<a class="reference internal" href="api/pycassa/columnfamily.html#pycassa.columnfamily.ColumnFamily.get_count" title="pycassa.columnfamily.ColumnFamily.get_count"><tt class="xref py py-meth docutils literal"><span class="pre">get_count()</span></tt></a></li>
<li>Only insert columns which exist in the model object</li>
<li>Make ColumnFamilyMap not ignore the ColumnFamily&#8217;s dict_class</li>
Expand All @@ -271,14 +316,27 @@ <h2>Changes in Version 0.4.0<a class="headerlink" href="#changes-in-version-0-4-
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#changes-in-version-1-0-8">Changes in Version 1.0.8</a><ul>
<li><a class="reference internal" href="#deprecated">Deprecated</a></li>
</ul>
</li>
<li><a class="reference internal" href="#changes-in-version-1-0-7">Changes in Version 1.0.7</a></li>
<li><a class="reference internal" href="#changes-in-version-1-0-6">Changes in Version 1.0.6</a></li>
<li><a class="reference internal" href="#changes-in-version-1-0-6">Changes in Version 1.0.6</a><ul>
<li><a class="reference internal" href="#id1">Deprecated</a></li>
</ul>
</li>
<li><a class="reference internal" href="#changes-in-version-1-0-5">Changes in Version 1.0.5</a></li>
<li><a class="reference internal" href="#changes-in-version-1-0-4">Changes in Version 1.0.4</a></li>
<li><a class="reference internal" href="#changes-in-version-1-0-4">Changes in Version 1.0.4</a><ul>
<li><a class="reference internal" href="#id2">Deprecated</a></li>
</ul>
</li>
<li><a class="reference internal" href="#changes-in-version-1-0-3">Changes in Version 1.0.3</a></li>
<li><a class="reference internal" href="#changes-in-version-1-0-2">Changes in Version 1.0.2</a></li>
<li><a class="reference internal" href="#changes-in-version-1-0-1">Changes in Version 1.0.1</a></li>
<li><a class="reference internal" href="#changes-in-version-1-0-0">Changes in Version 1.0.0</a></li>
<li><a class="reference internal" href="#changes-in-version-1-0-0">Changes in Version 1.0.0</a><ul>
<li><a class="reference internal" href="#id3">Deprecated</a></li>
</ul>
</li>
<li><a class="reference internal" href="#changes-in-version-0-5-4">Changes in Version 0.5.4</a></li>
<li><a class="reference internal" href="#changes-in-version-0-5-3">Changes in Version 0.5.3</a></li>
<li><a class="reference internal" href="#changes-in-version-0-5-2">Changes in Version 0.5.2</a></li>
Expand All @@ -294,7 +352,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>

<h4>Previous topic</h4>
<p class="topless"><a href="api/pycassa/cassandra/ttypes.html"
title="previous chapter"><tt class="docutils literal docutils literal docutils literal"><span class="pre">pycassa.cassandra.ttypes</span></tt> &#8211; Thrift Object Types</a></p>
title="previous chapter"><tt class="docutils literal"><span class="pre">pycassa.cassandra.ttypes</span></tt> &#8211; Thrift Object Types</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="sources/changelog.txt"
Expand Down
Binary file modified objects.inv
Binary file not shown.

0 comments on commit 06c5af1

Please sign in to comment.