Releases: block/ftl
Releases · block/ftl
v0.438.0
Changelog
- 7990fef chore: re-enable TestStateIter. (#4301)
- c1c7550 chore: remove VerbRuntimeBase (#4289)
- 8635e15 chore: remove dead code (#4294)
- 78dc581 chore: remove unused method (#4288)
- 14e56ec chore: wrap events to a marshallable wrapper (#4291)
- 03f50cc feat: Switch to docusaurus (#4293)
- 7df2f4f feat: move endpoint to it's own runtime info (#4299)
- a0889be feat: raft event logging (#4292)
- 2f0a59f feat: store runtime event changes (#4297)
- c53d0ba fix(justfile): docs depends on pnpm-install (#4296)
- 04e8b4d fix: avoid race between creating changeset and listening for updates (#4304)
- 0e0d4dc fix: pass back deploy result (#4305)
v0.437.0
v0.436.2
v0.436.1
v0.436.0
Changelog
- 3d8f9a7 chore(deps): update all non-major dependencies (#4263)
- 1f0d894 chore: only show scrollbar when needed (#4274)
- 8013ffb feat: add changeset cleanup events (#4268)
- 37900e5 feat: add changeset cleanup states (#4266)
- 08c6072 fix: e2e tests could have correct input (#4278)
- a32e44b fix: enforce only a single changeset (#4272)
- e0109eb fix: flaky cron test (#4271)
- 58eb6a2 fix: module status in console not matching actual engine status (#4270)
- 4e0fd88 fix: update provisioner config in charts (#4277)
v0.435.0
Changelog
- bf0a8a7 chore(deps): update all non-major dependencies (#4264)
- b14d21e chore(deps): update docker.redpanda.com/redpandadata/redpanda docker tag to v24.3.4 (#4262)
- 7209ea5 chore(deps): update grafana/otel-lgtm docker digest to 5d67919 (#4259)
- 40d7514 chore(deps): update localstack/localstack docker digest to 2b0721c (#4260)
- 438fee6 chore: add event validation methods (#4249)
- 6a54331 chore: add tests for sending events to a state and roundtripping it (#4248)
- d577494 chore: implement Snapshotting on schema state machine (#4246)
- c4a6283 chore: port some more profile fields from projectconfig (#4265)
- 144afd8 chore: refactor serialization in query service (#4234)
- 8ea824d chore: upgrade reactflow to version 12 for new features (#4228)
- da1913d chore: validate that the deployment key is always set on deployments (#4250)
- 5dc1a72 feat: add new mini decl graph to sidebar (#4230)
- 928a6df feat: changesets (#4253)
- d7394ea feat: use new schema edges for decl references (#4227)
- b865882 fix: add warning if build or deploy command finds no modules (#4239)
- 74edd65 fix: allow dev provisioner to increase topic partitions (#4241)
- e46b096 fix: bring changeset lifecycle into line with design diagram (#4256)
- 4ae7c59 fix: build requests include project config (#4217)
- 67f224b fix: changeset state transitions (#4255)
- 82bc954 fix: disallow modules to use reserved names (#4243)
- 9ecb151 fix: engine idle logic checks all states (#4218)
- e551375 fix: flakiness in sqlc test (#4235)
- 90a2fc4 fix: flickering on modules and graph pages (#4251)
- bf9fb8c fix: go modules can build even if queries file is missing (#4216)
- 736e180 fix: k8s yaml (#4219)
- 38be24f fix: make unexported icon red when enabled (#4247)
- be65c34 fix: module page now shows graph view (#4231)
- dbf6b48 fix: new icons for pubsub in console (#4252)
- eb656e9 fix: remove queries.ftl.go if no queries (#4236)
- f95162a fix: runner logger includes key attribute (#4267)
- 1631f89 fix: silence context cancelled error on engine shutdown (#4240)
- 8b44739 fix: silence unwanted runner terminated errors (#4232)
- fc93590 fix: terminal deadlock was preventing shutdown (#4244)
- e47ff38 fix: validate enum value case in go (#4238)
- d9f301b fix: wrap context cancelation causes (#4233)
- 66ea351 refactor: Separate schema service as its own service (#4201)
- 84b0ba7 refactor: replace Either with a sum type (#4242)
- 68625eb refactor: temporarily disable 1Password secret provider (#4220)
v0.434.0
Changelog
- 4c00135 chore(deps): update localstack/localstack docker digest to 64205c9 (#4184)
- 69e8c0d chore(deps): update mysql docker tag to v8.4.4 (#4185)
- 0f176a8 chore(refactor): improve console code feature layout (#4207)
- 3b8b83a chore(rollup): update rollup config to fix warnings (#4186)
- 4f42834 chore: UpdateSchema endpoint to the schema service (#4193)
- d2132ce chore: add a command to start schema service separately (#4195)
- a9054cb chore: move cli/frontend back to cmd/ftl (#4189)
- eaffa73 chore: use a single sumtype for all schema modifying events (#4178)
- 3bfe2b3 chore: use grpc client when calling schema service from controller (#4198)
- 1a740c4 feat: Aat/foreground console (#4205)
- d484ee9 feat: add build events to console infrastructure (#4173)
- 2fd1992 feat: calculate graph edges for schema (#4202)
- 69d17b3 feat: show build status on module tree (#4188)
- 1d46959 fix(cmd/ftl): send logger to stdout (#4199)
- b621884 fix: add schema to all console decls and pages (#4204)
- 9dc5dd7 fix: build once if generated queries file changes (#4215)
- 309991d fix: check if process exited (#4196)
- 0a5c58b fix: crash during lsp startup (#4203)
- 7684091 fix: deployment key was missing in ingress events (#4183)
- 965232d fix: disable graph node dragging and connectors (#4180)
- 6bd711d fix: go debugging (#4179)
- 08d1336 fix: remove debug log (#4194)
- d58a986 fix: schema graph logic handles duplicate edges (#4208)
- 57cf1b9 fix: unify code block display (#4182)
- 1af2bfd refactor: context.WithCancel() -> context.WithCancelCause() (#4211)
v0.433.2
Changelog
- 74f685f chore: move schema service state and events to the schemaservice package (#4170)
- e33fa15 fix: JVM pubsub tracing (#4176)
- 5c9e5d8 fix: JVM request tracing (#4174)
- 2c6c401 fix: Java stays running if FTL killed (#4171)
- 1c4cb2f fix: pubsub tracing (#4175)
- 08a3a6e fix: sort timeline events (#4177)
v0.433.1
Changelog
- 00d6774 chore: move schema service to a separate package from controller (#4165)
- f404b19 chore: remove JVM file based schema watch (#4167)
- a14a28d fix: JVM hot reload fix (#4169)
- 7bc3bfc fix: missing language in the deployment runtime status (#4168)
- 54ab95c fix: record metadata correctly for HTTP methods (#4164)
- 7298bc4 fix: timeouts in raft retry (#4166)
v0.433.0
Changelog
- a5c4f99 Revert "feat: add copy button to docs code examples (#4154)" (#4158)
- d71c5d3 chore(deps): update all non-major dependencies (#4112)
- 9400793 chore: add copy button to docs code samples (#4162)
- c589e41 docs(faq): cleanup stale FAQ entries (#4160)
- e24e294 feat: Use react flow for graph (#4143)
- 5e31bd5 feat: add copy button to docs code examples (#4154)
- 8191669 feat: declarative JVM databases (#4161)
- 90d6f27 feat: simplify module name in events list (#4157)
- 48270f7 fix: Timeline events missing while paused or non-streaming. (#4150)
- e774f42 fix: generation of LSP docs from types.md was broken (#4155)
- 8250ab8 fix: rust build (#4153)
- 43d4a96 fix: stale docs (#4147)
- 7fc426b fix: uneeded dependencies (#4156)
- b4dea5e fix: use proto to communicate with Hot Reload process (#4076)