diff --git a/__info__.py b/__info__.py index e91bc42..d99ceae 100644 --- a/__info__.py +++ b/__info__.py @@ -1,10 +1,10 @@ """Package information""" -__version__ = '1.0.4' +__version__ = '1.0.5' __project__ = 'sylk_pushserver' __summary__ = 'Mobile push notifications for RTC infrastructures' __webpage__ = 'http://sylkserver.com' __author__ = 'Bibiana Rivadeneira' __email__ = 'support@ag-projects.com' __license__ = 'GPL v3' __copyright__ = 'Copyright 2020 AG Projects' diff --git a/debian/changelog b/debian/changelog index 06d1740..e79aa8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,34 +1,41 @@ +sylk-pushserver (1.0.5) unstable; urgency=medium + + * Added cancel reason + * Always refresh Firebase access token before sending + + -- Adrian Georgescu Sat, 22 Aug 2020 15:52:04 +0200 + sylk-pushserver (1.0.4) unstable; urgency=medium - * Always retry imediately with new token if Firebase returned 401 + * Always retry immediately with new token if Firebase returned 401 * Remove duplicate logging - -- Adrian Georgescu Tue, 18 Aug 2020 14:29:05 +0200 + -- Adrian Georgescu Tue, 18 Aug 2020 14:29:05 +0200 sylk-pushserver (1.0.3) unstable; urgency=medium * Detect firebase expired token based on 404 code -- Adrian Georgescu Mon, 17 Aug 2020 13:08:10 +0200 sylk-pushserver (1.0.2) unstable; urgency=medium * Firebase token fixes * Fix converting call-id to uuidv4 for sylk app * Switch Sylk conference invite push type to VoIP -- Adrian Georgescu Wed, 01 Jul 2020 19:10:44 +0200 sylk-pushserver (1.0.1) unstable; urgency=medium * Added software sources location * Added content-available header to Sylk payload * Handle Firebase 401 exception -- Adrian Georgescu Mon, 22 Jun 2020 21:13:34 +0200 sylk-pushserver (1.0.0) unstable; urgency=low * First version of sylk-pushserver -- Adrian Georgescu Fri, 29 May 2020 15:16:07 +0200 diff --git a/sylk_pushserver.egg-info/PKG-INFO b/sylk_pushserver.egg-info/PKG-INFO index a95ad49..7bc36e8 100644 --- a/sylk_pushserver.egg-info/PKG-INFO +++ b/sylk_pushserver.egg-info/PKG-INFO @@ -1,20 +1,20 @@ Metadata-Version: 1.1 Name: sylk-pushserver -Version: 1.0.4 +Version: 1.0.5 Summary: Mobile push notifications for RTC infrastructures Home-page: http://sylkserver.com Author: Bibiana Rivadeneira Author-email: support@ag-projects.com License: GPL v3 Description: Sylk Pushserver was designed to act as a central dispatcher for mobile push notifications inside RTC provider infrastructures. Both the provider and the mobile application customer, in the case of a shared infrastructure, can easily audit problems related to the processing of push notifications. Platform: Platform Independent Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Service Providers Classifier: License :: GPL v3 Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python