Skip to content

Commit

Permalink
3.1.0 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel authored and danielhochman committed Jul 7, 2017
1 parent ea25a89 commit f5555e6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
Release Notes
=============

v3.1.0
------

:date: 2017-07-07

This is a backwards compatible, minor release.

Note that we now require ``botocore>=1.2.0``; this is required to support the
``consistent_read`` parameter when scanning.

Calling ``Model.count()`` without a ``hash_key`` and *with* ``filters`` will
raise a ``ValueError``, as it was previously returning incorrect results.

New features in this release:

* Add support for signals via blinker (#278)

Fixes in this release:

* Pass batch parameters down to boto/dynamo (#308)
* Raise a ValueError if count() is invoked with no hash key AND filters (#313)
* Add consistent_read parameter to Model.scan (#311)

Contributors to this release:

* @jmphilli
* @Lordnibbler
* @lita


v3.0.1
-----
------

:date: 2017-06-09

Expand Down
2 changes: 1 addition & 1 deletion pynamodb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
__version__ = '3.0.1'
__version__ = '3.1.0'

0 comments on commit f5555e6

Please sign in to comment.