Releases: clojurestream/stripe-clojure
Releases · clojurestream/stripe-clojure
v1.0.0-beta.1
[1.0.0-beta.1] - 2026-01-25
Bug Fixes
- Add paths to build alias
- Close the brackets for release automation (ci)
- Resolve products/update-id endpoint issue
- Remove conditional check for STRIPE_TEST_KEY (ci)
- Correct stripe-request path-params
CI/CD
- Update workflows to include integration tests
- Add GitHub Actions for CI/CD and daily checks
Documentation
- Promote to BETA release
- Update README
- Update Code of Conduct
- Add contributing guidelines
- Add Code of Conduct
- Add detailed docstrings for API endpoints
- Update progress in README
Features
- Bump stripe version (2026-01-28.clover) and auto-generate new API endpoints (stripe)
- Add webhook verification and tests
- Support body parameter in Stripe requests
- Add auto-generated namespaces for Stripe API
- Add structured error handling with tests
- Add flatten-params for nested maps; fix #1
- Rework generator and add build script
- Initial prototype
Miscellaneous
- Bump VERSION file for release
- Setup git-cliff, release workflows, and changelog automation (dx)
Refactoring
- Improve docstrings in generated files
- Match HTTP methods to Stripe naming conventions
- Split functions by resource type
- Standardize function naming
Testing
- Add E2E tests for Stripe API and configure CI
- Add integration tests using stripe-mock