Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/Sild/api_clients_rs"

[workspace.dependencies]
# Internal
api_clients_core = { path = "core", version = "0.2" }
api_clients_core = { path = "core", version = "0.3" }

# External
thiserror = "2.0"
Expand Down
7 changes: 7 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/Sild/api_clients_rs/compare/api_clients_core-v0.2.1...api_clients_core-v0.3.0) - 2026-06-25

### Other

- Full stonfi support ([#42](https://github.com/Sild/api_clients_rs/pull/42))
- Extend stonfi api ([#39](https://github.com/Sild/api_clients_rs/pull/39))

### Added

- add smooth rate limiting to the core executor builder with a default of 10 RPS;
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_clients_core"
version = "0.2.1"
version = "0.3.0"
description = "core API clients features for various services"
readme = "README.md"
edition.workspace = true
Expand Down
9 changes: 9 additions & 0 deletions dedust_api_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/Sild/api_clients_rs/compare/dedust_api_client-v0.6.1...dedust_api_client-v0.7.0) - 2026-06-25

### Other

- normalize service clients ([#43](https://github.com/Sild/api_clients_rs/pull/43))
- Full stonfi support ([#42](https://github.com/Sild/api_clients_rs/pull/42))
- add non-exhaustive pod builders
- Extend stonfi api ([#39](https://github.com/Sild/api_clients_rs/pull/39))

## [0.6.1](https://github.com/Sild/api_clients_rs/compare/dedust_api_client-v0.6.0...dedust_api_client-v0.6.1) - 2025-11-05

### Other
Expand Down
2 changes: 1 addition & 1 deletion dedust_api_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
name = "dedust_api_client"
version = "0.6.1"
version = "0.7.0"
description = "API client for Dedust"

[dependencies]
Expand Down
9 changes: 9 additions & 0 deletions stonfi_api_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/Sild/api_clients_rs/compare/stonfi_api_client-v0.8.0...stonfi_api_client-v0.9.0) - 2026-06-25

### Other

- Full stonfi support ([#42](https://github.com/Sild/api_clients_rs/pull/42))
- add non-exhaustive pod builders
- Extend stonfi api ([#39](https://github.com/Sild/api_clients_rs/pull/39))
- fix stonfi and tonco integration checks

## [0.8.0](https://github.com/Sild/api_clients_rs/compare/stonfi_api_client-v0.7.0...stonfi_api_client-v0.8.0) - 2025-11-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion stonfi_api_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
name = "stonfi_api_client"
version = "0.8.0"
version = "0.9.0"
description = "API client for Stonfi"


Expand Down
9 changes: 9 additions & 0 deletions swap_coffee_api_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/Sild/api_clients_rs/compare/swap_coffee_api_client-v0.1.0...swap_coffee_api_client-v0.2.0) - 2026-06-25

### Other

- normalize service clients ([#43](https://github.com/Sild/api_clients_rs/pull/43))
- Full stonfi support ([#42](https://github.com/Sild/api_clients_rs/pull/42))
- add non-exhaustive pod builders
- Extend stonfi api ([#39](https://github.com/Sild/api_clients_rs/pull/39))

## [0.0.4](https://github.com/Sild/api_clients_rs/compare/swap_coffee_api_client-v0.0.3...swap_coffee_api_client-v0.0.4) - 2025-11-05

### Other
Expand Down
2 changes: 1 addition & 1 deletion swap_coffee_api_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
name = "swap_coffee_api_client"
version = "0.1.0"
version = "0.2.0"
description = "API client for swap.coffee"

[dependencies]
Expand Down
8 changes: 8 additions & 0 deletions tonco_api_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/Sild/api_clients_rs/compare/tonco_api_client-v0.1.0...tonco_api_client-v0.2.0) - 2026-06-25

### Other

- normalize service clients ([#43](https://github.com/Sild/api_clients_rs/pull/43))
- Full stonfi support ([#42](https://github.com/Sild/api_clients_rs/pull/42))
- Extend stonfi api ([#39](https://github.com/Sild/api_clients_rs/pull/39))

## [0.0.5](https://github.com/Sild/api_clients_rs/compare/tonco_api_client-v0.0.4...tonco_api_client-v0.0.5) - 2025-11-05

### Other
Expand Down
2 changes: 1 addition & 1 deletion tonco_api_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
name = "tonco_api_client"
version = "0.1.0"
version = "0.2.0"
description = "API client for TonCo"

[dependencies]
Expand Down
Loading