Open jivanic-demystdata opened 3 weeks ago
/bounty $75 for fix and regression test
/attempt #3198
with your implementation plan/claim #3198
in the PR body to claim the bountyThank you for contributing to zio/zio-http!
Add a bounty • Share on socials
Attempt | Started (GMT+0) | Solution |
---|---|---|
🟢 @mobley-trent | Nov 26, 2024, 10:20:20 AM | #3221 |
/attempt #3198
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@mobley-trent | 1 ZIO bounty + 10 bounties from 4 projects |
Python, Rust, Go & more |
Cancel attempt |
💡 @mobley-trent submitted a pull request that claims the bounty. You can visit your bounty board to reward.
I tried to update to the latest build to see if it'd fix an issue we have. When I regenerated my TypeScript SDK from the generated OpenAPI documentation, all the documentation in the TS SDK is disappearing.
For the following endpoint:
With
v3.0.1
, the OpenAPI doc does correctly include the"Create a Source Template"
documentation:While with the latest build from the
main
,v3.0.1+26-dc1f3f41-SNAPSHOT
, it disappears:This result in the following change in my generated TS SDK:
The regression might come from these changes: https://github.com/zio/zio-http/pull/3147