Skip to content

Commit 9a6fc40

Browse files
authored
Merge pull request supabase#2710 from supabase/blog/july
Blog - release post July
2 parents 6313457 + 1b52ecb commit 9a6fc40

16 files changed

+151
-1
lines changed
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
---
2+
title: Supabase Beta July 2021
3+
description: Discord Logins, Vercel Integration, Full text search, and OAuth guides.
4+
author: ant_wilson
5+
author_url: https://github.com/awalias
6+
author_image_url: https://github.com/awalias.png
7+
authorURL: https://github.com/awalias
8+
image: 2021-july/release-july-2021.jpg
9+
thumb: 2021-july/release-july-2021-cover.jpg
10+
tags:
11+
- release-notes
12+
date: '2021-08-12'
13+
toc_depth: 2
14+
---
15+
16+
July ended with our second "Launch Week", where we shipped something every day for a week. There's a lot to get through this time!
17+
18+
### Quick demo
19+
20+
Watch a full demo of this month's releases.
21+
22+
<iframe
23+
className="w-full video-with-border"
24+
width="640"
25+
height="385"
26+
src="https://www.youtube-nocookie.com/embed/Vj5fPA-vjfw"
27+
frameBorder="1"
28+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
29+
allowFullScreen
30+
></iframe>
31+
32+
## Launch Week II: The SQL
33+
34+
Following the success of our first Launch Week in March, we finished the July with "[Launch Week II: The SQL](/blog/2021/07/22/supabase-launch-week-sql)".
35+
The community has been sieving through a slew of bad puns and retro memes to discover the new feature announcements.
36+
37+
![Launch Week II: The SQL](/new/images/blog/2021-july/supabase-launch-the-sql.png)
38+
39+
## Auth v2 with Phone Auth
40+
41+
Your users can now log in with SMS based mobile auth! We have a Twilio integration ([Guide Here](https://supabase.io/docs/guides/auth/auth-twilio)) and will be adding more providers soon.
42+
43+
Other Auth updating include, Twitch logins, and the ability to generate invite, recovery, confirmation, and magic links via the API,
44+
for people who want more control over the email templating flow. Read the [blog post here](https://supabase.io/blog/2021/07/28/supabase-auth-passwordless-sms-login).
45+
46+
![Auth v2 with Phone Auth](/new/images/blog/2021-july/verify-phone.jpg)
47+
48+
## Storage is now in Beta
49+
50+
Storage updates include Media Streaming, Public Buckets, Directory Uploads, and a Performance Improvements.
51+
52+
Streaming Media in particular opens up a whole new host of potential use cases, learn more about the [updates here](https://supabase.io/blog/2021/07/27/storage-beta).
53+
54+
![Auth v2 with Phone Auth](/new/images/blog/2021-july/storage.png)
55+
56+
## Dashboard v2
57+
58+
We made some major new additions to the dashboard including usage statistics, a new project home, and tons of database insights.
59+
Check the [post here](https://supabase.io/blog/2021/07/29/supabase-reports-and-metrics) on what you get and how we built it.
60+
61+
![Dashboard v2](/new/images/blog/2021-july/dashboards.png)
62+
63+
## We launched a Discord server
64+
65+
You'll find us hanging out regularly in the #hangout channel.
66+
We even "live-fixed" some production errors in there on Monday night (which occurred literally 1 hour before our first announcement of the week! Typical!).
67+
We're fast approaching 1,500 members so come and join the action! [discord.supabase.com](https://discord.supabase.com)
68+
69+
![We launched a Discord server](/new/images/blog/2021-july/discord.png)
70+
71+
## PostgreSQL 13
72+
73+
All new Supabase projects will be launched with PostgreSQL 13.3, and we're working on a migration path for old projects.
74+
This gives you [looooaads of new stuff out the box](https://supabase.io/blog/2021/07/26/supabase-postgres-13).
75+
76+
![PostgreSQL 13](/new/images/blog/2021-july/postgres-13.png)
77+
78+
## PostgREST v8.0
79+
80+
We worked with our friends at [PostgREST](https://postgrest.org/) to make some [huge improvements](https://supabase.io/blog/2021/07/26/supabase-community-day#postgrest-version-80).
81+
For those of you who don't know, every Supabase instance comes with a dedicated PostgREST server by default,
82+
which provides the auto-generated CRUD API that we wrap with `supabase-js`.
83+
84+
![PostgREST v8.0](/new/images/blog/2021-july/postgrest-8.png)
85+
86+
## Flutter/Dart support
87+
88+
Our community driven libs for the fasted growing mobile and web framework are now in beta. Learn more by following the [Quickstart guide](https://supabase.io/docs/guides/with-flutter).
89+
90+
![Flutter/Dart support](/new/images/blog/2021-july/dart.png)
91+
92+
## Hackathon
93+
94+
We're running a week long hackathon starting NOW. There are some legit prizes, and you can win in a bunch of different categories.
95+
Check the [full instructions here](https://supabase.io/blog/2021/07/30/1-the-supabase-hackathon) on how to participate. Submissions close next Friday at midnight PST.
96+
97+
![Hackathon](/new/images/blog/2021-july/hackathon.png)
98+
99+
## Hooks & Functions
100+
101+
We made an announcement on the progress of functions, and even shipped a few preliminary components, try them out and give us feedback as we continue to move towards this next major milestone.
102+
Read the latest [updates here](https://supabase.io/blog/2021/07/30/supabase-functions-updates).
103+
104+
![Hooks & Functions](/new/images/blog/2021-july/hooks.jpg)
105+
106+
## Swag Store
107+
108+
Get your hands on some [Supabase Swag](https://store.supabase.com/), hand packed and mailed by our team based in Singapore.
109+
110+
![Swag Store](/new/images/blog/2021-july/swag.png)
111+
112+
## Community
113+
114+
- [@traversymedia](https://twitter.com/traversymedia) made a [Supabase Crash Course](https://www.youtube.com/watch?v=7uKQBl9uZ00) video
115+
- [@themarcusbattle](https://twitter.com/themarcusbattle/status/1419638564573360130?s=20) wrote a [guide](https://www.twilio.com/blog/send-sms-notifications-supabase-users-node-js-twilio-messaging) on sending sms notifications using node.js, Twilio, and Supabase (this is different to sms auth above)
116+
- [@dots_hq](https://twitter.com/dots_hq) launched a slack/discord [community management tool](https://dots.community/) built on Supabase
117+
- [@KennethCassel](https://twitter.com/KennethCassel) launched a [platform for building programming courses](https://www.slip.so/) using Supabase
118+
- [@MobbinDesign](https://twitter.com/MobbinDesign) migrated their UI/UX library app to Supabase, currently [serving 200,000 users](https://supabase.io/blog/2021/07/28/mobbin-supabase-200000-users)
119+
- To the amazing users who are helping moderate our discord server, ya'll are amazing
120+
121+
**Supabase Github Star Growth** 
122+
123+
![14200 stars on GitHub.](/new/images/blog/2021-july/github-growth.png)
124+
125+
<small>
126+
Source: <a href="https://repository.surf/supabase">repository.surf/supabase</a>
127+
</small>
128+
129+
If you want to keep up to date, make sure you [subscribe to our YouTube channel](https://www.youtube.com/channel/UCNTVzV1InxHV-YR0fSajqPQ) or
130+
[follow us on Twitter](https://twitter.com/supabase).
131+
132+
## Coming Next
133+
134+
Security, stability, performance ... and Functions.
135+
136+
### Get started
137+
138+
- Start using Supabase today: [app.supabase.io](https://app.supabase.io/)
139+
- Make sure to [star us on GitHub](https://github.com/supabase/supabase)
140+
- Follow us [on Twitter](https://twitter.com/supabase)
141+
- Subscribe to our [YouTube channel](https://www.youtube.com/channel/UCNTVzV1InxHV-YR0fSajqPQ)
142+
- Become a [sponsor](https://github.com/sponsors/supabase)
27.4 KB
Loading
146 KB
Loading
1.2 MB
Loading
18.3 KB
Loading
90.8 KB
Loading
48.4 KB
Loading
22.9 KB
Loading
19.1 KB
Loading
180 KB
Loading

0 commit comments

Comments
 (0)