Releases: block/ftl
Releases · block/ftl
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)
v0.431.1
v0.431.0
v0.430.1
Changelog
- a75c208 chore: Split Feature Matrix JVM col into Kotlin and Java and update. (#4125)
- 8e6dee1 chore: Tick Kafka and MySQL for Java and Kotlin in Feature Matrix (#4126)
- e3835f1 chore: remove Rust from Feature Matrix in docs. (#4123)
- d556e28 chore: remove
ftl schema import
(#4118) - a08d3c0 fix: race on Dev mode startup (#4124)
v0.430.0
Changelog
- b716458 chore: clean up some dead code/imports (#4117)
- a3dd47c chore: disable flaky test (#4116)
- 9ce5f1f chore: mark some tests as slow (#4115)
- 3307dee feat: prepopulate deployment runtime (#4101)
- de178f9 fix: increase runner timeout (#4120)
- adee0fd fix: make sure totalStatusLines is updated under lock (#4109)
- 2e5f246 fix: only code gen on change (#4107)
- 0564918 fix: remove implicit JDBC deps (#4103)
- 7d9f6f5 fix: timestamp set by linker is in seconds, not nanoseconds (#4114)
v0.429.0
Changelog
- 93e5320 chore(deps): update all non-major dependencies (#4097)
- 41ec8ad chore(deps): update localstack/localstack docker digest to 3d1cb97 (#4105)
- 4ee4da1 chore(deps): update postgres:15.10 docker digest to 68bb947 (#4106)
- da77713 fix: JVM publish metadata (#4104)
- 6f220d1 fix: SQL verb should return error (#4099)
- 2b705ea fix: reduce log level (#4102)
- f0d4301 fix: use star imports (#4100)