Wallet Invoices & SDK Stability
This release improves the billing and administrative experience by introducing wallet invoices. Users can now better manage their credits and financial records directly through the enhanced wallet functionality.
To provide a more reliable development environment, this release improves Go SDK stability. We have refined the publishing procedure and optimized dependency management by removing local replacements and fetching the production version of the tools API client. This ensures that SDK users are always building against consistent and verified upstream components.
Finally, this release improves dashboard navigation by fixing the CMDK documentation search URL, ensuring developers can quickly find the resources they need. CI/CD pipelines were also updated to create missing directories during release builds, improving overall project reliability.
Release Details
Fixes
dashboard: cmdk docs search url (#3511)
Chores
ci: comment out go sdk release (67833d971)
ci: run release before building projects (c8435064a)
ci: create missing dir in release (de74cec78)
go-sdk: bump to v0.136.0 (2e2bf1651)
go-sdk: remove replace and fetch real version of tools-api-client-go (#3543)
sdk-go: push version (125f4e658)
sdk-go: publish procedure (#3552)
sdk-go: bump to v0.137.0 (169171f9f)
Uncategorized changes
Feat/wallet invoices (#3422)