Skip to content

Commit

Permalink
Release v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Apr 23, 2015
1 parent a7682d6 commit e1e839d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
=========


v0.5.0 (2015-04-22)
-------------------

- Add new APNS configuration value ``APNS_DEFAULT_BATCH_SIZE`` and set to ``100``.
- Add ``batch_size`` parameter to APNS ``send`` that can be used to override ``APNS_DEFAULT_BATCH_SIZE``.
- Make APNS ``send`` batch multiple notifications into a single payload. Previously, individual socket writes were performed for each token. Now, socket writes are batched based on either the ``APNS_DEFAULT_BATCH_SIZE`` configuration value or the ``batch_size`` function argument value.
Expand Down
2 changes: 1 addition & 1 deletion pushjack/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__summary__ = 'Push notifications for APNS (iOS) and GCM (Android).'
__url__ = 'https://github.com/dgilland/pushjack'

__version__ = '0.4.0'
__version__ = '0.5.0'

__install_requires__ = ['requests']

Expand Down

0 comments on commit e1e839d

Please sign in to comment.