Deprecation schedule
Deprecation and breaking changes schedule. Deprecation date - when a breaking change or deprecation is announced, sunset date - when it will be applied.
A schedule of the currently announced deprecation and sunset dates is provided below
Feature
Deprecation date
Sunset date
Migration Guide
Slow queries disabled
May 1, 2023
July 6, 2023
timeout
parameter of blocks
, accounts
, transactions
, messages
is limited to 40 seconds
Feb 20, 2023
April 1, 2023
Use subscriptions for blocks, accounts, messages, transactions if you need longer timeout
blockchain {workchain_blocks,
workchain_transactions,
account transactions}
March 16, 2022
June 1, 2022
Use blockchain{ blocks, transactions, account {transactions} }
instead.
all explain*
methods
Feb 21, 2022
June 1, 2022
-
when
argument in all joined fields (for example, transaction.in_message's when
argument)
Feb 21, 2022
June 1, 2022
-
Last updated