Releases: TBD54566975/ftl
Releases · TBD54566975/ftl
v0.403.1
v0.403.0
Changelog
- 2471264 chore: clean up subscription provisioning logs (#3527)
- 3c4ca76 chore: commit types file for echo (#3536)
- 6bd9fb7 chore: minor comment update (#3537)
- bb022cb chore: remove default from provisioner config (#3538)
- 9e348dc feat: add schemaeventsource package (#3530)
- deb9b75 feat: db runtime as resource output (#3523)
- e9b81c4 feat: use cytoscape for graph and cleanup (#3535)
- 9279f9f fix: add service account to runners (#3543)
- 582220f fix: switch PullSchemaResponse.deployment_key to optional (#3533)
- 278876b refactor: switch buildengine to schemaeventsource (#3541)
- 66221c7 refactor: switch terminal to use schemaeventsource materialised view (#3539)
v0.402.0
Changelog
- 755c2a5 chore(deps): update all non-major dependencies (#3470)
- 1abde9c chore: convert database runtime to a oneof to support more connection methods in the future (#3499)
- 4a83ccd chore: ignore buf connect dep updates (#3511)
- b2d950c chore: provisioning logs should be capitalized like the rest (#3518)
- a07134d feat: graph view with cytoscape (#3510)
- 9edd082 feat: inject configs and secrets (#3454)
- 6b9628a feat: provision local pubsub with redpanda (#3474)
- 8131257 feat: use MySQL proxy for auth (#3519)
- 8b511fe fix: cron removed on module change (#3512)
- e6b6694 fix: display JVM errors in dev mode (#3524)
- d4720e4 fix: fix pg proxy issues, and remove hard coded DSNs (#3501)
- b72659f fix: prevent pubsub naming clashes (#3522)
v0.401.0
v0.400.0
v0.399.0
Changelog
- be49d36 chore(deps): update all non-major dependencies (#3469)
- 14d099d chore(deps): update all non-major dependencies (#3475)
- 8b8d8ee chore: delete FTL Box (#3498)
- eeafd05 chore: mysql example (#3455)
- 3d3ef70 chore: startup timeout for FTL dev (#3451)
- c5c602e feat: Graph view improvements (#3453)
- 665ccab feat: Resolve DSN from runtime in PG Proxy (#3458)
- fc96938 feat: add --json flag to
ftl schema get
(#3450) - 18b5486 feat: auto provision databases for tests (#3448)
- 2745c83 feat: database migrations (#3457)
- 1be2e1f feat: run pgproxy as a part of the runner (#3456)
- 78e1254 feat: run provisioner by default (#3447)
- 7d33918 feat: timeout for deploy command (#3349)
- 1136d05 fix: bit -> but (#3449)
- d8ef4e3 fix: debug port conflict on the JVM (#3497)
- c5e653b fix: retry connection once in pgproxy to support credential rotations in the DSN function (#3495)
- 23e0322 fix: wire up cron again (#3452)
v0.398.1
v0.398.0
Changelog
- 8148db9 chore: a few Justfile enhancements (#3425)
- 2b74b94 chore: controller start time only needs 2 decimal places (#3438)
- 2a5d45a chore: don't start mysql for every test (#3439)
- 7fc4497 chore: spelling fix (#3437)
- 51d3c55 chore: use Docker's own progress formatting (#3436)
- 91cc5b0 feat: MySql support (#3427)
- a68f7a5 feat: add a pgproxy for rewriting dsn strings (#3435)
- d72af79 feat: add publisher metadata in schema (#3391)
- 2db5c64 feat: add secret panel form (#3422)
- 89146a3 feat: always --recreate in dev mode (#3434)
- 1635f3b feat: create new module decl panels and layout (#3430)
- 4a40b63 feat: deterministic ordering for verb metadata (#3429)
- ff23370 feat: hot reload (#3392)
- 9781ce1 feat: stub out each decl panel (#3441)
- e17d58d fix: OCI client is slow (#3432)
- eb58f67 fix: ftl new uses project root as dir (#3412)
- 2afcdc6 fix: online-boutique mobile setup (#3442)
- d9a9b81 fix: smoke tests fixes (#3424)
- 342608b fix: use correct version on CI (#3423)
- 8dd6664 refactor: pull out SchemaService methods from Controller (#3428)