Releases: voucherifyio/voucherify-dotNET-sdk
v9.0.2
What's Changed
- DEV-2959 .NET SDK - do not dispose HttpClient by @nastytomas in #131
New Contributors
- @nastytomas made their first contribution in #131
Full Changelog: v9.0.1...v9.0.2
v9.0.1
What's Changed
- Updated example in readme by @p-zielinski in #126
- added debug mode to print requests duration by @ppikula-90 in #127
New Contributors
- @ppikula-90 made their first contribution in #127
Full Changelog: v9.0.0...v9.0.1
v9.0.0
8.1.0
- Invalid/New Enums will be parsed as null
- If a property is missing will be simply skipped, please ensure on your side if parameter is expected
- Added support for POST /v1/loyalties/members/{memberId}/pending-points/{pendingPointsId}/balance
- Added new properties:
- Limit in Bundles
- UnitsLimitExceeded in Applicable To`
- ExpirationRules in ExpirationRule
- CampaignId in ExportParameters
- PointsFormula is supported now
- ManagementProjectsStackingRulesUpdateResponseBody has many more properties now.
- Aligned with the latest OpenAPI definition.
8.0.1
2025-05-06 - 8.0.1
- Added OAuth support for Loyalty Pending Points endpoints.
- The new version of the SDK includes coverage for all Voucherify endpoints and supports typed models.
7.5.0
Change log:
2020-11-19 - 7.5.0 - Added CampaignType for CampaignCreate, Changed existing CampaignType to CampaignExtensionType as it was not correct
2020-10-29 - 7.4.0 - Throw ArgumentNullException when url parameter is not defined.
2020-10-19 - 7.3.0 - Add campaign and campaign_id in Voucher validation response. Add is_referral_code in voucher model.
2020-09-17 - 7.2.1 - Fixed returning ProductSKuList in async implementation.
2020-09-15 - 7.2.0 - Added Support for Consents. Drop deprecated API Versions. Changed Amounts from int to long.
2020-08-12 - 7.1.0 - Added Barcode property for VoucherAssets. Introduced ValidationError and BusinessValidationRuleError to support custom error messages.
Api class changes
Api class improvements: split Endpoint into Host, BasePath and Port
Replaced ApplicableProductList and ApplicableProduct. Added listing Promotion Tiers
v6.4.0 v6.4. Replaced ApplicableProductList and ApplicableProduct. Added lis…
v6.3.0
v6.3.0: Reorganized Delete methods with force option for: Voucher, Ca…
v6.0.1
- Added CreatedAt and UpdatedAt property to VoucherFilter