stripe-dotnet v22.0.0
·
1882 commits
to master
since this release
Major version release. Refer to our migration guide for v22 for a list of backwards incompatible changes to watch out for.
Pull requests included in this release (cf. #1416):
- #1413 Allow paging on upcoming invoice line items
- #1417 Add support for verifying sources
- #1418 Replace
RecipientActiveAccount
withBankAccount
- #1396 Fix deserialization logic for polymorphic types
- #1419 Replace public fields with properties
- #1422 Specify culture for string operations
- #1424 Remove overlapping method overloads
- #1425 Move
SerializerSettings
toStripeConfiguration
- #1426 Remove UTF-8 BOMs
- #1423 Replace constants with static read-only properties
- #1427 Fix compiler warnings
- #1428 Make
ObjectsToTypes
dictionary immutable - #1429 Remove
StripeList.TotalCount
- #1430 Rename some properties for consistency
- #1431 Rename
StripeDefaultCard
toDefaultCard
on Recipient - #1434 Make
Deleted
nullable on all Stripe objects - #1436 Make object instances in tests readonly
- #1435 Enable SourceLink
- #1437 Use Mono for .NET Framework targets on UNIX systems
- #1438 Fix license packaging
- #1439 Fix some remaining StyleCop rules violations
- #1433 Fix JSON serialization of Stripe objects
- #1441 Disable optimizations in
SecureCompare
- #1444 Refactor test infrastructure
- #1447 Minor fixes
- #1446 Force the use of lists over arrays
- #1451 Remove
Updated
andUpdatedBy
fromValueList
- #1450 Better handling of API version mismatch when deserializing events
- #1414 Add support for auto-pagination