go-jet / jet

Type safe SQL builder with code generation and automatic query result data mapping
Apache License 2.0
2.23k stars 110 forks source link

Questions about release #304

Closed ONordander closed 5 months ago

ONordander commented 5 months ago

Hi there. First off, thanks for this library, it's really helpful!

I tried without success to find information on upcoming releases, is there any planned date for the next release and also what's the release procedure? Hoping to make use of some of the new features that have gone in since last release.

Thanks in advance, and sorry if there's info on this that I just missed.

go-jet commented 5 months ago

Hi @ONordander,

Rough estimate for next release is end of February. Regarding the release procedure, it depends of priority. If there is a major bug, the release is made immediately.
If there is a missing feature and there is no workaround, the release process can be speed up. In any other case, every couple of months. When I find time to go through the backlog and double check the all the contributions before release.

Which features are you interested in?

ONordander commented 5 months ago

Hi @ONordander,

Rough estimate for next release is end of February. Regarding the release procedure, it depends of priority. If there is a major bug, the release is made immediately. If there is a missing feature and there is no workaround, the release process can be speed up. In any other case, every couple of months. When I find time to go through the backlog and double check the all the contributions before release.

Which features are you interested in?

Alright, that sounds promising! Primarily waiting for this feature https://github.com/go-jet/jet/pull/288.

Thanks for the quick response, closing this now.