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 theRESTStream.get_new_paginator.See the migration guide for more information.
The
singer_sdk.testing.get_standard_tap_testsandsinger_sdk.testing.get_standard_target_testsfunctions will be removed. Replace them withsinger_sdk.testing.get_tap_test_classandsinger_sdk.testing.get_target_test_classfunctions respective to generate a richer test suite.