Skip to content

Releases: vikingco/django-smsgateway

2.2.0: Use Redis for locking

09 Dec 14:15
Compare
Choose a tag to compare
Replace django-db-locking with Redis locks. This removes a dependency on
the former, but adds one on the latter.

python 3.7 compatibility

23 Jul 14:42
8e3de7d
Compare
Choose a tag to compare
2.1.21

version bump to 2.1.21

Add waffle flag to disable sms processing

03 May 07:46
Compare
Choose a tag to compare

In case you want to temporarily disable switch processing, we now allow for a waffle switch to control the queue.

Update six requirement version

19 Apr 08:21
e18fef3
Compare
Choose a tag to compare

Update six requirement version

update requests to latest version

16 Apr 08:30
8e613c1
Compare
Choose a tag to compare

Update requests to latest version

Format numbers to 'msisdn' format

06 Feb 16:34
1aa4b85
Compare
Choose a tag to compare
  • the TSL api needs phonenumbers without leading '+' and leading 0.
    Formatting of phone number adapted to return msisdn like numbers

  • update celery requirements

upgrade to django 2.1.5

17 Jan 17:18
44cf935
Compare
Choose a tag to compare

This release has not and will not be tested for django 1.x.

Django requirement not pinned

12 Jul 09:15
Compare
Choose a tag to compare

Don't pin the django requirement to specific 1.x version anymore. We use the gateway mostly as a dependency in other django projects -- which use django > 2.0.

Ideally, we'd make the gateway fully django 2.0 compatible (or throw it out altogether).

Pip 10 compatibility

16 Apr 07:33
2626731
Compare
Choose a tag to compare

Warning: Not backwards compatible with older pip versions !

Django 2.0 compatibility

05 Mar 10:59
Compare
Choose a tag to compare

Adds support for django 2.0