This repository has been archived by the owner on May 1, 2024. It is now read-only.
Releases: openedx-unsupported/edx-analytics-data-api
Releases · openedx-unsupported/edx-analytics-data-api
0.29.0 chore: Python requirements update
chore: Updating Python Requirements (#509)
0.28.0
The v1 upgrade has been reverted, so this is a 0.X series release.
1.0.0
- Add pagination, sorting, filtering, searching, and caching to course_summaries/
- Add course_totals/ endpoint
0.27.0
0.26.1
Fix bug where number of items in course_summaries/ request is capped at 1000.
0.26.0
- Bump Django from 1.11 to 1.11.2
- Fix bug where course_summaries/ and programs/ expect incorrect parameter names
- Add support for POST method to course_summaries/
0.25.1
Patch release to fix a dependency issue by explicitly pinning urllib3 to 1.21.1
0.25.0
- upgrade to django 1.11
- add passing_users to course_summary endpoint