awslabs / amazon-kinesis-client-python

Amazon Kinesis Client Library for Python
Apache License 2.0
369 stars 223 forks source link

Security Vulnerabilities, Test Warnings, and -SNAPSHOT to version #234

Closed brendan-p-lynch closed 11 months ago

brendan-p-lynch commented 11 months ago

Bumps netty-handler from 4.1.86.Final to 4.1.94.Final. Bumps protobuf-java from 3.21.5 to 3.21.7. Bumps jackson-databind from 2.13.4 to 2.13.5.

Added -SNAPSHOT to version for better version tracking

Fixed test warnings by escaping \

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

loewen1 commented 10 months ago

@brendan-p-lynch please add a proper release tag for v2.1.4-SNAPSHOT

brendan-p-lynch commented 10 months ago

@brendan-p-lynch please add a proper release tag for v2.1.4-SNAPSHOT

The "-SNAPSHOT" is intended to indicate that this is not a proper release. This is the version that we will be iterating on over time in between official releases, so the tag would be antithetical to the purpose of the versioning

loewen1 commented 10 months ago

@brendan-p-lynch please add a proper release tag for v2.1.4-SNAPSHOT

The "-SNAPSHOT" is intended to indicate that this is not a proper release. This is the version that we will be iterating on over time in between official releases, so the tag would be antithetical to the purpose of the versioning

The problem is that setuptools doesn't allow the package version with -SNAPSHOT. 2.1.4rc1 should be used instead for a release candidate.