openedx-events


Nameopenedx-events JSON
Version 9.9.2 PyPI version JSON
download
home_pagehttps://github.com/openedx/openedx-events
SummaryOpen edX events from the Hooks Extensions Framework
upload_time2024-04-18 19:40:08
maintainerNone
docs_urlNone
authoredX
requires_python>=3.8
licenseApache 2.0
keywords python edx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Open edX Events
###############

|pypi-badge| |ci-badge| |codecov-badge| |doc-badge| |pyversions-badge|
|license-badge| |status-badge|

Open edX Events from Hooks Extensions Framework (`OEP-50`_).

.. _OEP-50: https://open-edx-proposals.readthedocs.io/en/latest/oep-0050-hooks-extension-framework.html

Purpose
*******

This repository implements the necessary tooling and definitions used by the
Hooks Extension Framework to manage the events execution and extra tools.

Getting Started with Development
********************************

Please see the Open edX documentation for `guidance on Python development <https://docs.openedx.org/en/latest/developers/how-tos/get-ready-for-python-dev.html>`_ in this repo.

Deploying
*********

The Open edX Events component is a Python library which doesn't need independent deployment. Therefore,
its setup is reasonably straightforward. First, it needs to be added to your service requirements,
and then it will be installed alongside requirements of the service.

If the service you intend to use is either the LMS or CMS, then the library is installed alongside
their requirements since the Maple release.

Getting Help
************

Documentation
=============

See `documentation on Read the Docs <https://openedx-events.readthedocs.io/en/latest/>`_.

More Help
=========

If you're having trouble, we have discussion forums at
https://discuss.openedx.org where you can connect with others in the
community.

Our real-time conversations are on Slack. You can request a `Slack
invitation`_, then join our `community Slack workspace`_.

For anything non-trivial, the best path is to open an issue in this
repository with as many details about the issue you are facing as you
can provide.

https://github.com/openedx/openedx-events/issues

For more information about these options, see the `Getting Help`_ page.

.. _Slack invitation: https://openedx.org/slack
.. _community Slack workspace: https://openedx.slack.com/
.. _Getting Help: https://openedx.org/getting-help

License
*******

The code in this repository is licensed under the Apache 2.0 license unless
otherwise noted.

Please see `LICENSE.txt <LICENSE.txt>`_ for details.

Contributing
************

Contributions are very welcome.
Please read `How To Contribute <https://openedx.org/r/how-to-contribute>`_ for details.

This project is currently accepting all types of contributions, bug fixes,
security fixes, maintenance work, or new features.  However, please make sure
to have a discussion about your new feature idea with the maintainers prior to
beginning development to maximize the chances of your change being accepted.
You can start a conversation by creating a new issue on this repo summarizing
your idea.

The Open edX Code of Conduct
****************************

All community members are expected to follow the `Open edX Code of Conduct`_.

.. _Open edX Code of Conduct: https://openedx.org/code-of-conduct/

People
******

The assigned maintainers for this component and other project details may be
found in `Backstage`_. Backstage pulls this data from the ``catalog-info.yaml``
file in this repo.

.. _Backstage: https://backstage.openedx.org/catalog/default/component/openedx-events

Reporting Security Issues
*************************

Please do not report security issues in public. Please email security@openedx.org.

.. |pypi-badge| image:: https://img.shields.io/pypi/v/openedx-events.svg
    :target: https://pypi.python.org/pypi/openedx-events/
    :alt: PyPI

.. |ci-badge| image:: https://github.com/openedx/openedx-events/workflows/Python%20CI/badge.svg?branch=main
    :target: https://github.com/openedx/openedx-events/actions
    :alt: CI

.. |codecov-badge| image:: https://codecov.io/github/openedx/openedx-events/coverage.svg?branch=main
    :target: https://codecov.io/github/openedx/openedx-events?branch=main
    :alt: Codecov

.. |doc-badge| image:: https://readthedocs.org/projects/openedx-events/badge/?version=latest
    :target: https://openedx-events.readthedocs.io/en/latest/
    :alt: Documentation

.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/openedx-events.svg
    :target: https://pypi.python.org/pypi/openedx-events/
    :alt: Supported Python versions

.. |license-badge| image:: https://img.shields.io/github/license/openedx/openedx-events.svg
    :target: https://github.com/openedx/openedx-events/blob/main/LICENSE.txt
    :alt: License

.. |status-badge| image:: https://img.shields.io/badge/Status-Maintained-brightgreen


Change Log
==========

..
   All enhancements and patches to openedx_events will be documented
   in this file.  It adheres to the structure of https://keepachangelog.com/ ,
   but in reStructuredText instead of Markdown (for ease of incorporation into
   Sphinx documentation and the PyPI description).

   This project adheres to Semantic Versioning (https://semver.org/).

.. There should always be an "Unreleased" section for changes pending release.

Unreleased
----------

[9.9.2] - 2024-04-18
--------------------

Changed
~~~~~~~

* Updated ``ORASubmissionData`` class.

[9.9.1] - 2024-04-12
--------------------

Changed
~~~~~~~

* Updated Python classifiers to include Python 3.11.

[9.9.0] - 2024-04-11
--------------------
Added
~~~~~~~
* Added new ``ORA_SUBMISSION_CREATED`` event in learning.

[9.8.0] - 2024-04-11
--------------------
Added
~~~~~
* Added support for Python 3.11

[9.7.0] - 2024-04-04
--------------------
Added
~~~~~~~
* Added new ``SUBSIDY_REDEEMED`` and ``SUBSIDY_REDEMPTION_REVERSED`` events in enterprise.

[9.6.0] - 2024-04-01
--------------------
Added
~~~~~~~
* Added new ``CONTENT_OBJECT_TAGGED`` events in content_authoring.

[9.5.2] - 2024-02-13
--------------------
Removed
~~~~~~~
* Remove unused ``MANAGE_STUDENTS_PERMISSION_ADDED`` and ``MANAGE_STUDENTS_PERMISSION_REMOVED`` events in learning

[9.5.1] - 2024-02-12
--------------------
Changed
~~~~~~~
* Fixed recursion error when consuming events on the same service that produced them.

[9.5.0] - 2024-02-07
--------------------
Added
~~~~~
* Adds utility function to reset application state similar to setup/teardown in Django request/response cycle.

[9.4.0] - 2024-01-29
--------------------
Added
~~~~~
* Added new ``COURSE_ACCESS_ROLE_ADDED`` and ``COURSE_ACCESS_ROLE_REMOVED`` events in learning

[9.3.0] - 2024-01-24
--------------------
Changed
~~~~~~~
* Allow new EVENTS_SERVICE_NAME setting to override SERVICE_VARIANT for data source.

[9.2.0] - 2023-11-16
--------------------
Added
~~~~~~~
* Added new COURSE_NOTIFICATION_REQUESTED event in learning

[9.1.0] - 2023-11-07
--------------------
Added
~~~~~~~
* Added new event TRACKING_EVENT_EMITTED.

[9.0.1] - 2023-10-31
--------------------
Changed
~~~~~~~
* Fixed key error in merging event producer configs. Previously, setting only one of `enabled` or `event_key_field` would result in a KeyError being thrown

[9.0.0] - 2023-10-04
--------------------
Changed
~~~~~~~
* Re-licensed this repository from AGPL 3.0 to Apache 2.0
* **Breaking change**: Restructured EVENT_BUS_PRODUCER_CONFIG

[8.9.0] - 2023-10-04
--------------------
Added
~~~~~
* Added new ``FORUM_THREAD_CREATED``, ``FORUM_THREAD_RESPONSE_CREATED``, ``FORUM_RESPONSE_COMMENT_CREATED`` events in learning subdomain

[8.8.0] - 2023-10-02
--------------------
Added
~~~~~
* Added new ``MANAGE_STUDENTS_PERMISSION_ADDED`` and ``MANAGE_STUDENTS_PERMISSION_REMOVED`` events in learning

[8.7.0] - 2023-09-29
--------------------
Added
~~~~~
* Added new ``EXAM_ATTEMPT_SUBMITTED``, ``EXAM_ATTEMPT_REJECTED``, ``EXAM_ATTEMPT_VERIFIED``, ``EXAM_ATTEMPT_RESET``, and ``EXAM_ATTEMPT_ERRORED`` events in learning.

[8.6.0] - 2023-08-28
--------------------
Added
~~~~~
* Added generic handler to allow producing to event bus via django settings.

[8.5.0] - 2023-08-08
--------------------
Changed
~~~~~~~
* Added json de/serialization for EventsMetadata

[8.4.0] - 2023-07-20
--------------------
Added
~~~~~
* Added new ``PROGRAM_CERTIFICATE_AWARDED`` and ``PROGRAM_CERTIFICATE_REVOKED`` events in learning subdomain
* Added new ``ProgramCertificateData`` and ``ProgramData`` data classes supporting the new program certificate events

[8.3.0] - 2023-07-10
--------------------
Added
~~~~~
* Added new XBLOCK_CREATED and XBLOCK_UPDATED events in content_authoring.
* Added new COURSE_CREATED event in content_authoring.
* Added new CONTENT_LIBRARY_CREATED, CONTENT_LIBRARY_UPDATED and CONTENT_LIBRARY_DELETED events in content_authoring.
* Added new LIBRARY_BLOCK_CREATED, LIBRARY_BLOCK_UPDATED and LIBRARY_BLOCK_DELETED events in content_authoring.

[8.2.0] - 2023-06-08
--------------------
Changed
~~~~~~~
* Added new USER_NOTIFICATION_REQUESTED event.

[8.1.0] - 2023-06-06
--------------------
Added
~~~~~
* Store current versions of Avro schemas and add test to ensure valid evolution

[8.0.1] - 2023-05-16
--------------------
Changed
~~~~~~~
* Fixed event_type of XBLOCK_SKILL_VERIFIED signal

[8.0.0] - 2023-05-16
--------------------
Changed
~~~~~~~
* **Breaking change**: Remove ``signal`` argument from consume_events and make_single_consumer

[7.3.0] - 2023-05-15
--------------------
Changed
~~~~~~~
* Made `signal` argument optional in consume_events in preparation for removal

[7.2.0] - 2023-05-03
--------------------
Changed
~~~~~~~
* Added event type as namespace to generated Avro schemas


[7.1.0] - 2023-05-03
--------------------
Added
~~~~~
* Configurable loader for consumer side of Event Bus in ``openedx_events.event_bus``.
* Added management command to load configured consumer and start worker.

Changed
~~~~~~~
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is
  deprecated.  See https://github.com/openedx/edx-sphinx-theme/issues/184 for
  more details.

[7.0.0] - 2023-03-07
---------------------
Changed
~~~~~~~
* **Breaking change**: Moved serialize_event_data_to_bytes from openedx_events.event_bus.avro.tests.test_utilities to openedx_events.event_bus.avro.serializer
* **Breaking change**: Moved deserialize_bytes_to_event_data from openedx_events.event_bus.avro.tests.test_utilities to openedx_events.event_bus.avro.deserializer

[6.0.0] - 2023-02-23
---------------------
Changed
~~~~~~~
* **Breaking change**: Moved load_all_events() from openedx_events.tests.utils to openedx_events.tooling

[5.1.0] - 2023-02-07
---------------------
Added
~~~~~~~
* Added support for array type.
* Added new XBLOCK_SKILL_VERIFIED event.
* Added XBlockSkillVerificationData classes.

[5.0.0] - 2023-02-03
--------------------
Changed
~~~~~~~
* **Breaking change**: ``send_event_with_custom_metadata`` changes to accept a single EventsMetadata object rather than all of the fields that go into one. This only directly affects event bus consumer libraries.

Added
~~~~~
* Added ``COURSE_CERTIFICATE_CONFIG_CHANGED`` and ``COURSE_CERTIFICATE_CONFIG_DELETED`` signals for when a course's certificate configuration is updated or deleted

[4.2.0] - 2023-01-24
--------------------
Added
~~~~~
* Added ``send_event_with_custom_metadata``. This will enable event bus consumers to send the event signal with the same metadata fields that were used when the event was produced.

Fixed
~~~~~
* Updated time metadata to include UTC timezone. The original implementation used utcnow(), which could give different results if the time were ever interpreted to be local time. See https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
* EventsMetadata minorversion is now fully optional, and doesn't need to be supplied when initializing to get the default of 0.

Changed
~~~~~~~
* Updated send_event with an optional time argument to be used as metadata.

[4.1.1] - 2023-01-23
---------------------
Changed
~~~~~~~
* Use collections.abc import to use with python 3.8 and 3.10.

[4.1.0] - 2023-01-03
---------------------
Added
~~~~~
* Added new XBLOCK_PUBLISHED, XBLOCK_DUPLICATED and XBLOCK_DELETED signals in content_authoring.
* Added XBlockData and DuplicatedXBlockData classes
* Added custom UsageKeyAvroSerializer for opaque_keys UsageKey.

[4.0.0] - 2022-12-01
--------------------
Changed
~~~~~~~
* **Breaking change** Make event_metadata parameter in EventBusProducer send API required

[3.2.0] - 2022-11-30
--------------------
Changed
~~~~~~~
* Add event_metadata parameter to EventBusProducer send API.  **Note:** Calling this method with the new argument will throw an exception with older versions of this library that don't yet support the parameter.

[3.1.0] - 2022-11-22
--------------------
Added
~~~~~
* Configurable loader for producer side of Event Bus in ``openedx_events.event_bus``.

[3.0.1] - 2022-10-31
--------------------
Fixed
~~~~~
* Fix default value for optional fields from "null" to None

[3.0.0] - 2022-10-19
--------------------
* **Breaking change**: Removed (optional) field ``effort`` from ``CourseCatalogData.`` Nothing should be relying on this field as it is not used by Course Discovery in Publisher-enabled setups.

[2.0.0] - 2022-10-18
--------------------
* **Breaking change**: Removed signal ``SUBSCRIPTION_LICENSE_MODIFIED`` and corresponding data class ``SubscriptionLicenseData``. This should only affect experimental event-bus code (which should also have been deleted by now).

[1.0.0] - 2022-09-27
--------------------
* **Breaking Change**: Updated from ``Django 2.0`` to ``Django 3.0``.
* Bump version to 1.x to acknowledge that this is in use in production

[0.14.0] - 2022-09-21
---------------------
Changed
~~~~~~~
* **Breaking change**: Removed ``short_description`` from ``CourseCatalogData``

[0.13.0] - 2022-09-16
---------------------
Added
~~~~~
* Added new event PERSISTENT_GRADE_SUMMARY_CHANGED.

* Improvements in make upgrade command and requirements files.
* Manually update requirements files to fix requirements bot issue with pip/setup tools.
* Change GitHub workflow to community maintained repository health file.

[0.12.0] - 2022-08-16
---------------------
Changed
~~~~~~~
* **Breaking change**: Removed ``org`` and ``number`` fields from ``CourseCatalogData``
  (should only affect unreleased event-bus code, though)

[0.11.1] - 2022-07-28
---------------------
Fixed
~~~~~
* Handle optional (None) values for custom serializers

[0.11.0] - 2022-07-21
---------------------
Added
~~~~~
* Added new content_authoring module with new COURSE_CATALOG_INFO_CHANGED signal

[0.10.0] - 2022-05-20
---------------------
Changed
~~~~~~~
* BREAKING CHANGE: Split AvroAttrsBridge into schema, serialization, and deserialization phases

[0.9.1] - 2022-05-20
--------------------
Changed
~~~~~~~
* Remove assigned_email from SubscriptionLicenseData

[0.9.0] - 2022-04-28
--------------------
Changed
~~~~~~~
* Updated AvroAttrsBridge to handle optional/nullable fields

[0.8.3] - 2022-04-26
--------------------
Changed
~~~~~~~
* Updated AvroAttrsBridge to create schemas from signal data dict rather than individual attrs classes

[0.8.2] - 2022-04-13
--------------------
Changed
~~~~~~~
* Changed openedx_events.learning.data.DiscussionTopicContext to make the group id optional
* Changed DiscussionTopicContext to add a `context` attribute

[0.8.1] - 2022-03-03
--------------------

Added
~~~~~
* Added missing field for event COURSE_DISCUSSIONS_CHANGED

[0.8.0] - 2022-02-25
--------------------
Added
~~~~~
* Added COURSE_DISCUSSIONS_CHANGED for discussion event

Changed
~~~~~~~
* Changed openedx_events/enterprise/LicenseLifecycle class to openedx_events/enterprise/SubscriptionLicenseData
* Changed LicenseCreated signal class to SUBSCRIPTION_LICENSE_MODIFIED signal class

[0.7.1] - 2022-01-13
--------------------
Added
~~~~~
* Added data definition for enterprise/LicenseLifecycle
* Added LicenseCreated signal definition

[0.7.0] - 2022-01-06
--------------------
Added
~~~~~
* Added AvroAttrsBridge class to convert between avro standard and attrs classes

[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 repository 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openedx/openedx-events",
    "name": "openedx-events",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Python edx",
    "author": "edX",
    "author_email": "oscm@edx.org",
    "download_url": "https://files.pythonhosted.org/packages/1a/e0/5f6fb8a90ab0f5376932f48cb5a4847b19ed837a0899abeb04f22643bb7b/openedx_events-9.9.2.tar.gz",
    "platform": null,
    "description": "Open edX Events\n###############\n\n|pypi-badge| |ci-badge| |codecov-badge| |doc-badge| |pyversions-badge|\n|license-badge| |status-badge|\n\nOpen edX Events from Hooks Extensions Framework (`OEP-50`_).\n\n.. _OEP-50: https://open-edx-proposals.readthedocs.io/en/latest/oep-0050-hooks-extension-framework.html\n\nPurpose\n*******\n\nThis repository implements the necessary tooling and definitions used by the\nHooks Extension Framework to manage the events execution and extra tools.\n\nGetting Started with Development\n********************************\n\nPlease see the Open edX documentation for `guidance on Python development <https://docs.openedx.org/en/latest/developers/how-tos/get-ready-for-python-dev.html>`_ in this repo.\n\nDeploying\n*********\n\nThe Open edX Events component is a Python library which doesn't need independent deployment. Therefore,\nits setup is reasonably straightforward. First, it needs to be added to your service requirements,\nand then it will be installed alongside requirements of the service.\n\nIf the service you intend to use is either the LMS or CMS, then the library is installed alongside\ntheir requirements since the Maple release.\n\nGetting Help\n************\n\nDocumentation\n=============\n\nSee `documentation on Read the Docs <https://openedx-events.readthedocs.io/en/latest/>`_.\n\nMore Help\n=========\n\nIf you're having trouble, we have discussion forums at\nhttps://discuss.openedx.org where you can connect with others in the\ncommunity.\n\nOur real-time conversations are on Slack. You can request a `Slack\ninvitation`_, then join our `community Slack workspace`_.\n\nFor anything non-trivial, the best path is to open an issue in this\nrepository with as many details about the issue you are facing as you\ncan provide.\n\nhttps://github.com/openedx/openedx-events/issues\n\nFor more information about these options, see the `Getting Help`_ page.\n\n.. _Slack invitation: https://openedx.org/slack\n.. _community Slack workspace: https://openedx.slack.com/\n.. _Getting Help: https://openedx.org/getting-help\n\nLicense\n*******\n\nThe code in this repository is licensed under the Apache 2.0 license unless\notherwise noted.\n\nPlease see `LICENSE.txt <LICENSE.txt>`_ for details.\n\nContributing\n************\n\nContributions are very welcome.\nPlease read `How To Contribute <https://openedx.org/r/how-to-contribute>`_ for details.\n\nThis project is currently accepting all types of contributions, bug fixes,\nsecurity fixes, maintenance work, or new features.  However, please make sure\nto have a discussion about your new feature idea with the maintainers prior to\nbeginning development to maximize the chances of your change being accepted.\nYou can start a conversation by creating a new issue on this repo summarizing\nyour idea.\n\nThe Open edX Code of Conduct\n****************************\n\nAll community members are expected to follow the `Open edX Code of Conduct`_.\n\n.. _Open edX Code of Conduct: https://openedx.org/code-of-conduct/\n\nPeople\n******\n\nThe assigned maintainers for this component and other project details may be\nfound in `Backstage`_. Backstage pulls this data from the ``catalog-info.yaml``\nfile in this repo.\n\n.. _Backstage: https://backstage.openedx.org/catalog/default/component/openedx-events\n\nReporting Security Issues\n*************************\n\nPlease do not report security issues in public. Please email security@openedx.org.\n\n.. |pypi-badge| image:: https://img.shields.io/pypi/v/openedx-events.svg\n    :target: https://pypi.python.org/pypi/openedx-events/\n    :alt: PyPI\n\n.. |ci-badge| image:: https://github.com/openedx/openedx-events/workflows/Python%20CI/badge.svg?branch=main\n    :target: https://github.com/openedx/openedx-events/actions\n    :alt: CI\n\n.. |codecov-badge| image:: https://codecov.io/github/openedx/openedx-events/coverage.svg?branch=main\n    :target: https://codecov.io/github/openedx/openedx-events?branch=main\n    :alt: Codecov\n\n.. |doc-badge| image:: https://readthedocs.org/projects/openedx-events/badge/?version=latest\n    :target: https://openedx-events.readthedocs.io/en/latest/\n    :alt: Documentation\n\n.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/openedx-events.svg\n    :target: https://pypi.python.org/pypi/openedx-events/\n    :alt: Supported Python versions\n\n.. |license-badge| image:: https://img.shields.io/github/license/openedx/openedx-events.svg\n    :target: https://github.com/openedx/openedx-events/blob/main/LICENSE.txt\n    :alt: License\n\n.. |status-badge| image:: https://img.shields.io/badge/Status-Maintained-brightgreen\n\n\nChange Log\n==========\n\n..\n   All enhancements and patches to openedx_events will be documented\n   in this file.  It adheres to the structure of https://keepachangelog.com/ ,\n   but in reStructuredText instead of Markdown (for ease of incorporation into\n   Sphinx documentation and the PyPI description).\n\n   This project adheres to Semantic Versioning (https://semver.org/).\n\n.. There should always be an \"Unreleased\" section for changes pending release.\n\nUnreleased\n----------\n\n[9.9.2] - 2024-04-18\n--------------------\n\nChanged\n~~~~~~~\n\n* Updated ``ORASubmissionData`` class.\n\n[9.9.1] - 2024-04-12\n--------------------\n\nChanged\n~~~~~~~\n\n* Updated Python classifiers to include Python 3.11.\n\n[9.9.0] - 2024-04-11\n--------------------\nAdded\n~~~~~~~\n* Added new ``ORA_SUBMISSION_CREATED`` event in learning.\n\n[9.8.0] - 2024-04-11\n--------------------\nAdded\n~~~~~\n* Added support for Python 3.11\n\n[9.7.0] - 2024-04-04\n--------------------\nAdded\n~~~~~~~\n* Added new ``SUBSIDY_REDEEMED`` and ``SUBSIDY_REDEMPTION_REVERSED`` events in enterprise.\n\n[9.6.0] - 2024-04-01\n--------------------\nAdded\n~~~~~~~\n* Added new ``CONTENT_OBJECT_TAGGED`` events in content_authoring.\n\n[9.5.2] - 2024-02-13\n--------------------\nRemoved\n~~~~~~~\n* Remove unused ``MANAGE_STUDENTS_PERMISSION_ADDED`` and ``MANAGE_STUDENTS_PERMISSION_REMOVED`` events in learning\n\n[9.5.1] - 2024-02-12\n--------------------\nChanged\n~~~~~~~\n* Fixed recursion error when consuming events on the same service that produced them.\n\n[9.5.0] - 2024-02-07\n--------------------\nAdded\n~~~~~\n* Adds utility function to reset application state similar to setup/teardown in Django request/response cycle.\n\n[9.4.0] - 2024-01-29\n--------------------\nAdded\n~~~~~\n* Added new ``COURSE_ACCESS_ROLE_ADDED`` and ``COURSE_ACCESS_ROLE_REMOVED`` events in learning\n\n[9.3.0] - 2024-01-24\n--------------------\nChanged\n~~~~~~~\n* Allow new EVENTS_SERVICE_NAME setting to override SERVICE_VARIANT for data source.\n\n[9.2.0] - 2023-11-16\n--------------------\nAdded\n~~~~~~~\n* Added new COURSE_NOTIFICATION_REQUESTED event in learning\n\n[9.1.0] - 2023-11-07\n--------------------\nAdded\n~~~~~~~\n* Added new event TRACKING_EVENT_EMITTED.\n\n[9.0.1] - 2023-10-31\n--------------------\nChanged\n~~~~~~~\n* Fixed key error in merging event producer configs. Previously, setting only one of `enabled` or `event_key_field` would result in a KeyError being thrown\n\n[9.0.0] - 2023-10-04\n--------------------\nChanged\n~~~~~~~\n* Re-licensed this repository from AGPL 3.0 to Apache 2.0\n* **Breaking change**: Restructured EVENT_BUS_PRODUCER_CONFIG\n\n[8.9.0] - 2023-10-04\n--------------------\nAdded\n~~~~~\n* Added new ``FORUM_THREAD_CREATED``, ``FORUM_THREAD_RESPONSE_CREATED``, ``FORUM_RESPONSE_COMMENT_CREATED`` events in learning subdomain\n\n[8.8.0] - 2023-10-02\n--------------------\nAdded\n~~~~~\n* Added new ``MANAGE_STUDENTS_PERMISSION_ADDED`` and ``MANAGE_STUDENTS_PERMISSION_REMOVED`` events in learning\n\n[8.7.0] - 2023-09-29\n--------------------\nAdded\n~~~~~\n* Added new ``EXAM_ATTEMPT_SUBMITTED``, ``EXAM_ATTEMPT_REJECTED``, ``EXAM_ATTEMPT_VERIFIED``, ``EXAM_ATTEMPT_RESET``, and ``EXAM_ATTEMPT_ERRORED`` events in learning.\n\n[8.6.0] - 2023-08-28\n--------------------\nAdded\n~~~~~\n* Added generic handler to allow producing to event bus via django settings.\n\n[8.5.0] - 2023-08-08\n--------------------\nChanged\n~~~~~~~\n* Added json de/serialization for EventsMetadata\n\n[8.4.0] - 2023-07-20\n--------------------\nAdded\n~~~~~\n* Added new ``PROGRAM_CERTIFICATE_AWARDED`` and ``PROGRAM_CERTIFICATE_REVOKED`` events in learning subdomain\n* Added new ``ProgramCertificateData`` and ``ProgramData`` data classes supporting the new program certificate events\n\n[8.3.0] - 2023-07-10\n--------------------\nAdded\n~~~~~\n* Added new XBLOCK_CREATED and XBLOCK_UPDATED events in content_authoring.\n* Added new COURSE_CREATED event in content_authoring.\n* Added new CONTENT_LIBRARY_CREATED, CONTENT_LIBRARY_UPDATED and CONTENT_LIBRARY_DELETED events in content_authoring.\n* Added new LIBRARY_BLOCK_CREATED, LIBRARY_BLOCK_UPDATED and LIBRARY_BLOCK_DELETED events in content_authoring.\n\n[8.2.0] - 2023-06-08\n--------------------\nChanged\n~~~~~~~\n* Added new USER_NOTIFICATION_REQUESTED event.\n\n[8.1.0] - 2023-06-06\n--------------------\nAdded\n~~~~~\n* Store current versions of Avro schemas and add test to ensure valid evolution\n\n[8.0.1] - 2023-05-16\n--------------------\nChanged\n~~~~~~~\n* Fixed event_type of XBLOCK_SKILL_VERIFIED signal\n\n[8.0.0] - 2023-05-16\n--------------------\nChanged\n~~~~~~~\n* **Breaking change**: Remove ``signal`` argument from consume_events and make_single_consumer\n\n[7.3.0] - 2023-05-15\n--------------------\nChanged\n~~~~~~~\n* Made `signal` argument optional in consume_events in preparation for removal\n\n[7.2.0] - 2023-05-03\n--------------------\nChanged\n~~~~~~~\n* Added event type as namespace to generated Avro schemas\n\n\n[7.1.0] - 2023-05-03\n--------------------\nAdded\n~~~~~\n* Configurable loader for consumer side of Event Bus in ``openedx_events.event_bus``.\n* Added management command to load configured consumer and start worker.\n\nChanged\n~~~~~~~\n* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is\n  deprecated.  See https://github.com/openedx/edx-sphinx-theme/issues/184 for\n  more details.\n\n[7.0.0] - 2023-03-07\n---------------------\nChanged\n~~~~~~~\n* **Breaking change**: Moved serialize_event_data_to_bytes from openedx_events.event_bus.avro.tests.test_utilities to openedx_events.event_bus.avro.serializer\n* **Breaking change**: Moved deserialize_bytes_to_event_data from openedx_events.event_bus.avro.tests.test_utilities to openedx_events.event_bus.avro.deserializer\n\n[6.0.0] - 2023-02-23\n---------------------\nChanged\n~~~~~~~\n* **Breaking change**: Moved load_all_events() from openedx_events.tests.utils to openedx_events.tooling\n\n[5.1.0] - 2023-02-07\n---------------------\nAdded\n~~~~~~~\n* Added support for array type.\n* Added new XBLOCK_SKILL_VERIFIED event.\n* Added XBlockSkillVerificationData classes.\n\n[5.0.0] - 2023-02-03\n--------------------\nChanged\n~~~~~~~\n* **Breaking change**: ``send_event_with_custom_metadata`` changes to accept a single EventsMetadata object rather than all of the fields that go into one. This only directly affects event bus consumer libraries.\n\nAdded\n~~~~~\n* Added ``COURSE_CERTIFICATE_CONFIG_CHANGED`` and ``COURSE_CERTIFICATE_CONFIG_DELETED`` signals for when a course's certificate configuration is updated or deleted\n\n[4.2.0] - 2023-01-24\n--------------------\nAdded\n~~~~~\n* Added ``send_event_with_custom_metadata``. This will enable event bus consumers to send the event signal with the same metadata fields that were used when the event was produced.\n\nFixed\n~~~~~\n* Updated time metadata to include UTC timezone. The original implementation used utcnow(), which could give different results if the time were ever interpreted to be local time. See https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow\n* EventsMetadata minorversion is now fully optional, and doesn't need to be supplied when initializing to get the default of 0.\n\nChanged\n~~~~~~~\n* Updated send_event with an optional time argument to be used as metadata.\n\n[4.1.1] - 2023-01-23\n---------------------\nChanged\n~~~~~~~\n* Use collections.abc import to use with python 3.8 and 3.10.\n\n[4.1.0] - 2023-01-03\n---------------------\nAdded\n~~~~~\n* Added new XBLOCK_PUBLISHED, XBLOCK_DUPLICATED and XBLOCK_DELETED signals in content_authoring.\n* Added XBlockData and DuplicatedXBlockData classes\n* Added custom UsageKeyAvroSerializer for opaque_keys UsageKey.\n\n[4.0.0] - 2022-12-01\n--------------------\nChanged\n~~~~~~~\n* **Breaking change** Make event_metadata parameter in EventBusProducer send API required\n\n[3.2.0] - 2022-11-30\n--------------------\nChanged\n~~~~~~~\n* Add event_metadata parameter to EventBusProducer send API.  **Note:** Calling this method with the new argument will throw an exception with older versions of this library that don't yet support the parameter.\n\n[3.1.0] - 2022-11-22\n--------------------\nAdded\n~~~~~\n* Configurable loader for producer side of Event Bus in ``openedx_events.event_bus``.\n\n[3.0.1] - 2022-10-31\n--------------------\nFixed\n~~~~~\n* Fix default value for optional fields from \"null\" to None\n\n[3.0.0] - 2022-10-19\n--------------------\n* **Breaking change**: Removed (optional) field ``effort`` from ``CourseCatalogData.`` Nothing should be relying on this field as it is not used by Course Discovery in Publisher-enabled setups.\n\n[2.0.0] - 2022-10-18\n--------------------\n* **Breaking change**: Removed signal ``SUBSCRIPTION_LICENSE_MODIFIED`` and corresponding data class ``SubscriptionLicenseData``. This should only affect experimental event-bus code (which should also have been deleted by now).\n\n[1.0.0] - 2022-09-27\n--------------------\n* **Breaking Change**: Updated from ``Django 2.0`` to ``Django 3.0``.\n* Bump version to 1.x to acknowledge that this is in use in production\n\n[0.14.0] - 2022-09-21\n---------------------\nChanged\n~~~~~~~\n* **Breaking change**: Removed ``short_description`` from ``CourseCatalogData``\n\n[0.13.0] - 2022-09-16\n---------------------\nAdded\n~~~~~\n* Added new event PERSISTENT_GRADE_SUMMARY_CHANGED.\n\n* Improvements in make upgrade command and requirements files.\n* Manually update requirements files to fix requirements bot issue with pip/setup tools.\n* Change GitHub workflow to community maintained repository health file.\n\n[0.12.0] - 2022-08-16\n---------------------\nChanged\n~~~~~~~\n* **Breaking change**: Removed ``org`` and ``number`` fields from ``CourseCatalogData``\n  (should only affect unreleased event-bus code, though)\n\n[0.11.1] - 2022-07-28\n---------------------\nFixed\n~~~~~\n* Handle optional (None) values for custom serializers\n\n[0.11.0] - 2022-07-21\n---------------------\nAdded\n~~~~~\n* Added new content_authoring module with new COURSE_CATALOG_INFO_CHANGED signal\n\n[0.10.0] - 2022-05-20\n---------------------\nChanged\n~~~~~~~\n* BREAKING CHANGE: Split AvroAttrsBridge into schema, serialization, and deserialization phases\n\n[0.9.1] - 2022-05-20\n--------------------\nChanged\n~~~~~~~\n* Remove assigned_email from SubscriptionLicenseData\n\n[0.9.0] - 2022-04-28\n--------------------\nChanged\n~~~~~~~\n* Updated AvroAttrsBridge to handle optional/nullable fields\n\n[0.8.3] - 2022-04-26\n--------------------\nChanged\n~~~~~~~\n* Updated AvroAttrsBridge to create schemas from signal data dict rather than individual attrs classes\n\n[0.8.2] - 2022-04-13\n--------------------\nChanged\n~~~~~~~\n* Changed openedx_events.learning.data.DiscussionTopicContext to make the group id optional\n* Changed DiscussionTopicContext to add a `context` attribute\n\n[0.8.1] - 2022-03-03\n--------------------\n\nAdded\n~~~~~\n* Added missing field for event COURSE_DISCUSSIONS_CHANGED\n\n[0.8.0] - 2022-02-25\n--------------------\nAdded\n~~~~~\n* Added COURSE_DISCUSSIONS_CHANGED for discussion event\n\nChanged\n~~~~~~~\n* Changed openedx_events/enterprise/LicenseLifecycle class to openedx_events/enterprise/SubscriptionLicenseData\n* Changed LicenseCreated signal class to SUBSCRIPTION_LICENSE_MODIFIED signal class\n\n[0.7.1] - 2022-01-13\n--------------------\nAdded\n~~~~~\n* Added data definition for enterprise/LicenseLifecycle\n* Added LicenseCreated signal definition\n\n[0.7.0] - 2022-01-06\n--------------------\nAdded\n~~~~~\n* Added AvroAttrsBridge class to convert between avro standard and attrs classes\n\n[0.6.0] - 2021-09-15\n--------------------\nAdded\n~~~~~\n* Add custom formatting class for events responses.\n* Add a way to use send method instead of send_robust while testing.\n\nChanged\n~~~~~~~\n* Remove unnecessary InstantiationError exception.\n* Default is send_robust instead of send unless specified otherwise.\n\n[0.5.1] - 2021-08-26\n--------------------\nChanged\n~~~~~~~\n* Remove TestCase inheritance from OpenEdxTestMixin.\n\n[0.5.0] - 2021-08-24\n--------------------\nAdded\n~~~~~\n* Utilities to use while testing in other platforms.\n\n[0.4.1] - 2021-08-18\n--------------------\nChanged\n~~~~~~~\n* Remove raise_exception assignment in events metadata.\n\n[0.4.0] - 2021-08-18\n--------------------\nAdded\n~~~~~\n* Preliminary Open edX events definitions.\n\n[0.3.0] - 2021-08-18\n--------------------\nAdded\n~~~~~\n* Add tooling needed to create and trigger events in Open edX platform.\n* Add Data Attribute classes used as arguments by Open edX Events.\n\n\n[0.2.0] - 2021-07-28\n--------------------\nChanged\n~~~~~~~\n\n* Update repository purpose.\n* Changed max-doc-length from 79 to 120 following community recommendation.\n\n[0.1.3] - 2021-07-01\n--------------------\nChanged\n~~~~~~~\n\n* Update setup.cfg with complete bumpversion configuration.\n\n[0.1.2] - 2021-06-29\n--------------------\nChanged\n~~~~~~~\n\n* Update documentation with current organization info.\n\n[0.1.1] - 2021-06-29\n--------------------\nAdded\n~~~~~\n\n* Add Django testing configuration.\n\n[0.1.0] - 2021-04-07\n--------------------\n\nAdded\n~~~~~\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Open edX events from the Hooks Extensions Framework",
    "version": "9.9.2",
    "project_urls": {
        "Homepage": "https://github.com/openedx/openedx-events"
    },
    "split_keywords": [
        "python",
        "edx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc3343a7ea1340d6616f3980e5af9ed200cbd069740b0c722dc2676c6d25bb9d",
                "md5": "6948abe5b5a417f0279ce5379faba266",
                "sha256": "dd838a0d4f75ccb5891fe60753e1325547fb2e358250c566e64daedb7f5febe6"
            },
            "downloads": -1,
            "filename": "openedx_events-9.9.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6948abe5b5a417f0279ce5379faba266",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 71947,
            "upload_time": "2024-04-18T19:40:05",
            "upload_time_iso_8601": "2024-04-18T19:40:05.916346Z",
            "url": "https://files.pythonhosted.org/packages/bc/33/43a7ea1340d6616f3980e5af9ed200cbd069740b0c722dc2676c6d25bb9d/openedx_events-9.9.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ae05f6fb8a90ab0f5376932f48cb5a4847b19ed837a0899abeb04f22643bb7b",
                "md5": "e7d35b64a583ba7ccdf6b5921ff92e36",
                "sha256": "48f19d337bcd7415f32c5e3ee7872189558007ac8218c41f9867f01ba4241739"
            },
            "downloads": -1,
            "filename": "openedx_events-9.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e7d35b64a583ba7ccdf6b5921ff92e36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 65656,
            "upload_time": "2024-04-18T19:40:08",
            "upload_time_iso_8601": "2024-04-18T19:40:08.418273Z",
            "url": "https://files.pythonhosted.org/packages/1a/e0/5f6fb8a90ab0f5376932f48cb5a4847b19ed837a0899abeb04f22643bb7b/openedx_events-9.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 19:40:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openedx",
    "github_project": "openedx-events",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "openedx-events"
}
        
edX
Elapsed time: 0.27091s