What's changed
Bug Fixes (4)
-
longRunningMigrations: make 0020 batch size small to avoid OOM (#6875)
-
map: OpenStreetMap 403r error (#6869)
Adds missing piece of configuration to fix 403r Access blocked error
when rendering OpenStreetMap map.👷 Description for instance maintainers
The new global default Referrer-Policy response header (introduced for
OpenStreetMap tiles) can be overridden per environment via the
SECURE_REFERRER_POLICY. -
userReport: fix
mfa_is_activenot reflecting correct MFA status in user-reports (#6861)Fixes an issue where the
/api/v2/user-reportsAPI was not correctly
reflecting MFA status for users who had MFA enabled.Users who recently enabled MFA were still showing
mfa_is_active: false
in the/api/v2/user-reportsAPI response and within their underlying
UserProfilerecord. -
userReports: prevent infinite loop in MV background job (#6876, #6878)
Full Changelog: https://github.com/kobotoolbox/kpi/compare/2.026.07c..2.026.07d