Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 09:12
· 12 commits to main since this release
3010c75

Changelog

  • dcf5707 chore(deps): bump actions/configure-pages from 5.0.0 to 6.0.0
  • 4707057 chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0
  • 1d85e8d chore(deps): bump actions/upload-pages-artifact from 4.0.0 to 5.0.0
  • 3010c75 chore: prepare v0.3.0 release
  • b91845e chore: prepare v0.3.0 release
  • 836bf92 chore: rename ginkit to gin-kit
  • 765847d chore: tidy framework module graph
  • b0e5656 feat(realtime): add WebSocket and SSE hub
  • cb2b3d2 feat: add --soft-delete to generate resource and UUID fakes for foreign keys
  • 2e2b631 feat: add a dedicated DTO layer to generated projects
  • 2622c91 feat: add allowlist query builder for filtering, sorting, and pagination
  • 7480f4b feat: add authorization policies and the policy generator
  • 5934bcf feat: add background job queue and cron scheduler
  • 878d3d7 feat: add cache store and typed event bus
  • cd1880c feat: add cookie sessions, flash messages, and CSRF protection
  • 9ac78c9 feat: add database seeding, richer db commands, and route listing
  • ef1fe99 feat: add explicit boolean feature flags
  • ec3a448 feat: add explicit feature flags
  • 5d76660 feat: add framework auth middleware and trusted proxies
  • 0f5f7be feat: add gin-kit dev with a holding proxy and compile-error overlay
  • 1129e0d feat: add gin-kit upgrade for vendored starter platform code
  • f50bd60 feat: add job, event, and mail generators for framework projects
  • ef88067 feat: add mailer and file storage abstractions
  • 2fba290 feat: add model factories with fake data and connection-aware seeders
  • df94e06 feat: add opinionated GinKit framework runtime
  • ef3482a feat: add opt-in cursor pagination to the query builder
  • b45912e feat: add opt-in metrics, request-scoped logging, and pprof
  • c13fbc0 feat: add query and URI binders with apptest helpers
  • 6fe3b0c feat: add realtime WebSocket and SSE hub
  • 431a7c5 feat: add safe starter platform upgrades
  • a1649c7 feat: add scoped personal API tokens
  • 8a0c0ce feat: add scoped personal API tokens
  • a06a18e feat: add soft-delete resource generation
  • 515c4b1 feat: add the development dashboard at /_ginkit
  • 626da20 feat: add typed framework configuration with dotenv loading
  • fbaf815 feat: adopt the gopher mascot as the gin-kit visual identity
  • d90ddf4 feat: auto-generated OpenAPI docs with Swagger UI
  • 52f5dbf feat: complete OpenAPI TypeScript client generation
  • 7a95f1a feat: complete the AI-agent workflow and documentation discipline
  • 9f707db feat: expand the testing harness with integration and browser support
  • 535d542 feat: generate TypeScript clients from OpenAPI
  • 843fc15 feat: generate TypeScript clients from OpenAPI
  • c060abc feat: generate framework and starter editions
  • 7b474de feat: overhaul generators with manifest-aware resource scaffolding
  • 79d0797 feat: scaffold API token management verticals
  • c3e7162 feat: scaffold complete authentication vertical in both editions
  • 82e23b0 feat: supervise background runners in the application lifecycle
  • f6b77d2 feat: unify validation contract across editions and fix validator wiring
  • bdc6db3 feat: wire --auth for framework edition scaffolds
  • 397497d fix: align generated foreign key field examples
  • 6e7922b fix: format framework database scaffolds
  • c13caff fix: include UI asset tooling in framework projects
  • 75ee00a fix: keep the tasks seeder starter-only
  • 50989a8 fix: make API token migrations goose-compatible
  • 3c53347 fix: normalize realtime module metadata
  • 24caf91 fix: normalize upgrade baseline checksums
  • 643e57a fix: pin go-jose to a patched version
  • 84b0590 fix: scope migration assertions to auth scaffolds
  • d932d0d fix: update generated API docs test wiring
  • 38d4c25 fix: update vulnerable quic-go dependency