Skip to content

chore: release#46

Merged
Sild merged 1 commit into
mainfrom
release-plz-2026-07-13T12-35-23Z
Jul 13, 2026
Merged

chore: release#46
Sild merged 1 commit into
mainfrom
release-plz-2026-07-13T12-35-23Z

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 New release

  • api_clients_core: 0.2.1 -> 0.3.0 (⚠ API breaking changes)
  • dedust_api_client: 0.6.1 -> 0.7.0 (⚠ API breaking changes)
  • stonfi_api_client: 0.8.0 -> 0.9.0 (⚠ API breaking changes)
  • swap_coffee_api_client: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • tonco_api_client: 0.1.0 -> 0.2.0 (⚠ API breaking changes)

api_clients_core breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum ApiClientsError in /tmp/.tmpIdNBqU/api_clients_rs/crates/core/src/errors.rs:6

--- failure enum_tuple_variant_field_missing: pub enum tuple variant's field removed ---

Description:
A field of a tuple variant in a pub enum has been removed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_tuple_variant_field_missing.ron

Failed in:
  field 1 of variant ApiClientsError::Network, previously in file /tmp/.tmpMSrFcA/api_clients_core/src/errors.rs:6

dedust_api_client breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A `macro_rules!` declarative macro cannot be invoked by its prior name. The macro may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro unwrap_rsp, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/rsp.rs:5

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_missing.ron

Failed in:
  enum dedust_api_client::api_v2::V2Req, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/req.rs:3
  enum dedust_api_client::api_v2::V2Rsp, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/rsp.rs:19

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/module_missing.ron

Failed in:
  mod dedust_api_client::api_v2, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2.rs:1
  mod dedust_api_client::client, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/client.rs:1

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  DEFAULT_API_V2_URL in file /tmp/.tmpMSrFcA/dedust_api_client/src/client.rs:9

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_missing.ron

Failed in:
  struct dedust_api_client::api_v2::PoolRoutingPlan, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/types.rs:72
  struct dedust_api_client::api_v2::PoolTrade, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/types.rs:60
  struct dedust_api_client::api_v2::RoutingPlanParams, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/req.rs:14
  struct dedust_api_client::api_v2::RoutingPlanStep, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/types.rs:81
  struct dedust_api_client::api_v2::PoolAsset, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/types.rs:52
  struct dedust_api_client::api_v2::Asset, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/types.rs:11
  struct dedust_api_client::api_v2::Stats, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/types.rs:5
  struct dedust_api_client::api_v2::Pool, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/types.rs:23
  struct dedust_api_client::api_v2::PoolLite, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/api_v2/types.rs:38
  struct dedust_api_client::client::DedustApiClient, previously in file /tmp/.tmpMSrFcA/dedust_api_client/src/client.rs:12

stonfi_api_client breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A `macro_rules!` declarative macro cannot be invoked by its prior name. The macro may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro unwrap_rsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:6

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum FarmMajorVersion in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:255
  enum BurnNotificationResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:619
  enum FarmNftUnstakeResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:752
  enum FarmClaimRewardsEffect in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:770
  enum AmmAction in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:168
  enum JettonTransferResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:779
  enum FarmAction in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:186
  enum RefundResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:719
  enum UnknownActionStatus in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:583
  enum CbAddLiquidityResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:547
  enum OtherAction in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:205
  enum FarmMinterStakeResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:734
  enum DexMajorVersion in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:264
  enum SwapResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:297
  enum FarmNftClaimRewardsResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:743
  enum WithdrawFeeResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:707
  enum ProvideLiquidityEffect in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:538
  enum OtherTxPayload in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:800
  enum Action in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:159
  enum ActionStatus in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:234
  enum FarmWithdrawEffect in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:761
  enum CollectFeesResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:683
  enum ProvideLiquidityResult in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:519

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_missing.ron

Failed in:
  enum stonfi_api_client::v1::V1Rsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:20
  enum stonfi_api_client::v1::V1Req, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/req.rs:3

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/module_missing.ron

Failed in:
  mod stonfi_api_client::client, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/client.rs:1

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  DEFAULT_API_V1_URL in file /tmp/.tmpMSrFcA/stonfi_api_client/src/client.rs:5

--- failure struct_marked_non_exhaustive: struct marked #[non_exhaustive] ---

Description:
A public struct has been marked #[non_exhaustive], which will prevent it from being constructed using a struct literal outside of its crate. It previously had no private fields, so a struct literal could be used to construct it outside its crate.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_marked_non_exhaustive.ron

Failed in:
  struct CompletedActionStatus in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:244
  struct PoolsByMarketParams in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/request.rs:255
  struct TransactionActionTree in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:812
  struct TransactionQueryParams in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/request.rs:495
  struct TxId in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:149
  struct SwapData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:272
  struct CollectFeesData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:632
  struct EffectData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:576
  struct ProvideLiquidityData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:500
  struct Router in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:89
  struct FarmNftReward in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:113
  struct Asset in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:24
  struct FarmsParams in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/request.rs:240
  struct Farm in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:134
  struct BurnData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:609
  struct FarmWithdrawData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:665
  struct JettonTransferData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:787
  struct Meta in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:13
  struct WithEffects in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:223
  struct RefundLiquidityData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:648
  struct DirectAddLiquidityData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:592
  struct FarmDepositData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:656
  struct Pool in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:68
  struct ActionData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:212
  struct FarmReward in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:103
  struct AssetsQueryParams in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/request.rs:64
  struct FarmNft in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:121
  struct FarmClaimRewardsData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:673
  struct WithdrawFeesData in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:640
  struct QueryAsset in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:52
  struct RoutersParams in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/request.rs:210
  struct Blank in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/types.rs:807
  struct SwapSimulateParams in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/request.rs:103
  struct PoolsParams in /tmp/.tmpIdNBqU/api_clients_rs/crates/stonfi/src/v1/request.rs:180

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_missing.ron

Failed in:
  struct stonfi_api_client::v1::TODO, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/req.rs:25
  struct stonfi_api_client::client::StonfiApiClient, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/client.rs:7
  struct stonfi_api_client::v1::AssetsRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:36
  struct stonfi_api_client::v1::V1Client, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/v1_client.rs:6
  struct stonfi_api_client::v1::AssetsQueryRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:41
  struct stonfi_api_client::v1::AssetRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:46
  struct stonfi_api_client::v1::FarmsRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:51
  struct stonfi_api_client::v1::FarmRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:56
  struct stonfi_api_client::v1::TransactionActionTreeRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/types.rs:122
  struct stonfi_api_client::v1::PoolsRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:61
  struct stonfi_api_client::v1::PoolRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:66
  struct stonfi_api_client::v1::RoutersRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:71
  struct stonfi_api_client::v1::RouterRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:76
  struct stonfi_api_client::v1::SwapSimulateRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:81
  struct stonfi_api_client::v1::TransactionQueryRsp, previously in file /tmp/.tmpMSrFcA/stonfi_api_client/src/v1/rsp.rs:100

swap_coffee_api_client breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A `macro_rules!` declarative macro cannot be invoked by its prior name. The macro may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro unwrap_rsp, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/rsp.rs:5

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_missing.ron

Failed in:
  enum swap_coffee_api_client::api_v1::V1Rsp, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/rsp.rs:19
  enum swap_coffee_api_client::api_v1::V1Req, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/req.rs:3

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/module_missing.ron

Failed in:
  mod swap_coffee_api_client::api_v1, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1.rs:1
  mod swap_coffee_api_client::client, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/client.rs:1

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  DEFAULT_API_V1_URL in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/client.rs:9

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_missing.ron

Failed in:
  struct swap_coffee_api_client::api_v1::Pool, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/types.rs:13
  struct swap_coffee_api_client::api_v1::Fees, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/types.rs:50
  struct swap_coffee_api_client::api_v1::Address, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/types.rs:34
  struct swap_coffee_api_client::api_v1::PoolInfo, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/types.rs:7
  struct swap_coffee_api_client::api_v1::Token, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/types.rs:28
  struct swap_coffee_api_client::api_v1::Dexes, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/req.rs:9
  struct swap_coffee_api_client::api_v1::Info, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/types.rs:60
  struct swap_coffee_api_client::client::SwapCoffeeApiClient, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/client.rs:12
  struct swap_coffee_api_client::api_v1::Metadata, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/types.rs:40
  struct swap_coffee_api_client::api_v1::PoolsRsp, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/rsp.rs:25
  struct swap_coffee_api_client::api_v1::Restriction, previously in file /tmp/.tmpMSrFcA/swap_coffee_api_client/src/api_v1/types.rs:72

tonco_api_client breaking changes

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/module_missing.ron

Failed in:
  mod tonco_api_client::client, previously in file /tmp/.tmpMSrFcA/tonco_api_client/src/client.rs:1

--- failure pub_static_missing: pub static is missing ---

Description:
A public static is missing, renamed, or made private.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/pub_static_missing.ron

Failed in:
  DEFAULT_GRAPHQL_ENDPOINT in file /tmp/.tmpMSrFcA/tonco_api_client/src/client.rs:9

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_missing.ron

Failed in:
  struct tonco_api_client::client::ToncoApiClient, previously in file /tmp/.tmpMSrFcA/tonco_api_client/src/client.rs:11
Changelog

api_clients_core

0.3.0 - 2026-07-13

Other

  • Restruct crates (#44)

Added

  • add smooth rate limiting to the core executor builder with a default of 10 RPS;
    max_rps = 0 waits without sending requests

dedust_api_client

0.7.0 - 2026-07-13

Other

  • Restruct crates (#44)

stonfi_api_client

0.9.0 - 2026-07-13

Other

  • Restruct crates (#44)

swap_coffee_api_client

0.2.0 - 2026-07-13

Other

  • Restruct crates (#44)

tonco_api_client

0.2.0 - 2026-07-13

Other

  • Restruct crates (#44)


This PR was generated with release-plz.

@Sild Sild merged commit 15423b5 into main Jul 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant