Skip to content

Release 0.9.3: codegen file-per-model + auto-sync#69

Merged
AndroidPoet merged 1 commit into
mainfrom
release/0.9.3
Jun 22, 2026
Merged

Release 0.9.3: codegen file-per-model + auto-sync#69
AndroidPoet merged 1 commit into
mainfrom
release/0.9.3

Conversation

@AndroidPoet

Copy link
Copy Markdown
Owner

Cuts 0.9.3 and publishes all modules to Maven Central.

Ships

  • File-per-model typed-folder codegen layout (tables/ + enums/).
  • Auto-syncsupabaseCodegen { autoSync = true } regenerates models from the live schema into build/ on every compile (skips gracefully without creds).
  • chat-compose builds again — pinned androidx.lifecycle to 2.8.7 (the 2.11.0 it had needed AGP 9.1; project is on AGP 8.7.3). Sample-only; verified assembleDebug succeeds.

Release

  • Version 0.9.20.9.3 (unified across all modules).
  • Published + released to Maven Central; tag 0.9.3 pushed.

Usage

plugins { id("io.github.androidpoet.supabase.codegen") version "0.9.3" }
supabaseCodegen { autoSync = true } // models track the live schema

…GP/lifecycle

Bumps all modules to 0.9.3 (unified). Ships the file-per-model typed-folder layout
and opt-in auto-sync. Pins androidx.lifecycle to 2.8.7 so the chat-compose sample
builds on AGP 8.7.3 / compileSdk 35 (sample-only; published modules unaffected).
@AndroidPoet AndroidPoet merged commit 6410d86 into main Jun 22, 2026
6 of 8 checks passed
@AndroidPoet AndroidPoet deleted the release/0.9.3 branch June 22, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant