Skip to content

Monthly release for November

Compare
Choose a tag to compare
@dalmia dalmia released this 07 Dec 04:23
· 263 commits to master since this release

What's Changed

  • Bug fix: we changed how we order the events while fetching them for a session to be ordered based on updated_at instead of their database id - by @deepansh96 in #255
  • We are now using Django permissions to restrict access to plios instead of restricting access while the queryset for a Plio is created to be able to show the correct error message on the frontend (access denied instead of 404) - by @dalmia in #253
  • Added support for Cypress integration in our frontend CI and made the respective changes in this repo to enable that - by @rathorevaibhav in #259
  • Removed a welcome SMS that we were sending to users signing up through their phone as it was increasing our messaging cost by quite a lot - by @dalmia in #251

Full Changelog: v0.4...v0.4.1