Server SDK Migration Guide
Availability
This page is only relevant for:
- PHP migrating from version 5.5.0 and below,
- Python migrating from version 3.59.0 and below,
- Java migrating from version 2.109.0 and below,
- .NET migrating from version 4.18.0 and below,
- Node migrating from version 2.24.0 and below,
- Ruby migrating from version 3.4.0 and below.
Overview
Braintree makes regular updates to our server SDKs which follow
semantic versioning guidelines. This page will guide you through
the largest breaking changes that are specific to the language you are integrating with Braintree.Check the SDK's CHANGELOG or more information on changes.
SDK major version 3
Java 8
Previous versions of the Braintree Java SDK were compiled for Java 7. Starting with version 3.0.0,
the SDK is compiled for Java 8. containing the full credit card result objects. See
expiringBetween
for more details.