Skip to content

Releases: openedx/edx-when

v2.5.0

05 Apr 19:26
9842a99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...v2.5.0

2.4.0

23 Jun 13:51
df1bb9e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...2.4.0

v2.3.0

15 Feb 11:05
b14281b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.2...v2.3.0

2.2.2

21 Oct 18:22
5764a6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

Bugfix for unmigrated ContentDates in outline generation.

24 Sep 17:05
Compare
Choose a tag to compare

The 2.2.0 release introduced the ability to select a subset of dates by block type, which is useful for grabbing the limited number of blocks necessary to generate a course outline (just course, chapter, and sequential). It was intended to be backwards compatible with unmigrated data, but there was a bug in this fallback behavior that resulted in not pulling back any data at all (and sometimes caching that). This would cause outlines to be generated with null values for these fields, resulting in content being incorrectly hidden from students. This release fixes the issue.

Optimization for course outline generation & cache re-working

01 Sep 17:56
5b233d5
Compare
Choose a tag to compare
  • Added optimization when requesting course block dates for an outline, where block dates below subsections are unneeded.
  • Use current version of the course to improve the cache key, along with using the TieredCache to cache date data.

Added Django 3.0, 3.1 and 3.2 Support

23 Jul 13:40
7679165
Compare
Choose a tag to compare
  • Added Django 3.0, 3.1 and 3.2 Support

Dropped python3.5 support

19 Jan 14:25
7a5344b
Compare
Choose a tag to compare

Dropped python3.5 support

1.3.2

15 Jan 15:53
4b3610c
Compare
Choose a tag to compare

Silence a warning about missing schedules for relative dates. It was too noisy for some expected use cases (like staff users viewing a course).

Django 3.x warnings fixed

16 Jul 13:42
f2b38db
Compare
Choose a tag to compare
  • Fixed warnings related to django 3.x deprecations.
  • Bumped version to 1.3.0