Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1bdd43

Browse filesBrowse files
committed
Update changelog, bump version to 1.0.0-beta4
1 parent bc4b794 commit a1bdd43
Copy full SHA for a1bdd43

File tree

Expand file treeCollapse file tree

2 files changed

+19
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+19
-1
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.rst‎

Copy file name to clipboardExpand all lines: CHANGELOG.rst
+18Lines changed: 18 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
1.0.0-beta4
2+
===========
3+
Sep 24, 2013
4+
5+
Features
6+
--------
7+
* Handle new blob syntax in Cassandra 2.0 by accepting bytearray
8+
objects for blob values
9+
* Add cql_version kwarg to Cluster.__init__
10+
11+
Bug Fixes
12+
---------
13+
* Fix KeyError when building token map with NetworkTopologyStrategy
14+
keyspaces (this prevented a Cluster from successfully connecting
15+
at all).
16+
* Don't lose default consitency level from parent PreparedStatement
17+
when creating BoundStatements
18+
119
1.0.0-beta3
220
===========
321
Sep 20, 2013
Collapse file

‎cassandra/__init__.py‎

Copy file name to clipboardExpand all lines: cassandra/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = (1, 0, '0-beta3+')
1+
__version_info__ = (1, 0, '0-beta4')
22
__version__ = '.'.join(map(str, __version_info__))
33

44

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.