saurabhnanda / odd-jobs

Haskell job queue with admin UI and loads of other features.
https://www.haskelltutorials.com/odd-jobs/
BSD 3-Clause "New" or "Revised" License
75 stars 29 forks source link

Release a new version #69

Open ivanbakel opened 3 years ago

ivanbakel commented 3 years ago

The last version available on Hackage, 0.2.2, is over 12 months old. Since then, there have been some minor useful fixes - but also a major fix, namely #43 , which solves a Postgres problem that is very easy to run into, and which I have hit with large job payloads.

It would be much appreciated if the recent fixes could be included in a new Hackage release, so developers like me don't trip up on old issues.

saurabhnanda commented 3 years ago

@ivanbakel I'm working on some more breaking changes. Plan to release something in a week or two. Thank you for your patience.

qwbarch commented 2 years ago

@saurabhnanda Sorry for bothering you, but is there any update on this? It's no rush if the next release isn't ready yet though. I appreciate the work you've put into this library!

kanagarajkm commented 2 years ago

@saurabhnanda any plans for the new release, thanks.

qwbarch commented 1 year ago

@saurabhnanda Any chance you could release a new version anytime soon? I'm running into an issue with haskell.nix that seems to come from building from source. It'd be great if I could pull it from hackage instead. Thanks in advance!

saurabhnanda commented 1 year ago

@jappeace @ivb-supercede shall we wait for https://github.com/saurabhnanda/odd-jobs/pull/92 to be merged? Or shall we cut a public release?

ivb-supercede commented 1 year ago

92 should be a minor version bump, so I think we can hold off on merging it if we want to cut a major release now thanks to the UIConfig changes.