Releases: stripe/stripe-dotnet
Releases · stripe/stripe-dotnet
Account Entity Complete
The StripeAccount entity has now been overhauled to support all properties available from Stripe, including all nested objects... FileUpload, StripeLegalEntity, etc. This is the the first iteration of the work necessary to support managed accounts.
Changed Framework Version
- The framework version for Stripe.net is now 4.5, instead of 4.6
Fixed nuget version to have correct json.net version
- Nuget file now specifies the correct json version
Upgraded .NET version, better security, new versioning
- Changing version structure to 5.1.0 (was previously - 5.0.1), I don't want to wind up with version 16.0 from pushing small changes often.
- Bumping assembly version to 4.6
- Changed security protocol to try tls 1.2, tls 1.1, then fallback to tls 1.0
Dependency and documentation updates, small fixes
- Updated Json.net to the latest version
- Updated mspec libs to the latest version
- Added the Shipping hash when creating a charge
Bug fixes, small additions, and dropping 3.5 support
- Dropped support for .NET 3.5
- Added the missing Id on StripeDispute
- Added functionality for adding/updating coupon metadata
- Added StatementDescriptor to StripeCharge
- Fixed bug with creating Recipient Cards
- Simplified build model (simple msbuild command)
Added missing property and bug fix
- Added missing Statement Descriptor from StripeCharge
- Fixed bug in the card service where customers was still pointing to /cards (needed to be /sources)
Stripe Connect Support
- added an optional StripeRequestOptions parameter to each service call for Stripe Connect support, Idempotent requests, and another way to pass in your apikey (documented in the readme)
- removed description from StripeToken (it is not supported according to Stripe)
- added some missing properties to StripeBankAccount and StripeToken
New properties on StripeInvoiceItems
- added Subscription and Discountable to StripeInvoiceCreateOptions and Discountable to StripeInvoiceUpdateOptions
Small breaking change! Fixed ExpandDefaultSource on StripeCustomer
- fixed DefaultSource (expandable property) on StripeCustomer - you might have to update your code on the StripeCustomerService to be ExpandDefualtCard to ExpandDefaultSource