Skip to content

Latest commit

 

History

History
96 lines (73 loc) · 2.25 KB

CHANGELOG.rst

File metadata and controls

96 lines (73 loc) · 2.25 KB

Change Log

Unreleased

[0.6.0] - 2021-09-15

Added

  • Add custom formatting class for events responses.
  • Add a way to use send method instead of send_robust while testing.

Changed

  • Remove unnecessary InstantiationError exception.
  • Default is send_robust instead of send unless specified otherwise.

[0.5.1] - 2021-08-26

Changed

  • Remove TestCase inheritance from OpenEdxTestMixin.

[0.5.0] - 2021-08-24

Added

  • Utilities to use while testing in other platforms.

[0.4.1] - 2021-08-18

Changed

  • Remove raise_exception assignment in events metadata.

[0.4.0] - 2021-08-18

Added

  • Preliminary Open edX events definitions.

[0.3.0] - 2021-08-18

Added

  • Add tooling needed to create and trigger events in Open edX platform.
  • Add Data Attribute classes used as arguments by Open edX Events.

[0.2.0] - 2021-07-28

Changed

  • Update reposirtory purpose.
  • Changed max-doc-length from 79 to 120 following community recommendation.

[0.1.3] - 2021-07-01

Changed

  • Update setup.cfg with complete bumpversion configuration.

[0.1.2] - 2021-06-29

Changed

  • Update documentation with current organization info.

[0.1.1] - 2021-06-29

Added

  • Add Django testing configuration.

[0.1.0] - 2021-04-07

Added

  • First release on PyPI.