Skip to content

Commit 9be8483

Browse files
authored
Merge pull request #2927 from onaio/bump-onadata-version
Bump onadata version to v5.8.0
2 parents 17b0fb1 + 300fc89 commit 9be8483

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGES.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
627
v5.7.0(2025-10-07)
728
------------------
829
- Bug fix: Only send password reset emails to non-organizations

onadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = onadata
3-
version = 5.7.0
3+
version = 5.8.0
44
description = Collect Analyze and Share Data
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)