Skip to content

Releases: nuxt-modules/supabase

v1.4.1

11 Oct 07:57
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • session: ssr getSession warning (#418) (95d905b)
  • types: added explicit types annotations for serverSupabaseClient and serverSupabaseServiceRole (#411) (3f98640)

Full changelog (2024-08-30)

Contributors 💚

@th1m0

v1.4.0

30 Aug 12:31
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • types: add explicit type annotations for plugins (#408) (09bff84)
  • types: add explicit types for composables & remove baseUrl from tsconfig (#404) (596ece2)
  • types: nullable composable types (#407) (cbbfd86)

Features

Full changelog (2024-08-30)

Contributors 💚

@felixgabler
@th1m0

v1.3.5

15 Jul 12:59
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full changelog

v1.3.4

10 Jul 07:00
Compare
Choose a tag to compare

What's Changed

Bug Fixes

v1.3.2

05 Jul 16:26
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • vite: optimize postgrest (2a6d91a)

Features

v1.3.1

05 Jul 12:25
Compare
Choose a tag to compare

What's Changed

⚠️ You can switch directly to 1.3.1, since 1.3.0 has been superseded.

Major changes

We're now using the @supabase/ssr library under the hood 🎉 (#357)

There are no breaking changes related to this improvement. However, a non-disruptive warning appears in this release:
Using the user object as returned from supabase.auth.getSession() or from some supabase.auth.onAuthStateChange() events could be insecure.

This warning is related to an issue in the Supabase library itself. Initially, I intended to wait for this fix but since managing updates across two separate branches is challenging I chose to merge it anyway. I could no longer delay the release due to users raising concerns about outdated dependencies and other issues within the module.

You can upvote the issue to encourage the Supabase maintainers to address it.

This improvement might fix:

A big thanks to @felixgabler for initiating this change and helping refactor the module.

Other update

Full changelog

v1.2.2

02 May 15:33
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • serverSupabaseSession: export service (9cfeb87)

Full changelog

v1.2.1

18 Apr 08:32
Compare
Choose a tag to compare

What's Changed

Improvements

Performance improvements by @vinceglb in #352

Chore

Move to eslint v9 using @nuxt/eslint package

💚 Thanks for the help from:

@vinceglb

Full changelog

v1.2.0

29 Mar 09:33
Compare
Choose a tag to compare

What's Changed

Minor version since we have a new composable 🎉

useSupabaseSession and serverSupabaseSession are now available to fetch your session client and server side (#338) (07eb081 & 9dee37e)

Thanks @joeychilson for this feature 🙏

Full changelog

v1.1.7

07 Mar 09:33
Compare
Choose a tag to compare

What's Changed

Features

  • auth-middleware: add include to RedirectOptions (#336) (f9aad55), closes #268

💚 Thanks for the help from

@jojomatik

Full changelog