Another brief summary of changes that went into the dashboard over the past 2 weeks, but before that...
Supabase Select just wrapped up over the weekend!#
If you might have missed it or want to get involved - Livestreams are available on the Supabase Youtube channel, or on our site here! A huge thank you to everyone in the community for joining us on this journey thus far - and as always let us know any feedback / ideas / thoughts, anything! We promise we look at every message that comes in ππ
Assistant Improvements#
We've been shipping some incremental improvements to the Assistant which involves both better response speeds, better quality outputs, and better UX with a more action-oriented approach (along with some style refinements to messages and tools)! π€π
These are all in hopes to support you while building out with Supabase and we're still looking into how we can make the experience even better for you! Feel free to leave any feedback or ideas in this thread on how we can further improve the Assistant ππ
PR:
- https://github.com/supabase/supabase/pull/38806
- https://github.com/supabase/supabase/pull/38805
- https://github.com/supabase/supabase/pull/39031
- https://github.com/supabase/supabase/pull/39072
Link: https://supabase.com/dashboard/project/_
Contextual error handling in Table Editor#
Enabling users to self-debug when running into issues have been at the forefront of our priority recently - this is just a small addition to that topic in which we're opting to provide contextual errors in the table editor, specifically when applying filters ππ
Hopefully these will provide better clues while working with the Table Editor instead of just merely showing "Failed to retrieve rows" - and we're hoping to expand this further too to cover more cases! π
PR: https://github.com/supabase/supabase/pull/39004
Link: https://supabase.com/dashboard/project/_/editor
Other bug fixes and improvements#
- Improve clarity of errors for organization member invite flow (PR)
- Fix deleting project not refreshing list of projects on home page (PR)
- Fix "New table" button not working if on an unknown table (PR)
- Improve stability of tab state syncing between URL params and local storage (PR)
- Use session storage as default cache for tab state (PR)
- Ensure CSV chunk uploads handle rate limits properly (PR)
- Refrain from applying a default sort on JSON columns (PR)
- Flatten copy cell and row actions in context menu (PR)
- Fix long bucket names blocking bucket actions (PR)
- Fix webhooks HTTP headers for edge functions not loading Auth headers on first open (PR)
