-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stripe-dotnet v27.0.0 #1482
Merged
Merged
stripe-dotnet v27.0.0 #1482
Conversation
This file contains 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
ed00294
to
72ccf05
Compare
17121c3
to
82dfb26
Compare
8069bd3
to
7f5f789
Compare
ead7348
to
24d4483
Compare
24d4483
to
ea97d60
Compare
2adef2b
to
28ae697
Compare
aadfab1
to
6431266
Compare
0813158
to
f788e29
Compare
d9661af
to
a840f4d
Compare
fdd767c
to
1554b60
Compare
e84bcf8
to
3032801
Compare
1e82b99
to
17a1c2b
Compare
Alright, time to merge this! |
Released as 27.0.0. |
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.
Migration guide: https://github.com/stripe/stripe-dotnet/wiki/Migration-guide-for-v27
Mapper
(Remove unnecessary uses of Mapper #1480)OAuthTokenService.Deauthorize
(Standardize signature of OAuthTokenService.Deauthorize #1483)FromJson
method (NewFromJson
method #1484)StripeConfiguration
(Modernize StripeConfiguration #1485)Service
request methods (Simplify Service request methods #1488)Parameter
custom class withKeyValuePair<string, string>
(Replace Parameter custom class with KeyValuePair<string, string> #1489)Client
class (Refactor Client class #1493)Mapper
class (RemoveMapper
class #1496)EventUtility
(Minor improvements inEventUtility
#1500)Expand
andExtraParams
(Simplify handling of Expand and ExtraParams #1499)Request
class to represent requests to Stripe's API (Introduce new Request class to represent requests to Stripe's API #1508)FileService
andOAuthTokenService
(Fixes to FileService and OAuthTokenService #1509)Requestor
withStripeClient
andHttpClient
(ReplaceRequestor
withStripeClient
andHttpClient
#1487)parent
onOrderItem
expandable (Makeparent
onOrderItem
expandable #1516)StripeError
(Add missing attributes to StripeError #1519)PaymentIntent
(Remove parameters are internal only on PaymentIntent #1534)DuplicateChargeDocumentation
to be more consistent withFileId
(Rename DuplicateChargeDocumentation to be more consistent with FileId #1563)AnyOf<>
generic class to handle polymorphic parameters (AnyOf<>
generic class to handle polymorphic parameters #1495)file_link_data
(Add support for file_link_data #1598)StripeConnectAccountId
toStripeAccount
(Rename StripeConnectAccountId to StripeAccount #1603)System.Collections.Immutable
dependency (Remove System.Collections.Immutable dependency #1615)ArgumentException
on null or empty IDs (Raise ArgumentException on null or empty IDs #1616)SystemNetHttpClient
(Move default values for SystemNetHttpClient #1623)StripeConfiguration.EnableTelemetry
flag (Remove StripeConfiguration.EnableTelemetry flag #1622)StripeClient
setup in tests (Refactor StripeClient setup in tests #1631)StripeClient
instead ofStripeConfiguration
(Set base URLs in StripeClient instead of StripeConfiguration #1632)StripeClient
(Add support for setting API key and client ID in StripeClient #1633)StripeClient
instance in tests (Use StripeClient instance in tests #1634)MaxNetworkRetries
andAppInfo
inSystemNetHttpClient
(Add support for setting MaxNetworkRetries and AppInfo in SystemNetHttpClient #1635)StripeClient
readonly (Make base URLs in StripeClient readonly #1640)AddRangeExpand
method toBaseOptions
(Add AddRangeExpand method to BaseOptions #1643)Get
/GetAsync
methods (Add options classes for Get/GetAsync methods #1644)Expand
properties on services (Deprecate Expand properties on services #1646)Fixes #1486 (via #1487), fixes #1515 (via #1516), fixes #648 (via #1495), fixes #1507 (via #1518, #1520 and #1536), fixes #1543 (via #1542), fixes #1561 (via #1563), fixes #1528 (via #1615), fixes #1630 (via #1644), fixes #1590 (via #1647).