Releases: edgeandnode/amp
Releases · edgeandnode/amp
Nightly (2026-03-09)
Immutable
release. Only release title and notes can be modified.
nightly-1c9e8a7 fix(worker): classify plan-level streaming query errors as fatal (#1938)
Nightly (2026-03-07)
Immutable
release. Only release title and notes can be modified.
simplify compaction algorithm (#1932)
This a proposal to simplify the compaction algorithm into essentially:
- Iterate over the canonical chain in order.
- If a file that is not under cooldown is found, start a compaction group.
- Add files to that group until the target would be exceeded.
Generation-based compaction for files under cooldown is removed. Eager compaction configuration for recent files is simplified to be purely generation based, replacing the more complex `eager_compaction_limit`.
Replaces #1417, #1913
---------
Signed-off-by: Theo Butler <theodusbutler@gmail.com>
Co-authored-by: Leonardo Yvens <leoyvens@gmail.com>
Nightly (2026-03-06)
Immutable
release. Only release title and notes can be modified.
nightly-40897bd refactor(config): relocate Overflow and split config vs domain types …
Nightly (2026-03-05)
Immutable
release. Only release title and notes can be modified.
nightly-22db2a1 refactor(providers-firehose): move client and source logic from extra…
Nightly (2026-03-04)
Immutable
release. Only release title and notes can be modified.
chore(tests): exclude eth_call_tests from test-local profile (#1899) The eth_call test requires ETH_MAINNET_RPC_AUTH_HEADER which is unavailable in local development. - Add `tests::it_sql::eth_call_tests` to the `local` profile exclusion list Signed-off-by: Lorenzo Delgado <lorenzo@edgeandnode.com>
Nightly (2026-03-03)
Immutable
release. Only release title and notes can be modified.
fix(ampsync): tighten temp table creation (#1802) Update temp table creation to include DEFAULTS and ON COMMIT DROP so it stays within transaction scope, and add a regression test that verifies the generated SQL contains the expected clauses.
Nightly (2026-02-28)
Immutable
release. Only release title and notes can be modified.
nightly-f141d96 chore(metadata-db): drop `footer` column from `file_metadata` table (…
Nightly (2026-02-27)
Immutable
release. Only release title and notes can be modified.
nightly-9555992 docs(code): add principle and pattern guidelines with skill restructu…
Nightly (2026-02-26)
Immutable
release. Only release title and notes can be modified.
nightly-84affd2 refactor(config): decouple monitoring config from amp-config schemars…
Nightly (2026-02-25)
Immutable
release. Only release title and notes can be modified.
nightly-f691454 refactor(common): decouple physical table identity from SQL catalog l…