Skip to content

Releases: tschuehly/htmx-supabase-spring-boot-starter

v0.3.5-RC1: Update supabase-kt

18 Aug 17:35
Compare
Choose a tag to compare

To fix issues with supabase-kt increase version to 2.6.0

Full Changelog: v0.3.4...v0.3.5-rc1

v0.3.4: Allow datasource configuration

02 Aug 14:42
Compare
Choose a tag to compare

You can now configure the datsource with:

supabase:
  datasource:
    maximum-pool-size: 30

Full Changelog: v0.3.3...v0.3.4

v0.3.3: custom supabase API-URL

02 Aug 14:41
Compare
Choose a tag to compare

What's Changed

  • add property to allow using a custom supabase API-URL by @tweinreich in #7

New Contributors

Full Changelog: v0.3.2...v0.3.3-1

v0.3.2: Fix configuration after PGBouncer deprecation

03 Feb 19:41
Compare
Choose a tag to compare

You now need to configure the new supavisor configuration with:

supabase:
  database:
    host: "aws-0-eu-central-1.pooler.supabase.com"
    password:  ${SUPABASE_DATABASE_PASSWORD}

v0.3.1: Spring Boot Upgrade + Supabase url fix

21 Jan 15:15
Compare
Choose a tag to compare

Spring Boot Upgrade + Supabase url fix

v0.3.0: Upgrades!

21 Jan 10:44
0e9dbf3
Compare
Choose a tag to compare

Switch Supabase Library to io.github.jan-tennert.supabase:gotrue-kt:2.0.0
Improve Spring Security Handling using Authentication Provider
Upgrade to Spring Boot 3.2.0

v0.2.2: Basic Authentication

18 Jun 12:28
2817317
Compare
Choose a tag to compare
feature: configurable BasicAuth

* use AuthenticationProvider instead of SupabaseUserService
* feature: configurable basicAuth
* readme update
* test: admin and basicauth tests

v0.2.0: Maven Release

05 May 15:28
Compare
Choose a tag to compare
update readme

v0.1.0

27 Oct 21:09
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
feature: Configurable public paths