reevit 0.2.0

Official Rust SDK for the Reevit payments API
Documentation
# Changelog

All notable changes to this project will be documented in this file.

## [0.2.0] - 2026-07-25

- Add paginated and automatic fetch-all merchant connection methods.
- Add connection filters and label discovery.
- Expand connection response models and support numeric audit-entry IDs.

## [0.1.0] - 2026-07-18

- Add the async Reevit client with authenticated requests and structured errors.
- Add payments, checkout sessions, connections, subscriptions, fraud policies,
  customers, payment links, webhooks, routing rules, and invoices.
- Add idempotency support and webhook signature verification.

[0.1.0]: https://github.com/Reevit-Platform/rust-sdk/releases/tag/v0.1.0
[0.2.0]: https://github.com/Reevit-Platform/rust-sdk/releases/tag/v0.2.0