Skip to content

Changelog for lime-newsletter

v1.0.3

  • Support read the docs

v1.0.2

  • Update flask to 1.x.y

v1.0.1

  • Version 1.0.0 tag already used for 0.1.0, upped version 1.0.0 to 1.0.1

v1.0.0

  • Breaking: Get campaign participants is paginated
  • Add: Validation that the consenttype id (if specified in the config) exists
  • Fix: Skip participants that aren't linked to any person
  • Fix: Config was not returned to admin editor after save

v0.5.1

  • Fix: total_optout and emailhardbounce were swapped
  • Fix: Config not requiring total_optout field if consent type is configured

v0.5.0

  • Config saving more straight forward to sys_data
  • Fix: mapping in config of total_optout and emailhardbounce was ignored

v0.4.2

  • Fix: Convert set() to list() before returning

v0.4.1

  • Fix: fetch_all() to avoid potential generator exhaust when fetching campaign persons

v0.4.0

  • Version that brings back changes on master that was replaced by the broken branch in 0.3.0

v0.3.0

  • Broken version that was published from an unfinished branch

v0.2.2

  • Internal fix: add more metadata and documentation when publishing to devpi.

v0.2.1

  • Fix: Require Flask < 1.0.0

v0.2.0

  • Add support for consent table

v0.1.2

  • Use limeobject filters.

v0.1.1

  • No longer fetch all related objects of a limetype when getting related objects.