Skip to content

Tags: trolley/python-sdk

Tags

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: release trolleyhq 1.1.1 (#36)

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: prepare Python SDK 1.1.0 release (#35)

<!-- CURSOR_AGENT_PR_BODY_BEGIN -->
# Fixes #30
# Fixes #33

Prepare the Python SDK for a 1.1.0 release.

### Summary

- Bump `trolleyhq` package version to `1.1.0` and require
`requests>=2.32.0`.
- Add generic authenticated `Gateway.request` / `Client.request` for
currently untyped API endpoints.
- Add Trust verification gateway helpers and `trust` alias.
- Add documented endpoint aliases/path construction so SDK surface audit
can cover all public API operations.
- Preserve the public method names and argument order introduced/used by
this PR while adding aliases/options for docs coverage.
- Add documented response attributes for payment, offline payment,
recipient account, and invoice payment models.
- Add optional `batch_id` support to `invoice_payment.create`,
preserving the existing list input used in this PR.
- Update CI to run all unit tests with coverage instead of the previous
command that collected no tests.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #27 from trolley/dev

updated README instructions

0.2

Toggle 0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from PaymentRails/analytics-and-rebranding

feat:Analytics and rebranding