partiql / partiql-lang-kotlin

PartiQL libraries and tools in Kotlin.
https://partiql.org/
Apache License 2.0
539 stars 60 forks source link

Updated public release in Maven repository #411

Closed ramondeklein closed 3 years ago

ramondeklein commented 3 years ago

The current partiql-lang-kotlin module published in the Maven repository is still v0.2.6 from Februari 2021. A lot of great improvements have been made (i.e. adding ORDER BY support by the PartiQL parser), so it would be great to use an updated version that includes these improvements.

Is there any timeline that indicates when new releases are published?

abhikuhikar commented 3 years ago

Thank you @ramondeklein for your interest. We are planning to release a new version in coming few weeks. We don't have an explicit release cadence. We are waiting for the DATETIME feature to be complete to do a release.

dlurton commented 3 years ago

I am preparing a maven release starting now.

dlurton commented 3 years ago

Maven release of v0.3.0 completed, available here: https://repo1.maven.org/maven2/org/partiql/partiql-lang-kotlin/0.3.0/

The search.maven.org site may take several hours to update, but it's available for use as a dependency now.

Please let us know of any issues.

Thanks.