Releases: onaio/onadata
Releases · onaio/onadata
v3.12.2 (2023-08-24)
Release Notes
Bug Fixes
- Solve intermittent bug where form permissions are not applied for new forms
PR #2470
[@kelvin-muchiri]
Peformance Enhancements
- Enhance performance when exporting data on endpoint
api/v1/data/<form_id>.<format>
PR #2460
[@kelvin-muchiri]
v3.12.1 (2023-08-14)
Release Notes
Bug Fixes
- Fix pagination on endpoint /api/v2/open-data//data returning duplicates
PR #2467 <https://github.com/onaio/onadata/pull/2467>
[@kelvin-muchiri] - Fix attribute error when uploading xls datasets
PR #2465 <https://github.com/onaio/onadata/pull/2465>
[@FrankApiyo]
Security
- Update dependencies
PR @2466 <https://github.com/onaio/onadata/pull/2466>
[@KipSigei]
v3.12.0 (2023-08-08)
What's Changed
Perfomance enhancement
- Add indexes to instance model date fields
PR #2393 <https://github.com/onaio/onadata/pull/2393>
[@KipSigei]
v3.11.0 (2023-07-28)
What's Changed
New features
- Ensure onadata can work in a multi-domain setup
PR #2450 <https://github.com/onaio/onadata/pull/2450>
[@FrankApiyo] - Add ability to create, update project invitations
PR #2430 <https://github.com/onaio/onadata/pull/2430>
[@kelvin-muchiri]
Bug fixes
- Fix AttributeError: 'ExportBuilder' object has no attribute 'to_google_sheets'
PR #2458 <https://github.com/onaio/onadata/pull/2458>
[@kelvin-muchiri] - Fix AttributeError: 'NoneType' object has no attribute 'strip' when exporting form data
PR #2453 <https://github.com/onaio/onadata/pull/2453>
[@kelvin-muchiri]
Perfomance enhancement
- Enhance performance of open-data endpoint api/v2/open-data//data
PR #2456 <https://github.com/onaio/onadata/pull/2456>
[@kelvin-muchiri]
v3.10.1 (2023-07-20)
v3.10.0 (2023-07-03)
What's Changed
New features
- Add task to automatically permanently delete soft-deleted submissions by @KipSigei in #2446
- Add ability to permanently delete submissions by @KipSigei in #2437
- Update pyxform version to v1.12.0 with case management support by @KipSigei in #2341
Security
Full Changelog: v3.9.2...v3.10.0
3.10.0
Merge pull request #2448 from onaio/v3.10.0-rc Tag release v3.10.0
v3.9.2 (2023-06-20)
v3.9.1 (2023-06-07)
What's Changed
Bug fixes
- Add configurable timeouts for webhook requests by @DavisRayM in #2419
- Handle
AttributeError
returned when element is None by @DavisRayM in #2421 - Fix xlsx export bug on UI by @KipSigei in #2426
- Fix unbound local error exception by @KipSigei in #2428
Security
Full Changelog: v3.9.0...v3.9.1
v3.9.0 (2023-05-05)
What's Changed
QOL
- ignore .python-version by @kelvin-muchiri in #2402
- Update
savreaderwriter
version by @DavisRayM in #2399 - Switch to an Alpine based release image by @DavisRayM in #2389
- Bump action versions by @DavisRayM in #2410
- Isolate flaky test cases by @DavisRayM in #2404
Bug Fixes
- Add azure token to media files urls by @ciremusyoka in #2388
- Handle scenario where an inactive user is part of an Organization by @DavisRayM in #2374
- Allow authenticated users to download public form exports by @ciremusyoka in #2396
- fix bug NoneType object has no attribute push by @kelvin-muchiri in #2403
- Fix
IndexError
exception raised when comparing functions by @DavisRayM in #2408 - Prevent numeric usernames on user creation by @KipSigei in #2407
- Assign default team project role to users by @DavisRayM in #2401
- [SAV Exports] Ensure duplicate metadata fields are handled accordingly by @DavisRayM in #2412
New Features
- Add statistics endpoint for actstream actions by @DavisRayM in #2390
- Strengthen password standards for users by @DavisRayM in #2414
Security
- Pass user-provided values as parameters by @KipSigei in #2394
- Dependabot updates by @KipSigei in #2397
- Bump base image by @DavisRayM in #2409
New Contributors
- @kelvin-muchiri made their first contribution in #2402
Full Changelog: v3.8.6...v3.9.0