You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
List of the most important changes for each release.
4
4
5
+
## 0.19.5
6
+
7
+
### High-level overview
8
+
9
+
A maintenance patch focused on database and sync reliability, with no user-facing changes.
10
+
11
+
### Changed
12
+
* Migrate pre-0.17 FKs to have deferrable flags by @bjester in https://github.com/learningequality/kolibri/pull/14981
13
+
* Scoped field updates in custom Morango sync ops by @bjester in https://github.com/learningequality/kolibri/pull/14985
14
+
* Seed reserved NetworkLocation rows via post_migrate in DiscoveryConfig by @rtibblesbot in https://github.com/learningequality/kolibri/pull/14887
15
+
* Standardize pnpm CI pattern: action-setup@v6.0.8 before setup-node with cache: pnpm by @rtibblesbot in https://github.com/learningequality/kolibri/pull/14764
0 commit comments