awslabs / amazon-kinesis-client

Client library for Amazon Kinesis
Apache License 2.0
632 stars 461 forks source link

Creating a script to check for backwards compatibility #1314

Closed vincentvilo-aws closed 2 months ago

vincentvilo-aws commented 2 months ago

Issue #, if available: N/A

Description of changes: Creating a script to check for backwards compatibility.

The script compares the JAR of the latest release and the JAR of the current version (i.e. the version with any implemented changes). Any packages or functions that were removed from the latest release are outputted and causes the Github action to fail.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.