Releases: tschuehly/htmx-supabase-spring-boot-starter
Releases · tschuehly/htmx-supabase-spring-boot-starter
v0.3.5-RC1: Update supabase-kt
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
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
What's Changed
- add property to allow using a custom supabase API-URL by @tweinreich in #7
New Contributors
- @tweinreich made their first contribution in #7
Full Changelog: v0.3.2...v0.3.3-1
v0.3.2: Fix configuration after PGBouncer deprecation
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
Spring Boot Upgrade + Supabase url fix
v0.3.0: Upgrades!
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
feature: configurable BasicAuth * use AuthenticationProvider instead of SupabaseUserService * feature: configurable basicAuth * readme update * test: admin and basicauth tests
v0.2.0: Maven Release
update readme