Skip to content

Commit d51df58

Browse files
Ahtesham QuraishAhtesham Quraish
authored andcommitted
rebase with main
2 parents 6087067 + 866c957 commit d51df58

156 files changed

Lines changed: 7853 additions & 5505 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ USER mitodl
7676

7777
EXPOSE 8061
7878
ENV PORT 8061
79-
CMD ["sh", "-c", "exec granian --interface asginl --host 0.0.0.0 --port 8061 --workers ${GRANIAN_WORKERS:-3} --blocking-threads 1 main.asgi:application"]
79+
CMD ["sh", "-c", "exec granian --interface asginl --reload --host 0.0.0.0 --port 8061 --workers ${GRANIAN_WORKERS:-3} --blocking-threads 1 main.asgi:application"]

RELEASE.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
Release Notes
22
=============
33

4+
Version 0.68.3 (Released May 19, 2026)
5+
--------------
6+
7+
- fix: link the podcast episode to its detail page and fix the video count on collection page (#3345)
8+
9+
Version 0.68.2 (Released May 19, 2026)
10+
--------------
11+
12+
- feat: add video embed page and route group restructure (#3327)
13+
- dashboard refactor: useHomeDashboardData (#3342)
14+
- fix: add heading tags to B2B org section (#3347)
15+
- fix: certificate page being indexed in google search (#3348)
16+
- Granian reload for local dev (#3351)
17+
18+
Version 0.68.1 (Released May 19, 2026)
19+
--------------
20+
21+
- split EnrollmentDisplay into HomeEnrollmentsDisplay + ProgramEnrollMentDisplay… (#3341)
22+
- Remove enrollment-dashboard feature flag (#3343)
23+
- feat: Added Program Record Link to Learn Dashboard Program Card . (#3336)
24+
- Update dependency drf-spectacular to >=0.29,<0.30 (#2734)
25+
26+
Version 0.68.0 (Released May 13, 2026)
27+
--------------
28+
29+
- fix open textbooks (#3337)
30+
- youtube etl should not unpublish ovs (#3334)
31+
- dashboard refactor stage 2 (#3330)
32+
- Adds a feature flag to link ocw course urls to corresponding learn urls (/courses/o/*) (#3263)
33+
- Min score for vector learning resources endpoint (#3285)
34+
- Update dependency granian to v2.7.4 [SECURITY] (#3309)
35+
- Update dependency litellm to v1.83.10 [SECURITY] (#3331)
36+
- Update dependency urllib3 to v2.7.0 [SECURITY] (#3329)
37+
38+
Version 0.67.2 (Released May 12, 2026)
39+
--------------
40+
41+
- feat: display MicroMasters® label on MITxOnline program product pages (#3318)
42+
- fix: add sitemap for video and podcast page (#3323)
43+
- Show (and count) only published items in userlists/paths (#3321)
44+
445
Version 0.67.1 (Released May 11, 2026)
546
--------------
647

frontends/api/src/generated/v0/api.ts

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontends/api/src/generated/v1/api.ts

Lines changed: 45 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)