v0.24.03
版本发布时间: 2024-04-06 09:28:55
supabase/supabase最新发布版本:1.24.08(2024-09-17 03:37:55)
Join us for a Special Announcement April 15-19
We’re making a Special Announcement on April 15th with a few more surprises throughout the week. Claim your ticket today so you don’t miss out and enter for a chance to win a set of AirPods Max.
Increased Supavisor connection pooler limits
We’ve increased the Supavisor client connection limits, the number of concurrent clients that can connect to your project’s pooler, for projects on Small, Medium, Large, and XL compute instances while pricing remains unchanged.
Conversational AI assistant now available in SQL Editor
Introducing a conversational AI assistant in the SQL Editor to help you write and iterate on your queries. This is currently under a feature preview and can be enabled with instructions here.
Supavisor pooler port 6543 is transaction-mode only
We’re simplifying Supavisor connection pooler ports and modes so that port 6543 is only transaction mode and port 5432 continues to be only session mode. If you have pool mode set to session we recommend you switch to pooler port 5432 and set the mode to transaction.
Migration to v2 platform architecture
You may have noticed improved performance from your database over the last couple of weeks. We made some architectural changes to free up resources for your Postgres instance by removing Storage, Realtime, and Pgbouncer from your instance and each are replaced with an equivalent multi-tenant solution, including our new Supavisor connection pooler.
Implementing semantic image search with Amazon Bedrock and Supabase Vector
In this post we'll be creating a Python project to implement semantic image search featuring Amazon Bedrock and Amazon Titan’s multimodal model to embed images and Supabase Vecs client library for managing embeddings in your Supabase database with the pgvector extension.
Quick Product Announcements
- [Postgres Tooling] vector (pgvector) upgraded to v0.6.2 enables faster HNSW index builds using more parallel workers [Commit]
- [Postgres Tooling] pg_cron upgraded to v1.6.2 enables sub-minute schedules [Pull request]
Made With Supabase
- location-tRacer - Supabase Realtime live location sharing app [GitHub]
- Talk to your docs - An example agent providing help on your GitHub documentation [GitHub]
- Feedbase - Open-source solution for collecting feedback & communicating updates [GitHub]
- Wacky Wordcraft - Create wacky stories with some help from AI [Twitter]
- Capgo - Instant updates for Capacitor apps. Ship updates, fixes, changes, and features within minutes [Website]
Community Highlights
- Building an Investor List App with Novu and Supabase [Blog post]
- 3 reasons you should use Postgres Functions and Transactions [Video]
- Add image support to Flutter web application with Supabase Storage [Video]
- How to set up a secure Supabase project [Blog post]
- Dynamic Role and Permission Management in Supabase: Enhancing Security and Flexibility [Blog post]
- Simulate Supabase Postgres RLS (Row Level Security) [Blog post]
- Monitor Supabase databases and Edge Functions [Blog post]