File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,27 @@ Changelog for Onadata
33
44``* represents releases that introduce new migrations ``
55
6+ v5.8.0(2025-10-16)
7+ ------------------
8+ - fix: Ensure decryption error metadata is not lost if Instance re-saved
9+ [@kelvin-muchiri]
10+ `PR #2920 https://github.com/onaio/onadata/pull/2920 `
11+ - perf: Improve export outdated check performance
12+ [@kelvin-muchiri]
13+ `PR #2926 https://github.com/onaio/onadata/pull/2926 `
14+ - Improve JSON submission docs
15+ [@ukanga]
16+ `PR #2929 https://github.com/onaio/onadata/pull/2929 `
17+ - Security updates
18+ [@ukanga]
19+ `PR #2930 https://github.com/onaio/onadata/pull/2930 `
20+ - Expose system errors to Sentry when uploading a form
21+ [@FrankApiyo]
22+ `PR #2935 https://github.com/onaio/onadata/pull/2935 `
23+ - Bump ona-oidc version to v2.5.1
24+ [@FrankApiyo]
25+ `PR #2935 https://github.com/onaio/onadata/pull/2935 `
26+
627v5.7.0(2025-10-07)
728------------------
829- Bug fix: Only send password reset emails to non-organizations
Original file line number Diff line number Diff line change 77
88from __future__ import absolute_import , unicode_literals
99
10- __version__ = "5.7 .0"
10+ __version__ = "5.8 .0"
1111
1212
1313# This will make sure the app is always imported when
Original file line number Diff line number Diff line change 11[metadata]
22name = onadata
3- version = 5.7 .0
3+ version = 5.8 .0
44description = Collect Analyze and Share Data
55long_description = file: README.rst
66long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments