Skip to content

Commit eb6cb56

Browse files
chore: bump version to v5.9.0 (#2954)
1 parent a84b8d0 commit eb6cb56

File tree

3 files changed

+42
-9
lines changed

3 files changed

+42
-9
lines changed

CHANGES.rst

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,40 @@ Changelog for Onadata
33

44
``* represents releases that introduce new migrations``
55

6-
v5.8.0(2025-10-16)
6+
v5.9.0 (2025-11-18)
7+
-------------------
8+
- fix: export download fails if filename contains non-ascii
9+
[@kelvin-muchiri]
10+
`PR #2938 https://github.com/onaio/onadata/pull/2938`
11+
- Add actstream message when an export is created
12+
[@FrankApiyo]
13+
`PR #2934 https://github.com/onaio/onadata/pull/2934`
14+
- docs: add set up guide for local development
15+
[@kelvin-muchiri]
16+
`PR #2939 https://github.com/onaio/onadata/pull/2939`
17+
- Update to python-deps:3.10.19-20251025
18+
[@ukanga]
19+
`PR #2936 https://github.com/onaio/onadata/pull/2936`
20+
- refactor: use values_list to get single field
21+
[@kelvin-muchiri]
22+
`PR #2943 https://github.com/onaio/onadata/pull/2943`
23+
- fix: column X does not exist when running migration
24+
[@kelvin-muchiri]
25+
`PR #2944 https://github.com/onaio/onadata/pull/2944`
26+
- Update to Django 5.1.14
27+
[@ukanga]
28+
`PR #2946 https://github.com/onaio/onadata/pull/2946`
29+
- Block /users/<username> & /profiles/<username> for anonymous
30+
[@FrankApiyo]
31+
`PR #2948 https://github.com/onaio/onadata/pull/2948`
32+
- feat: import entities via CSV
33+
[@kelvin-muchiri]
34+
`PR #2928 https://github.com/onaio/onadata/pull/2928`
35+
- feat: API endpoint to add EntityList properties
36+
[@kelvin-muchiri]
37+
`PR #2945 https://github.com/onaio/onadata/pull/2945`
38+
39+
v5.8.0 (2025-10-16)
740
------------------
841
- fix: Ensure decryption error metadata is not lost if Instance re-saved
942
[@kelvin-muchiri]
@@ -24,7 +57,7 @@ v5.8.0(2025-10-16)
2457
[@FrankApiyo]
2558
`PR #2935 https://github.com/onaio/onadata/pull/2935`
2659

27-
v5.7.0(2025-10-07)
60+
v5.7.0 (2025-10-07)
2861
------------------
2962
- Bug fix: Only send password reset emails to non-organizations
3063
[@FrankApiyo]
@@ -43,7 +76,7 @@ v5.6.0(2025-09-19)
4376
[@kelvin-muchiri]
4477
`PR #2911 https://github.com/onaio/onadata/pull/2911`
4578

46-
v5.5.0(2025-09-15)
79+
v5.5.0 (2025-09-15)
4780
------------------
4881
- fix: bump valigetta to v0.2.1 to resolve uncaught incorrect padding error
4982
[@kelvin-muchiri]
@@ -55,7 +88,7 @@ v5.5.0(2025-09-15)
5588
[@kelvin-muchiri]
5689
`PR #2909 https://github.com/onaio/onadata/pull/2909`
5790

58-
v5.4.0(2025-09-01)
91+
v5.4.0 (2025-09-01)
5992
------------------
6093
- feat: track mutation type when creating/updating Entity
6194
[@kelvin-muchiri]
@@ -64,7 +97,7 @@ v5.4.0(2025-09-01)
6497
`PR #2902 https://github.com/onaio/onadata/pull/2902`
6598
[@FrankApiyo]
6699

67-
v5.3.2(2025-08-25)
100+
v5.3.2 (2025-08-25)
68101
------------------
69102
- fix: resolve mismatch between tableau schema and data if repeat section is within group section
70103
[@kelvin-muchiri]
@@ -82,13 +115,13 @@ v5.3.2(2025-08-25)
82115
`PR #2899 https://github.com/onaio/onadata/pull/2899`
83116
[@FrankApiyo]
84117

85-
v5.3.1(2025-08-19)
118+
v5.3.1 (2025-08-19)
86119
------------------
87120
- Update Dockerfile
88121
`PR #2891 <https://github.com/onaio/onadata/pull/2891>`
89122
[@FrankApiyo]
90123

91-
v5.3.0(2025-08-19)*
124+
v5.3.0 (2025-08-19)*
92125
------------------
93126
- Resolve corrupted submission decryption failure reason and status not saved
94127
`PR #2883 <https://github.com/onaio/onadata/pull/2883>`

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.8.0"
10+
__version__ = "5.9.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.8.0
3+
version = 5.9.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)