Skip to content

Releases: edgeandnode/amp

Nightly (2026-03-09)

09 Mar 00:53
Immutable release. Only release title and notes can be modified.
1c9e8a7

Choose a tag to compare

Nightly (2026-03-09) Pre-release
Pre-release
nightly-1c9e8a7

fix(worker): classify plan-level streaming query errors as fatal (#1938)

Nightly (2026-03-07)

07 Mar 00:48
Immutable release. Only release title and notes can be modified.
9106e49

Choose a tag to compare

Nightly (2026-03-07) Pre-release
Pre-release
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)

06 Mar 00:56
Immutable release. Only release title and notes can be modified.
40897bd

Choose a tag to compare

Nightly (2026-03-06) Pre-release
Pre-release
nightly-40897bd

refactor(config): relocate Overflow and split config vs domain types …

Nightly (2026-03-05)

05 Mar 00:49
Immutable release. Only release title and notes can be modified.
22db2a1

Choose a tag to compare

Nightly (2026-03-05) Pre-release
Pre-release
nightly-22db2a1

refactor(providers-firehose): move client and source logic from extra…

Nightly (2026-03-04)

04 Mar 00:49
Immutable release. Only release title and notes can be modified.
f5eb110

Choose a tag to compare

Nightly (2026-03-04) Pre-release
Pre-release
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)

03 Mar 00:54
Immutable release. Only release title and notes can be modified.
604500f

Choose a tag to compare

Nightly (2026-03-03) Pre-release
Pre-release
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)

28 Feb 00:48
Immutable release. Only release title and notes can be modified.
f141d96

Choose a tag to compare

Nightly (2026-02-28) Pre-release
Pre-release
nightly-f141d96

chore(metadata-db): drop `footer` column from `file_metadata` table (…

Nightly (2026-02-27)

27 Feb 00:51
Immutable release. Only release title and notes can be modified.
9555992

Choose a tag to compare

Nightly (2026-02-27) Pre-release
Pre-release
nightly-9555992

docs(code): add principle and pattern guidelines with skill restructu…

Nightly (2026-02-26)

26 Feb 00:50
Immutable release. Only release title and notes can be modified.
84affd2

Choose a tag to compare

Nightly (2026-02-26) Pre-release
Pre-release
nightly-84affd2

refactor(config): decouple monitoring config from amp-config schemars…

Nightly (2026-02-25)

25 Feb 00:55
Immutable release. Only release title and notes can be modified.
f691454

Choose a tag to compare

Nightly (2026-02-25) Pre-release
Pre-release
nightly-f691454

refactor(common): decouple physical table identity from SQL catalog l…