When eBay is updating a minor version, this can cause a shutdown of the endpoint through the SDK. This is a result of eBay adding new fields to the endpoint, such as during version 1.2.0.
This is in conflict with eBay's versioning docs. Major versions can be BC breaks, while minor versions should be safe to update to at leisure. However, due to the non-allowance of extraneous fields in API responses, the SDK breaks anytime eBay adds new data to their APIs.
When eBay is updating a minor version, this can cause a shutdown of the endpoint through the SDK. This is a result of eBay adding new fields to the endpoint, such as during version 1.2.0.
This is in conflict with eBay's versioning docs. Major versions can be BC breaks, while minor versions should be safe to update to at leisure. However, due to the non-allowance of extraneous fields in API responses, the SDK breaks anytime eBay adds new data to their APIs.