All Versions
466
Latest Version
Avg Release Cycle
4 days
Latest Release
12 days ago
Changelog History
Page 26
Changelog History
Page 26
-
v30.0.1 Changes
October 09, 2019- โฑ #1809 Fix
Quantity
to be nullable onSubscriptionSchedulePhaseItem
- โฑ #1809 Fix
-
v30.0.0 Changes
October 08, 2019- #1694 ๐ Major version release. Refer to our migration guide for v30 for a list of backwards incompatible changes to watch out for.
๐ Pull requests included in this release (cf. #1694) (โ ๏ธ = breaking changes):
- ๐ #1675 โ ๏ธ Better string enums
- #1699 โ ๏ธ Init options with forced parameter values
- ๐ #1713 โ ๏ธ Remove various deprecated parameters and properties
- ๐ #1715 โ ๏ธ Remove support for
ExpandXXX
on each service - #1736 โ ๏ธ Properly use
SetupIntentPaymentMethodOptionsCardOptions
inSetupIntentPaymentMethodOptionsOptions
- ๐ #1738 โ ๏ธ Removed
Id
andFileId
suffixes to stay as close to the API as possible - โ #1744 Add a test to ensure that JSON names match property names
- #1739 โ ๏ธ Renaming a few more fields for consistency
- ๐ #1751 Remove dead code for service expansions
- ๐ #1752 Bump Stylecop.Analyzers to latest version
- ๐ฆ #1755 Bump SourceLink and create symbol package
- โ
#1788 Add a test to ensure all resources inherit from
StripeEntity<>
and fix all the ones not doing it yet - โ #1761 โ ๏ธ Add a wholesome test to ensure proper JSON converters are applied
- ๐ #1802 โ ๏ธ Remove more deprecated stuff
- ๐ #1803 โ ๏ธ Remove more
Id
/FileId
suffixes - #1805 โ ๏ธ Rename
SourceThreeDSecureCreateOptions.CardId
toSourceThreeDSecureCreateOptions.Card
- โก๏ธ #1806 โ ๏ธ Fix
ExternalAccountUpdateOptions
- โ #1804 Enable test for JSON<->property name consistency
- ๐ #1807 โ ๏ธ Rename
AccountOpener
toRepresentative
and move to latest API version2019-10-08
-
v29.6.0 Changes
October 03, 2019 -
v29.5.0 Changes
September 27, 2019- ๐ #1797 Support
Status
filter when listing TerminalReader
s
- ๐ #1797 Support
-
v29.4.0 Changes
September 26, 2019- ๐ #1794 Add support for FPX payment method
-
v29.3.0 Changes
September 25, 2019- #1789 Add
Last4
in AU BECSSource
- #1789 Add
-
v29.2.1 Changes
September 23, 2019- ๐ #1791 Add support for
Stripe-Should-Retry
header
- ๐ #1791 Add support for
-
v29.2.0 Changes
September 19, 2019- #1786 Properly pass the type in
StripeEntity
- #1786 Properly pass the type in
-
v29.1.0 Changes
September 13, 2019- #1785 Properly name
UnitAmountDecimal
onPlanTier
- #1785 Properly name
-
v29.0.1 Changes
September 12, 2019- #1783 Allow
VoidedAt
onCreditNote
to be nullable- This is technically a breaking change, but we're releasing as a patch version as the non-nullable type made it impossible to deserialize
credit_note
objects in most cases.
- This is technically a breaking change, but we're releasing as a patch version as the non-nullable type made it impossible to deserialize
- #1783 Allow