Skip to content

Latest commit

 

History

History
195 lines (151 loc) · 4.71 KB

changelog.rst

File metadata and controls

195 lines (151 loc) · 4.71 KB

Changelog

2.0.0

  • Added django-rest-framework support

1.4.2

  • Django 4.1 support, dropping support for EOL versions of Django - 3.2 and older
  • Remove JSONField compatibility, extras and autoloading

1.4.0

  • Django 4 support
  • Russian translations
  • Bugfix on Action.get_absolute_url
  • Set AutoField as default for app config
  • Changing minor version tracking to match Django version

0.10.0

  • Replace travis by GitHub actions for CI
  • BREAKING: Replace JSONField libs with django-jsonfield-backport
  • Make sure Action.data field is not added twice in ActstreamConfig #463
  • Django 3.1 support
  • Feature of having with_user_activity=True parameter when using User Activity Feed (User Stream) url
  • Document fix

0.9.0

  • Support django 3.0
  • Drop django below 2.2
  • Added support for setuptools
  • Code clean ups

0.8.0

  • Drop django 2.0
  • Drop python 3.4 and 2.7
  • Add django 2.2
  • mysql jsonfied
  • numerous bug fixes

0.7.0

  • Remove django less then 1.11 compatibiity
  • Remove django less then 1.8 compatibility
  • Adjusted URLs with new versions of django
  • Improved tox and travis config
  • use render function instead of depricated render_to_response
  • upgrade package dependencies
  • django 1.11, 2.0 and 2.1 support added
  • Code clean ups
  • Add optional support for django-mysql's JSONField

0.6.5

0.6.4

  • Dropped support for Django 1.4, 1.5 and 1.6
  • Added explicit 'on_delete' arg to ForeignKey field

0.6.3

  • MySQL monkey patch removal
  • Scrutinizer CI integration

0.6.2

  • Proxy Model support
  • Brazilian Portuguese translations
  • Added new migration to remove data field if not being used
  • URL naming changed for actstream_unfollow_all
  • Test fix

0.6.1

  • Python 3.5 support
  • Django 1.9 support
  • Better AppConf compatibility
  • More gracefully 404 handling in feeds
  • New urlpatterns support
  • Added unfollow_all support view
  • Improved docs

0.6.0

  • Django 1.8 support
  • Migrated to new migrations framework in Django core
  • Improved db field indexing for models
  • Optional django-generic-admin widgets integration (if installed)
  • Minor templating and unicode fixes
  • Admin displays public flag in list display
  • Improved docs

0.5.1

  • Coverage testing using coveralls.io
  • Feeds refactoring to include JSON and custom feeds
  • Added "any" builtin stream
  • Following method bugfix
  • Register method bugfix
  • Is installed check bugfix
  • Tests for nested app models
  • Moar tests!
  • Added actstream/base.html template for extensibility help

0.5.0

  • Django 1.6 and 1.7 support
  • Python 3 and PyPy support
  • Dropped support for Django 1.3 or older
  • Added new activity_stream templatetag
  • Added register method for actionable models
  • Dropped support for ACTSTREAM_SETTINGS['MODELS'] setting
  • Added AppConf to support Django>=1.7

0.4.5

  • Django 1.5 support including custom User model
  • Translations and templates install fixes
  • Fixes for MySQL migrations
  • Tox testing for Py 2.6, 2.7 and Django 1.3, 1.4, 1.5
  • Various other bug fixes

0.4.4

  • Added support for custom Action data using JSONField.
  • User of django.timezone.now when available.
  • Templatetag fixes and removal of the follow_label tag.
  • More tests
  • Packaging fixes to include locale & migrations.
  • App settings provided by ACTSTREAM_SETTINGS dictionary.
  • Added following/followers to model accessors and views.

0.4.3

  • Fixed default templatetags to not require auth.User ContentType
  • Added actor_url templatetag

0.4.2

  • Query improvement supporting Django 1.4 prefetch_related (falls back to it's own prefetch also for older Django versions)
  • Admin fixes
  • Packaging fixes
  • Templatetag cleanup and documentation

0.4.1

  • Templatetag updates
  • Follow anything
  • Test improvements
  • Loads of fixes

0.4.0

  • Scalability thanks to GFK lookup to prefetch actor, target & action_object in Action streams
  • Limit number models that will be involved in actions
  • Automagically adds GenericRelations to actionable models
  • Generates Activity Stream 1.0 spec Atom feed
  • Deletes orphaned actions when referenced object is deleted
  • Custom, developer generated managers and streams
  • I18N in unicode representation and through templating
  • Sphinx Docs
  • Duh, a changelog