Skip to content

Commit 4618021

Browse files
committed
chore: bump version to 10.6.0
1 parent dd63d42 commit 4618021

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,27 @@ Change Log
1616
Unreleased
1717
__________
1818

19-
* Added support for complex types in dictionaries and lists.
19+
20+
[10.6.0] - 2025-12-01
21+
---------------------
22+
23+
Added
24+
~~~~~
25+
26+
* Added support for complex nested types in dictionaries and lists, including ``List[Dict[str, int]]``, ``Dict[str, List[int]]``, ``List[UserData]``, and ``Dict[str, CourseData]``.
27+
28+
Removed
29+
~~~~~~~
30+
31+
* Removed 7 signals from ``KNOWN_UNSERIALIZABLE_SIGNALS`` list that are now compatible with the event bus due to improved complex type support:
32+
33+
* ``org.openedx.learning.discussions.configuration.changed.v1``
34+
* ``org.openedx.learning.user.notification.requested.v1``
35+
* ``org.openedx.learning.forum.thread.created.v1``
36+
* ``org.openedx.learning.forum.thread.response.created.v1``
37+
* ``org.openedx.learning.forum.thread.response.comment.created.v1``
38+
* ``org.openedx.learning.course.notification.requested.v1``
39+
* ``org.openedx.learning.ora.submission.created.v1``
2040

2141
[10.5.0] - 2025-08-19
2242
---------------------

openedx_events/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
more information about the project.
66
"""
77

8-
__version__ = "10.5.0"
8+
__version__ = "10.6.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.0
2+
current_version = 10.6.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)