v14.15.0
·
3498 commits
to version-14
since this release
14.15.0 (2022-11-15)
Bug Fixes
- avoid patching QB if already patched (a8ba877)
- breadcrumbs is broken (90ca7b1)
- check if the doctype exists before adding default logtypes in log settings (#18867) (#18869) (93fe3e9)
- dashboard view from workspace (backport #18779) (#18813) (42f5e04)
- decorator ordering (2245cc0)
- dont allow reading attributes of unsafe objects (backport #18706) (#18806) (2b193bd), closes #18784
- hardcode doctype in google oauth callback (#18862) (78a337b)
- page has an empty menu button (b2bbcde)
- raise exception if doc before save is not found (#18796) (#18820) (7505a0d)
- reportview permlevel bug (#18822) (#18828) (ec248a9)
- security: prevent xss attack in search (#18847) (#18850) (8807035)
Features
- Set default SQL statement timeouts (8ab95f4)
- show utilization percent on RQ Worker (#18868) (#18870) (a7060fa)
Performance Improvements
- faster as_list and as_dict (33d6369)
- faster generate_hash (backport #18825) (#18851) (bb5c7d5)
- workflow: get_transitions (#18834) (#18839) (3f71181)
Reverts
- async await in breadcrumbs.js (6a1e619)