Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: tag 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed May 17, 2017
1 parent d265b66 commit 6b85971
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="1.30.0"></a>
## 1.30.0 (2017-05-17)


#### Refactor

* rearrange main around app (MultiService) objects ([67742632](https://github.com/mozilla-services/autopush/commit/677426327df9651000c34b01c4be9641e573cbd2))

#### Features

* handle JSONResponse errors like provisioned errors ([b70a47fe](https://github.com/mozilla-services/autopush/commit/b70a47fe709e8d6ebc60bd68f3f01e414ed0ff20), closes [#744](https://github.com/mozilla-services/autopush/issues/744))
* add session log summary on connection close ([b18ce53e](https://github.com/mozilla-services/autopush/commit/b18ce53e1566cb53d05954c5465fe0e539139e52), closes [#448](https://github.com/mozilla-services/autopush/issues/448))
* update parquet schema for unified parquet logging ([c3047e13](https://github.com/mozilla-services/autopush/commit/c3047e1331748a91323faee256c738e91e34cd3a), closes [#888](https://github.com/mozilla-services/autopush/issues/888))
* temporarily allow aps data via registration message ([4d60b071](https://github.com/mozilla-services/autopush/commit/4d60b071629155649c5f4dd5e13da8659e12d1d1))



<a name="1.29.1"></a>
## 1.29.1 (2017-05-05)

Expand Down
2 changes: 1 addition & 1 deletion autopush/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.29.1' # pragma: nocover
__version__ = '1.30.0' # pragma: nocover

0 comments on commit 6b85971

Please sign in to comment.