File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Changelog for Onadata
3
3
4
4
``* represents releases that introduce new migrations ``
5
5
6
+ v5.2.3(2025-07-28)
7
+ ------------------
8
+ - Use safe cache operations
9
+ `PR #2874 <https://github.com/onaio/onadata/pull/2874> `
10
+ [@kelvin-muchiri]
11
+
6
12
v5.2.2(2025-07-23)
7
13
------------------
8
14
- Update Ona-OIDC
@@ -24,16 +30,16 @@ v5.2.0 (2025-07-22)*
24
30
`PR #2859 <https://github.com/onaio/onadata/pull/2859> `
25
31
[@kelvin-muchiri]
26
32
- Fix submission marked as duplicate if IntegrityError is thrown
27
- `PR 2860 https://github.com/onaio/onadata/pull/2860 `
33
+ `PR # 2860 https://github.com/onaio/onadata/pull/2860 `
28
34
[@kelvin-muchiri]
29
35
- Fix media signed url missing content type header
30
- `PR 2862 https://github.com/onaio/onadata/pull/2862 `
36
+ `PR # 2862 https://github.com/onaio/onadata/pull/2862 `
31
37
[@kelvin-muchiri]
32
38
- Handle None bind attributes in ExportBuilder survey processing
33
- `PR 2864 https://github.com/onaio/onadata/pull/2864 `
39
+ `PR # 2864 https://github.com/onaio/onadata/pull/2864 `
34
40
[@FrankApiyo]
35
41
- Remove CSV export headers register
36
- `PR 2863 https://github.com/onaio/onadata/pull/2863 `
42
+ `PR # 2863 https://github.com/onaio/onadata/pull/2863 `
37
43
[@kelvin-muchiri]
38
44
- fix: Ensure organization serializer in settings is applied for organization admins
39
45
`PR #2865 <https://github.com/onaio/onadata/pull/2865> `
Original file line number Diff line number Diff line change 7
7
8
8
from __future__ import absolute_import , unicode_literals
9
9
10
- __version__ = "5.2.2 "
10
+ __version__ = "5.2.3 "
11
11
12
12
13
13
# This will make sure the app is always imported when
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = onadata
3
- version = 5.2.2
3
+ version = 5.2.3
4
4
description = Collect Analyze and Share Data
5
5
long_description = file: README.rst
6
6
long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments