Skip to content

Releases: supabase-community/gotrue-swift

0.0.8

28 Aug 11:41
Compare
Choose a tag to compare
  • Update Get to 2.0.0

Full Changelog: 0.0.7...0.0.8

0.0.7

08 Jul 10:35
Compare
Choose a tag to compare

What's Changed

  • Add missing attributes to models by @GRSouza in #30
  • Add X-Client-Info HTTP header
  • Add a new method refreshCurrentSessionIfNeeded()

Full Changelog: 0.0.6...0.0.7

0.0.6

02 Jul 11:18
4528eee
Compare
Choose a tag to compare

Fixes

  • Trigger signout event even when API call fails. by @GRSouza in #29

Other changes

Full Changelog: 0.0.5...0.0.6

0.0.5

13 Jun 09:06
d4e0cb7
Compare
Choose a tag to compare

What's Changed

  • Extract session from fragment instead of query by @GRSouza in #23
  • Make it easier to call session start for Partner login by @ky1ejs in #25
  • Add @discardableResult to some methods by @GRSouza in #26

New Contributors

Full Changelog: 0.0.4...0.0.5

0.0.4

15 May 10:30
5a5aca5
Compare
Choose a tag to compare

What's Changed

  • Add resetPasswordForEmail method by @GRSouza in #18
  • Added refreshSession method by @jjlange in #20
  • fix: add missing trigger for sign out event and signing out by @GRSouza in #21

New Contributors

Full Changelog: 0.0.3...0.0.4

0.0.3-alpha

16 Apr 19:18
c42a0a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2-alpha

27 Mar 11:57
Compare
Choose a tag to compare

0.0.1-alpha

22 Feb 12:36
2f4c235
Compare
Choose a tag to compare

What's Changed

  • fix: add new providers by @kangmingtay in #1
  • Fix folder name by @GRSouza in #2
  • Support multiple subscriptions to auth state change by @GRSouza in #3
  • Add new providers by @HarryET in #6
  • Add async/await support by @GRSouza in #5
  • Fix crash by replace all unowned self with weak self by @GRSouza in #7
  • Use Keychain for Session Storage, Session Bug Fix by @thecoolwinter in #9
  • Refresh session object after "refreshSession" method is called by @AngCosmin in #12
  • Add linkedin, notion and twitch OAuth providers by @GRSouza in #13

New Contributors

Full Changelog: https://github.com/supabase-community/gotrue-swift/commits/0.0.1