aws / aws-dax-go

AWS DAX SDK for the Go programming language. https://aws.amazon.com/dynamodb/dax
Apache License 2.0
47 stars 48 forks source link

Bump ANTLR version #56

Open oaustin-sq opened 1 month ago

oaustin-sq commented 1 month ago

The current version of ANTLR used in this package is from 2018. Since ANTLR doesn't conform to semver semantics, changes can be incompatible across versions. We use a more recent version in our companies monorepo, which means we are unable to use the DAX client without downgrading the version for all our services to the five year old version used in this package. This is a non-starter for us.

I'm requesting a new release, with a more recent ANTLR version used.

angelahning commented 3 weeks ago

Our team is also encountering this issue. Is there an ETA on when you can bump the version?

srri commented 3 weeks ago

This package has been pretty dead for a while, see other issues related to AWS SDK v2, I wouldn't expect version bumps. Also only one commit this year, three commits last year..

oaustin-sq commented 3 weeks ago

This package has been pretty dead for a while, see other issues related to AWS SDK v2, I wouldn't expect version bumps. Also only one commit this year, three commits last year..

Its a pretty painful state to be in where this package is unmaintained (and so unusable by us), and dax for the v2 sdk is currently unsupported 💀