All Versions
19
Latest Version
Avg Release Cycle
28 days
Latest Release
864 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.8.0 Changes
November 22, 2019 -
v0.7.0 Changes
October 21, 2019- π₯ BREAKING: Remove Django as a dependency (#95)
- π More documentation
-
v0.6.0 Changes
September 23, 2019 -
v0.5.0 Changes
August 09, 2019python manage.py showsubscriptions
command- π§ Configurable ENCODER setting
- Move DEFAULT_ACK_DEADLINE to the RELE config
- π More documentation
-
v0.4.1 Changes
June 19, 2019- Ability to install app only with rele
- 0οΈβ£ Define default filter_by in settings.RELE
-
v0.4.0 Changes
June 17, 2019- Set
DEFAULT_ACK_DEADLINE
(#49) - Filter by message attributes (#66)
- π₯ BREAKING: All RelΓ© settings are defined in a dict (#60)
Old structure:
from google.oauth2 import service\_accountRELE\_GC\_CREDENTIALS = service\_account.Credentials.from\_service\_account\_file( 'rele/settings/dummy-credentials.json')RELE\_GC\_PROJECT\_ID = 'dummy-project-id'
π New structure:
from google.oauth2 import service\_accountRELE = { 'GC\_CREDENTIALS': service\_account.Credentials.from\_service\_account\_file( 'rele/settings/dummy-credentials.json' ), 'GC\_PROJECT\_ID': 'dummy-project-id', 'MIDDLEWARE': ['rele.contrib.LoggingMiddleware', 'rele.contrib.DjangoDBMiddleware',], 'SUB\_PREFIX': 'delivery', 'APP\_NAME': 'delivery', }
- Set
-
v0.3.0 Changes
May 14, 2019 -
v0.2.0 Changes
May 09, 2019- π Initial version