All Versions
493
Latest Version
Avg Release Cycle
6 days
Latest Release
957 days ago
Changelog History
Page 34
Changelog History
Page 34
-
v27.2.0 Changes
June 14, 2019 -
v27.1.3 Changes
June 12, 2019 -
v27.1.2 Changes
June 10, 2019- ๐ง #1658 Add
ConfigureAwait(false)
to all async calls
- ๐ง #1658 Add
-
v27.1.1 Changes
June 10, 2019 -
v27.1.0 Changes
June 10, 2019- #1655 Add setters for expandable fields properties
-
v27.0.0 Changes
June 07, 2019๐ Major version release. Refer to our migration guide for v27 for a list of backwards incompatible changes to watch out for.
๐ Pull requests included in this release (cf. #1482):
- ๐ #1480 Remove unnecessary uses of
Mapper
- ๐ #1478 Better serialization
- #1483 Standardize signature of
OAuthTokenService.Deauthorize
- #1484 New
FromJson
method - #1485 Modernize
StripeConfiguration
- #1488 Simplify
Service
request methods - #1489 Replace
Parameter
custom class withKeyValuePair<string, string>
- ๐ #1490 Move base URLs out of resource services where possible
- #1481 Rewrite expandable field handling
- ๐จ #1493 Refactor
Client
class - ๐ #1494 Minor code fixes
- ๐ #1496 Remove
Mapper
class - #1500 Minor improvements in
EventUtility
- #1499 Simplify handling of
Expand
andExtraParams
- ๐จ #1504 More request encoding refactoring
- #1508 Introduce new
Request
class to represent requests to Stripe's API - ๐ #1509 Fixes to
FileService
andOAuthTokenService
- #1487 Replace
Requestor
withStripeClient
andHttpClient
- ๐ #1511 Remove extension methods
- ๐ #1513 Add support for telemetry
- #1516 Make
parent
onOrderItem
expandable - #1519 Add missing attributes to
StripeError
- #1518 Automatic request retries
- ๐ #1534 Remove parameters are internal only on
PaymentIntent
- #1537 Various minor cleanups
- #1536 Check validity of JSON in OK responses
- #1520 API key validation
- #1538 Enforce that all properties have a Json attribute
- ๐ #1542 Improved OAuth support
- ๐ #1563 Rename
DuplicateChargeDocumentation
to be more consistent withFileId
- #1495
AnyOf<>
generic class to handle polymorphic parameters - ๐ #1598 Add support for
file_link_data
- ๐ #1596 Add support for passing application information
- #1603 Rename
StripeConnectAccountId
toStripeAccount
- โก๏ธ #1602 Update README
- โ #1609 Add wholesome test to check JSON names
- ๐ #1615 Remove
System.Collections.Immutable
dependency - #1616 Raise
ArgumentException
on null or empty IDs - ๐ #1623 Move default values for
SystemNetHttpClient
- ๐ #1622 Remove
StripeConfiguration.EnableTelemetry
flag - ๐จ #1631 Refactor
StripeClient
setup in tests - #1632 Set base URLs in StripeClient instead of StripeConfiguration
- ๐ #1633 Add support for setting API key and client ID in
StripeClient
- โ
#1634 Use
StripeClient
instance in tests - ๐ #1635 Add support for setting
MaxNetworkRetries
andAppInfo
inSystemNetHttpClient
- #1640 Make base URLs in
StripeClient
readonly - #1639 Make client in services readonly
- #1643 Add
AddRangeExpand
method toBaseOptions
- #1644 Add options classes for
Get
/GetAsync
methods - ๐ #1646 Deprecate
Expand
properties on services - #1647 Use constants instead of static strings
- โก๏ธ #1648 Update
README.md
- ๐ #1480 Remove unnecessary uses of
-
v26.1.0 Changes
June 06, 2019 -
v26.0.0 Changes
May 24, 2019- ๐ #1628 Pin library to API version
2019-05-16
- ๐ #1628 Pin library to API version
-
v25.20.0 Changes
May 24, 2019 -
v25.19.1 Changes
May 22, 2019- โก๏ธ #1624 Update comment for
TaxId.Type
with new possible types
- โก๏ธ #1624 Update comment for