Skip to content

chore: release#38

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-15T12-53-08Z
Closed

chore: release#38
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-15T12-53-08Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 15, 2026

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/.tmpemz13z/api_clients_rs/core/src/errors.rs:5

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/.tmp33CX4D/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/.tmp33CX4D/dedust_api_client/src/api_v2/req.rs:3
  enum dedust_api_client::api_v2::V2Rsp, previously in file /tmp/.tmp33CX4D/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/.tmp33CX4D/dedust_api_client/src/api_v2.rs:1
  mod dedust_api_client::client, previously in file /tmp/.tmp33CX4D/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/.tmp33CX4D/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/.tmp33CX4D/dedust_api_client/src/api_v2/types.rs:72
  struct dedust_api_client::api_v2::PoolTrade, previously in file /tmp/.tmp33CX4D/dedust_api_client/src/api_v2/types.rs:60
  struct dedust_api_client::api_v2::RoutingPlanParams, previously in file /tmp/.tmp33CX4D/dedust_api_client/src/api_v2/req.rs:14
  struct dedust_api_client::api_v2::RoutingPlanStep, previously in file /tmp/.tmp33CX4D/dedust_api_client/src/api_v2/types.rs:81
  struct dedust_api_client::api_v2::PoolAsset, previously in file /tmp/.tmp33CX4D/dedust_api_client/src/api_v2/types.rs:52
  struct dedust_api_client::api_v2::Asset, previously in file /tmp/.tmp33CX4D/dedust_api_client/src/api_v2/types.rs:11
  struct dedust_api_client::api_v2::Stats, previously in file /tmp/.tmp33CX4D/dedust_api_client/src/api_v2/types.rs:5
  struct dedust_api_client::api_v2::Pool, previously in file /tmp/.tmp33CX4D/dedust_api_client/src/api_v2/types.rs:23
  struct dedust_api_client::api_v2::PoolLite, previously in file /tmp/.tmp33CX4D/dedust_api_client/src/api_v2/types.rs:38
  struct dedust_api_client::client::DedustApiClient, previously in file /tmp/.tmp33CX4D/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/.tmp33CX4D/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 UnknownActionStatus in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:578
  enum FarmClaimRewardsEffect in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:765
  enum CbAddLiquidityResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:542
  enum WithdrawFeeResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:702
  enum FarmWithdrawEffect in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:756
  enum ActionStatus in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:229
  enum Action in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:154
  enum ProvideLiquidityResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:514
  enum BurnNotificationResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:614
  enum FarmMinterStakeResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:729
  enum RefundResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:714
  enum OtherTxPayload in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:795
  enum AmmAction in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:163
  enum FarmNftClaimRewardsResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:738
  enum FarmAction in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:181
  enum DexMajorVersion in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:259
  enum OtherAction in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:200
  enum SwapResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:292
  enum ProvideLiquidityEffect in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:533
  enum CollectFeesResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:678
  enum FarmMajorVersion in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:250
  enum JettonTransferResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:774
  enum FarmNftUnstakeResult in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:747

--- 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/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:20
  enum stonfi_api_client::v1::V1Req, previously in file /tmp/.tmp33CX4D/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/.tmp33CX4D/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/.tmp33CX4D/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 SwapData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:267
  struct TransactionActionTree in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:807
  struct ProvideLiquidityData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:495
  struct PoolsParams in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/request.rs:175
  struct TxId in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:144
  struct FarmNft in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:116
  struct BurnData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:604
  struct Asset in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:19
  struct PoolsByMarketParams in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/request.rs:250
  struct TransactionQueryParams in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/request.rs:490
  struct FarmDepositData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:651
  struct RefundLiquidityData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:643
  struct FarmsParams in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/request.rs:235
  struct Blank in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:802
  struct FarmClaimRewardsData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:668
  struct ActionData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:207
  struct Pool in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:63
  struct QueryAsset in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:47
  struct Farm in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:129
  struct FarmNftReward in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:108
  struct Router in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:84
  struct CollectFeesData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:627
  struct AssetsQueryParams in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/request.rs:59
  struct RoutersParams in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/request.rs:205
  struct FarmWithdrawData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:660
  struct SwapSimulateParams in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/request.rs:98
  struct CompletedActionStatus in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:239
  struct EffectData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:571
  struct WithEffects in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:218
  struct FarmReward in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:98
  struct DirectAddLiquidityData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:587
  struct WithdrawFeesData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:635
  struct JettonTransferData in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:782
  struct Meta in /tmp/.tmpemz13z/api_clients_rs/stonfi_api_client/src/v1/types.rs:8

--- 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/.tmp33CX4D/stonfi_api_client/src/v1/req.rs:25
  struct stonfi_api_client::client::StonfiApiClient, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/client.rs:7
  struct stonfi_api_client::v1::AssetsRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:36
  struct stonfi_api_client::v1::V1Client, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/v1_client.rs:6
  struct stonfi_api_client::v1::AssetsQueryRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:41
  struct stonfi_api_client::v1::AssetRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:46
  struct stonfi_api_client::v1::FarmsRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:51
  struct stonfi_api_client::v1::FarmRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:56
  struct stonfi_api_client::v1::TransactionActionTreeRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/types.rs:122
  struct stonfi_api_client::v1::PoolsRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:61
  struct stonfi_api_client::v1::PoolRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:66
  struct stonfi_api_client::v1::RoutersRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:71
  struct stonfi_api_client::v1::RouterRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:76
  struct stonfi_api_client::v1::SwapSimulateRsp, previously in file /tmp/.tmp33CX4D/stonfi_api_client/src/v1/rsp.rs:81
  struct stonfi_api_client::v1::TransactionQueryRsp, previously in file /tmp/.tmp33CX4D/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/.tmp33CX4D/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/.tmp33CX4D/swap_coffee_api_client/src/api_v1/rsp.rs:19
  enum swap_coffee_api_client::api_v1::V1Req, previously in file /tmp/.tmp33CX4D/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/.tmp33CX4D/swap_coffee_api_client/src/api_v1.rs:1
  mod swap_coffee_api_client::client, previously in file /tmp/.tmp33CX4D/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/.tmp33CX4D/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/.tmp33CX4D/swap_coffee_api_client/src/api_v1/types.rs:13
  struct swap_coffee_api_client::api_v1::Fees, previously in file /tmp/.tmp33CX4D/swap_coffee_api_client/src/api_v1/types.rs:50
  struct swap_coffee_api_client::api_v1::Address, previously in file /tmp/.tmp33CX4D/swap_coffee_api_client/src/api_v1/types.rs:34
  struct swap_coffee_api_client::api_v1::PoolInfo, previously in file /tmp/.tmp33CX4D/swap_coffee_api_client/src/api_v1/types.rs:7
  struct swap_coffee_api_client::api_v1::Token, previously in file /tmp/.tmp33CX4D/swap_coffee_api_client/src/api_v1/types.rs:28
  struct swap_coffee_api_client::api_v1::Dexes, previously in file /tmp/.tmp33CX4D/swap_coffee_api_client/src/api_v1/req.rs:9
  struct swap_coffee_api_client::api_v1::Info, previously in file /tmp/.tmp33CX4D/swap_coffee_api_client/src/api_v1/types.rs:60
  struct swap_coffee_api_client::client::SwapCoffeeApiClient, previously in file /tmp/.tmp33CX4D/swap_coffee_api_client/src/client.rs:12
  struct swap_coffee_api_client::api_v1::Metadata, previously in file /tmp/.tmp33CX4D/swap_coffee_api_client/src/api_v1/types.rs:40
  struct swap_coffee_api_client::api_v1::PoolsRsp, previously in file /tmp/.tmp33CX4D/swap_coffee_api_client/src/api_v1/rsp.rs:25
  struct swap_coffee_api_client::api_v1::Restriction, previously in file /tmp/.tmp33CX4D/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/.tmp33CX4D/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/.tmp33CX4D/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/.tmp33CX4D/tonco_api_client/src/client.rs:11
Changelog

api_clients_core

0.3.0 - 2026-06-25

Other

  • Full stonfi support (#42)
  • Extend stonfi api (#39)

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-06-25

Other

  • normalize service clients (#43)
  • Full stonfi support (#42)
  • add non-exhaustive pod builders
  • Extend stonfi api (#39)

stonfi_api_client

0.9.0 - 2026-06-25

Other

  • Full stonfi support (#42)
  • add non-exhaustive pod builders
  • Extend stonfi api (#39)
  • fix stonfi and tonco integration checks

swap_coffee_api_client

0.2.0 - 2026-06-25

Other

  • normalize service clients (#43)
  • Full stonfi support (#42)
  • add non-exhaustive pod builders
  • Extend stonfi api (#39)

tonco_api_client

0.2.0 - 2026-06-25

Other

  • normalize service clients (#43)
  • Full stonfi support (#42)
  • Extend stonfi api (#39)


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2026-06-15T12-53-08Z branch 4 times, most recently from 2f7bd1f to 9ebc7a8 Compare June 25, 2026 11:38
@github-actions github-actions Bot force-pushed the release-plz-2026-06-15T12-53-08Z branch from 9ebc7a8 to 638efb9 Compare June 25, 2026 14:56
@Sild Sild closed this Jul 13, 2026
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