-
Notifications
You must be signed in to change notification settings - Fork 82
Releases: OpenFn/lightning
Releases · OpenFn/lightning
v2.16.7
What's Changed
- Bump Tesla to 1.18.2 to fix mid-stream transport error crashes by @elias-ba in #4782
- Can't purge projects that have project oauth clients by @stuartc in #4807
- Fix GitHub repo list failing to load on slow installations by @midigofrank in #4811
- Fix race condition in collaborative session startup by @midigofrank in #4803
- Avoid exception when fetching auth methods for an unpersisted trigger by @midigofrank in #4820
- Reduce credential-resolution error logging noise (#4814) by @stuartc in #4815
- Defer log_lines search_vector indexing off the insert path by @stuartc in #4818
- Defer dataclip search_vector indexing off the insert path by @stuartc in #4821
- don't write no-ops as new URL history items by @taylordowns2000 in #4813
- Fix icon vertical alignment in alert component by @lmac-1 in #4823
- Dont crash collaborative session on Ecto errors by @midigofrank in #4829
Full Changelog: v2.16.6...v2.16.7
Contributors
stuartc, taylordowns2000, and 3 other contributors
Assets 2
v2.16.6
What's Changed
- Strip flag_outdated_runtime and test_runtime_latest CI jobs by @elias-ba in #4760
- Restore data/meta envelope on webhook responses by @midigofrank in #4786
- Bump deps to clear seven Hex security advisories by @stuartc in #4789
- ci: run mix deps.audit and hex.audit in lint job by @stuartc in #4790
- Fix RunChannel crash when wiping non-eligible dataclips by @midigofrank in #4796
Full Changelog: v2.16.5...v2.16.6
Assets 2
v2.16.5
Whats Changed
- Restore webhook responses to include
dataandmetafields, withdata
containing the actual response body andmetacontaining run metadata
Full Changelog: v2.16.4...v2.16.5
Assets 2
v2.16.4
What's Changed
- ci: detect upstream breaking changes from latest worker + CLI by @taylordowns2000 in #4732
- Update worker and cli to newest version by @taylordowns2000 in #4733
- Fix Linux bootstrap on aarch64 and surface Rambo errors by @stuartc in #4735
- Fix example env by @josephjclark in #4742
- Channel request detail page (#4541) by @stuartc in #4610
- Hide backticks around code in AI assistant answers by @hanna-paasivirta in #4704
- fix: mark project file as failed when export worker errors by @officialasishkumar in #4601
- Fix copy token tooltip clipping and icon flicker by @m4cd4r4 in #4590
- fix: include webhook_reply and cron_cursor_job_id in version hash by @officialasishkumar in #4599
- Harden dataclip controller and surface 404s in the viewer by @stuartc in #4746
- fix: tolerate transient jsdelivr timeouts in install_schemas by @stuartc in #4753
- Sandbox provisioning: usage-caps slot, parent-derived users, nesting cap by @elias-ba in #4729
- Bump worker to 1.25.0 by @rorymckinley in #4752
- fix: better run follow up issues by @doc-han in #4737
- Make sandboxes available to everyone by @josephjclark in #4428
- Configurable webhook responses by @midigofrank in #4666
- Sandboxes: restoring a deleted sandbox now respects the active limit by @elias-ba in #4759
- Basic Prometheus monitoring for channels by @stuartc in #4764
- Apply zero-persistence policy to channel requests (#4622) by @midigofrank in #4754
- Adjust Lightning payload for Langfuse monitoring by @hanna-paasivirta in #4739
- 4755 tls v12 by @rorymckinley in #4756
- Sandboxes: remove duplicate button by @josephjclark in #4767
- Support channels in the provisioner API by @midigofrank in #4757
- Sandboxes: scope visibility, tighten merge gate, drop superuser bypass by @elias-ba in #4763
- Project picker: precompute the label and drop the silent fallback by @elias-ba in #4770
New Contributors
- @officialasishkumar made their first contribution in #4601
- @m4cd4r4 made their first contribution in #4590
Full Changelog: v2.16.3...v2.16.4
Contributors
- @rorymckinley
- @stuartc
- @josephjclark
- @taylordowns2000
- @doc-han
- @midigofrank
- @m4cd4r4
- @elias-ba
- @officialasishkumar
- @hanna-paasivirta
rorymckinley, stuartc, and 8 other contributors
Assets 2
v2.16.4-pre1
v2.16.4-pre1
Pre-release
Pre-release
What's Changed
- Sandboxes: scope visibility, tighten merge gate, drop superuser bypass by @elias-ba in #4763
- Project picker: precompute the label and drop the silent fallback by @elias-ba in #4770
Full Changelog: v2.16.4-pre...v2.16.4-pre1
Assets 2
v2.16.4-pre
v2.16.4-pre
Pre-release
Pre-release
What's Changed
- ci: detect upstream breaking changes from latest worker + CLI by @taylordowns2000 in #4732
- Update worker and cli to newest version by @taylordowns2000 in #4733
- Fix Linux bootstrap on aarch64 and surface Rambo errors by @stuartc in #4735
- Fix example env by @josephjclark in #4742
- Channel request detail page (#4541) by @stuartc in #4610
- Hide backticks around code in AI assistant answers by @hanna-paasivirta in #4704
- fix: mark project file as failed when export worker errors by @officialasishkumar in #4601
- Fix copy token tooltip clipping and icon flicker by @m4cd4r4 in #4590
- fix: include webhook_reply and cron_cursor_job_id in version hash by @officialasishkumar in #4599
- Harden dataclip controller and surface 404s in the viewer by @stuartc in #4746
- fix: tolerate transient jsdelivr timeouts in install_schemas by @stuartc in #4753
- Sandbox provisioning: usage-caps slot, parent-derived users, nesting cap by @elias-ba in #4729
- Bump worker to 1.25.0 by @rorymckinley in #4752
- fix: better run follow up issues by @doc-han in #4737
- Make sandboxes available to everyone by @josephjclark in #4428
- Configurable webhook responses by @midigofrank in #4666
- Sandboxes: restoring a deleted sandbox now respects the active limit by @elias-ba in #4759
- Basic Prometheus monitoring for channels by @stuartc in #4764
- Apply zero-persistence policy to channel requests (#4622) by @midigofrank in #4754
- Adjust Lightning payload for Langfuse monitoring by @hanna-paasivirta in #4739
- 4755 tls v12 by @rorymckinley in #4756
- Sandboxes: remove duplicate button by @josephjclark in #4767
- Support channels in the provisioner API by @midigofrank in #4757
New Contributors
- @officialasishkumar made their first contribution in #4601
- @m4cd4r4 made their first contribution in #4590
Full Changelog: v2.16.3...v2.16.4-pre
Contributors
- @rorymckinley
- @stuartc
- @josephjclark
- @taylordowns2000
- @doc-han
- @midigofrank
- @m4cd4r4
- @elias-ba
- @officialasishkumar
- @hanna-paasivirta
rorymckinley, stuartc, and 8 other contributors
Assets 2
v2.16.3
What's Changed
- Support sandboxes in collections by @josephjclark in #4613
- Add code-review action and fix security-review comment posting by @taylordowns2000 in #4638
- feat: support v2 sync protocol by @doc-han in #4634
- security review action fixes by @taylordowns2000 in #4645
- Bump local worker to 1.24.0 by @josephjclark in #4644
- Govstack API: filter work orders and runs via REST API by UUIDs or status by @taylordowns2000 in #4553
- tighter sec review by @taylordowns2000 in #4648
- send project_id to worker by @josephjclark in #4640
- Sandbox-aware Project Settings page by @elias-ba in #4632
- Migrate .claude/ prompts for Claude Opus 4.7 (Phase 1) by @stuartc in #4636
- Trim .claude/ guidance and de-duplicate across files (Phase 2) by @stuartc in #4642
- Sandbox project picker with main project name by @elias-ba in #4612
- allow extension of the sudo menu by @taylordowns2000 in #4663
- Sandbox merge UI update by @josephjclark in #4659
- Fix credential form crash for array-form JSON Schema type by @elias-ba in #4678
- Disable browser autocomplete on non-auth input fields by @lmac-1 in #4675
- Safer credential schema by @taylordowns2000 in #4682
- Soft-delete sandboxes with grace-period purge by @elias-ba in #4670
- Adjust initial AI streaming status by @hanna-paasivirta in #4630
- Fix: non-map state creates lost runs every time by @taylordowns2000 in #4626
- Autoscale collection storage column and make it sortable by @elias-ba in #4685
- Fix wrong sort order at UTC month boundaries and pre-release versions by @elias-ba in #4687
- feat: Better Run Experience by @doc-han in #4665
- Patch phoenix to 1.7.23 for CVE-2026-32689 by @midigofrank in #4713
- Fix runs UI crash on unrecognised kill error types by @elias-ba in #4711
- Fix cron scheduler tick discards on single trigger failure by @stuartc in #4717
New Contributors
- @hanna-paasivirta made their first contribution in #4630
Full Changelog: v2.16.2...v2.16.3
Contributors
stuartc, josephjclark, and 6 other contributors
Assets 2
v2.16.3-pre3
v2.16.3-pre3
Pre-release
Pre-release
What's Changed
- Fix runs UI crash on unrecognised kill error types by @elias-ba in #4711
- Fix cron scheduler tick discards on single trigger failure by @stuartc in #4717
Full Changelog: v2.16.3-pre2...v2.16.3-pre3
Assets 2
v2.16.3-pre2
v2.16.3-pre2
Pre-release
Pre-release
What's Changed
- feat: Better Run Experience by @doc-han in #4665
- Patch phoenix to 1.7.23 for CVE-2026-32689 by @midigofrank in #4713
Full Changelog: v2.16.3-pre1...v2.16.3-pre2
Assets 2
v2.16.3-pre1
v2.16.3-pre1
Pre-release
Pre-release
What's Changed
- Safer credential schema by @taylordowns2000 in #4682
- Soft-delete sandboxes with grace-period purge by @elias-ba in #4670
- Adjust initial AI streaming status by @hanna-paasivirta in #4630
- Fix: non-map state creates lost runs every time by @taylordowns2000 in #4626
- Autoscale collection storage column and make it sortable by @elias-ba in #4685
- Fix wrong sort order at UTC month boundaries and pre-release versions by @elias-ba in #4687
New Contributors
- @hanna-paasivirta made their first contribution in #4630
Full Changelog: v2.16.3-pre...v2.16.3-pre1
Contributors
taylordowns2000, elias-ba, and hanna-paasivirta