asynq icon indicating copy to clipboard operation
asynq copied to clipboard

v0.25.0 Release watch

Open kamikazechaser opened this issue 5 months ago • 10 comments

This is a tracker of when v0.25.0 is expected to be released.

Docs and dependencies:

  • [ ] Changelog updated
  • [x] Core dependencies updated
  • [ ] /x dependencies updated
  • [ ] /tools dependencies updated
  • [ ] base.go Version

Pending PRs:

  • [x] #758
  • [ ] #743
  • [ ] #742
  • [x] #715
  • [x] #708
  • [ ] #534

Pending Issues:

  • [ ] #578

To test the latest changes, you can always install from the @master branch.

kamikazechaser avatar Jan 29 '24 07:01 kamikazechaser

Does #787 have any plans? @kamikazechaser

shuqingzai avatar Mar 09 '24 08:03 shuqingzai

@shuqingzai I'd put it for the next release. Anyways after v0.25.0 I expect development and feature releases to be much much faster as we would have sorted some of the main blockers.

kamikazechaser avatar Mar 09 '24 10:03 kamikazechaser

I hope to add a feature that automatically sets the client name when asynq connects to redis, which makes it convenient to check the connection status of asynq on redis. Thank you.

xinjiayu avatar Mar 20 '24 00:03 xinjiayu

@kamikazechaser do you think https://github.com/hibiken/asynq/pull/868 can end up in this release?

This change is a significant performance improvement, and is pretty common practice.

pior avatar Apr 24 '24 08:04 pior

@pior There are a few related issues/PRs to that. But most likely not. I'll post an update on this release by next week.

kamikazechaser avatar Apr 25 '24 06:04 kamikazechaser

All right 👍 What should we expect for this PR (and the other you mention)? Will there be another release soon?

We would really prefer an active Asynq repo, to maintaining a fork 🙏

pior avatar Apr 25 '24 09:04 pior

Just quick update, v0.25.0 will be prepped for release next week. You can expect it to be out within the next 2 weeks. Additionally, new major feature changes PRs will be first merged into the unstable branch so that users can test it out with go get github.com/../..@unstable without having to wait for a tagged release. unstable will be free of breaking changes.

kamikazechaser avatar May 03 '24 11:05 kamikazechaser

Sweet! What kind of changes would go to unstable? Would #868 be a good candidate?

pior avatar May 13 '24 10:05 pior

Yeah, pretty much all new useful features that also need time for continuous feedback (smoke testing sort of branch).

kamikazechaser avatar May 13 '24 16:05 kamikazechaser

I don't have permissions to push to forks. So, there is a bit of hold up on small issues that need resolving on those PRs. But by the end of the week I'll change the base, merge them on a different one so that we can proceed with closing this issue asap.

kamikazechaser avatar May 13 '24 16:05 kamikazechaser