v4.6.2 hotfix
ramyaragupathy
released this
20 Oct 14:43
·
837 commits
to develop
since this release
After our last deployment, we have had users report about difficulties in accessing draft and private projects in spite of having the requisite project management access. This has come from a previous work on refactoring react queries for the frontend, and our test case is not complete at the moment to capture this beforehand.
Lessons learnt: Ensure there is automated smoke testing is in place for the frontend and complete unit and integration testing for the backend.
Expand to see detailed changes to the codebase 🧑💻
- Fix syntax error parsing JSON string by @eternaltyro in https://github.com//pull/6084
- Update CircleCI AWS CLI Orb syntax by @eternaltyro in https://github.com//pull/6086
- fix: unable to access draft and private projects by @kaditya97 in https://github.com//pull/6089
New Contributors
- @kaditya97 made their first contribution in #6089
Full Changelog: v4.6.2...v4.6.2-hotfix