Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.29 KB

CHANGELOG.rst

File metadata and controls

40 lines (34 loc) · 1.29 KB

v1.1.0 (2014-06-29)

  • BACKWARDS-INCOMPATIBLE: The arguments for device.send_message() have changed. See README.rst for details.
  • Added a date_created field to GCMDevice and APNSDevice. This field keeps track of when the Device was created. This requires a manage.py migrate.
  • Updated APNS protocol support
  • Allow sending empty sounds on APNS
  • Several APNS bugfixes
  • Fixed BigIntegerField support on PostGIS
  • Assorted migrations bugfixes
  • Added a test suite

v1.0.1 (2013-01-16)

  • Migrations have been reset. If you were using migrations pre-1.0 you should upgrade to 1.0 instead and only upgrade to 1.0.1 when you are ready to reset your migrations.

v1.0 (2013-01-15)

  • Full Python 3 support
  • GCM device_id is now a custom field based on BigIntegerField and always unsigned (it should be input as hex)
  • Django versions older than 1.5 now require 'six' to be installed
  • Drop uniqueness on gcm registration_id due to compatibility issues with MySQL
  • Fix some issues with migrations
  • Add some basic tests
  • Integrate with travis-ci
  • Add an AUTHORS file

v0.9 (2013-12-17)

  • Enable installation with pip
  • Add wheel support
  • Add full documentation
  • Various bug fixes

v0.8 (2013-03-15)

  • Initial release