Deprecation Timeline¶
This page outlines when various features of the Singer SDK will be removed or changed in a backward incompatible way, following their deprecation, as indicated in the deprecation policy.
1.0¶
- The - RESTStream.get_next_page_tokenmethod will no longer be called as part of the stream pagination process. It is replaced by the- RESTStream.get_new_paginator.- See the migration guide for more information. 
- The - singer_sdk.testing.get_standard_tap_testsand- singer_sdk.testing.get_standard_target_testsfunctions will be removed. Replace them with- singer_sdk.testing.get_tap_test_classand- singer_sdk.testing.get_target_test_classfunctions respective to generate a richer test suite.
- The - PyJWTand- cryptographylibraries will be no longer be installed by default. If you are using the- OAuthJWTAuthenticatoryou will need to install- singer-sdk[jwt].