| 
 | 1 | +## [1.6.0] - 2025-10-14  | 
 | 2 | + | 
 | 3 | +* chore(relayer): lower worker thread count (#6712) (#f67ebeb)  | 
 | 4 | +* chore(relayer): rename `Processor` -> `DbLoader`, `SerialSubmitter` -> `MessageProcessor` (#6731) (#8f2b9a6)  | 
 | 5 | +* chore: bump toolchain from 1.81 to 1.86 (#6915) (#054dbd1)  | 
 | 6 | +* chore: deprecate alfajores (#6987) (#b10f1e8)  | 
 | 7 | +* feat(lander): Batching for Ethereum transactions (#6601) (#06efe3a)  | 
 | 8 | +* feat: Build dispatcher and its endpoint as part of a destination chain (#6773) (#e2691ec)  | 
 | 9 | +* feat: add /merkle_proofs endpoint to show proof (#6980) (#887d99d)  | 
 | 10 | +* feat: add app_context to operations_processed_count (#6395) (#33c203c)  | 
 | 11 | +* feat: add endpoints to insert messages and merkle tree insertions (#6228) (#5b6c65d)  | 
 | 12 | +* feat: add igp crud endpoints (#6573) (#7f2c0af)  | 
 | 13 | +* feat: add ism build count (#6697) (#cb8a31b)  | 
 | 14 | +* feat: add kubedns regex for offchain lookup ISM (#6372) (#a73ec6f)  | 
 | 15 | +* feat: add message_id to list messages endpoint (#7002) (#4b635b6)  | 
 | 16 | +* feat: add metrics for detecting if merkle root from validators different from relayer internal root (#6816) (#95a514a)  | 
 | 17 | +* feat: add regex to matching list (#6654) (#80bf49e)  | 
 | 18 | +* feat: add unit tests to ensure correct ordering of validator signatures (#6527) (#a73b5eb)  | 
 | 19 | +* feat: add unittests for relayer startup (#6432) (#73d7904)  | 
 | 20 | +* feat: build a bunch of structs as part of a origin chain (#6807) (#3869653)  | 
 | 21 | +* feat: deny unsafe arithmetic (#6927) (#93e9f3f)  | 
 | 22 | +* feat: endpoint for reprocessing messages (#6981) (#01b03a1)  | 
 | 23 | +* feat: fix PendingMessage debug print (#6580) (#ff8ccfd)  | 
 | 24 | +* feat: fix crashes and set metrics instead when rpcs fail (#6278) (#c4f9fa8)  | 
 | 25 | +* feat: fix offchain lookup not trying all urls (#6813) (#6f00ee0)  | 
 | 26 | +* feat: handle failed finalized transactions on sealevel (#6946) (#d9bab99)  | 
 | 27 | +* feat: include insertion_block_number for listing merkle tree insertions (#6785) (#7e75a84)  | 
 | 28 | +* feat: radix (#6895) (#f18c9b5)  | 
 | 29 | +* feat: reduce logs (#6494) (#8185c87)  | 
 | 30 | +* feat: reduce unwrap() and expect() (#6631) (#d8afb82)  | 
 | 31 | +* feat: reduce unwraps and panics (#6764) (#82fc897)  | 
 | 32 | +* feat: remove redundant logs (#6569) (#af276f2)  | 
 | 33 | +* feat: separate tx id indexing and cursor indexing into separate threads (#6350) (#3835483)  | 
 | 34 | +* fix: Change Settings.chains to use HyperlaneDomain as key instead of String (#6769) (#2546c3c)  | 
 | 35 | +* fix: Improve domain logging (#6391) (#ac1e524)  | 
 | 36 | +* fix: Improve logging of failed to build error on CCIP Read ISM (#6757) (#859bceb)  | 
 | 37 | +* fix: Measure init time correctly in Relayer (#6718) (#fcb9d47)  | 
 | 38 | +* fix: Resend message to Lander when payload made it into tx but tx was dropped (#6894) (#5d4f60e)  | 
 | 39 | +* fix: Stop resubmitting a message if there is a payload in Lander which is not dropped (#6880) (#7ddef63)  | 
 | 40 | +* fix: Use only domain in spans so that it is easier to search (#6469) (#8b18655)  | 
 | 41 | +* refactor(lander): Rename TransactionId, PayloadId and PendingInclusion (#6468) (#2c7f387)  | 
 | 42 | +* refactor(lander): simplify module and type names (#6384) (#fd6e878)  | 
 | 43 | +* refactor: Add app operation verifier and ccip signers into destination chain init (#6814) (#76cdb1b)  | 
 | 44 | +* refactor: Add database and chain conf into destination chain init (#6817) (#cb7d42b)  | 
 | 45 | +* refactor: Move unit tests in relayer.rs into separate file (#6690) (#13552bb)  | 
 | 46 | +* refactor: Refactor building mailboxes as part of destination chains (#6808) (#9de29fe)  | 
0 commit comments