v6.1.0 - #69
Open
p-zielinski wants to merge 4 commits into
Open
Conversation
This was referenced Aug 10, 2026
Closed
Strip whitespace and trailing slashes so generated resource paths do not produce invalid double-slash URLs.
The link still referenced sdk-python-6.0.0 while the changelog described 6.1.0.
p-zielinski
requested review from
karol-voucherify,
patryksmolarz and
ppikula-90
August 11, 2026 14:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
6.1.0for theno_effectfix plus the accumulated additive OpenAPI sync.no_effectskipped-redeemable deserialization, which previously raisedValueErroron the unknown enum value.6.1.0changelog (new models, properties and enum values — additive only).v6.0.0: no removed public methods, exports or fields, and no tightened constraints.VOUCHERIFY_HOSTtrailing slash.sdk-python-6.1.0.Supersedes #68 (the earlier
6.0.1patch attempt, now closed).OpenAPI: voucherifyio/voucherify-openapi#1346 · tag
sdk-python-6.1.0This SDK requires no language-specific OpenAPI compatibility rewrite. Regeneration from the final prepared definition produced no additional drift.
Test plan
npm run test-python-sdkfrom the OpenAPI repository — 37 tests, passno_effectpresent on the skipped-redeemable details enum6.1.0changelog and OpenAPI tag link reviewed"key": "no_effect"Known issue (deliberately out of scope)
The SDK retains four misspelled management webhook values (
campaign.vouchers.aded,voucher.gift.balance_aded,voucher.loyalty_card.pending_points.aded,voucher.loyalty_card.points_aded) inherited from the source OpenAPI definition. This is not a regression:6.0.0shipped the same values, and they appear only as strings in a validator list, so no public symbol changes in this release.The spelling will be aligned across SDKs in a future alignment or major release.