New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release #158
Comments
|
I agree we should release a version. But things are changing every now and then. Sometimes in a significant way. |
|
Would it be possible to create a new branch (called v3.0-rc1.x?) from v3.0-rc1 tag, cherry pick only fixes from master and tag a new release on that branch? |
|
For sure. We can all rely on the semantic versioning for that reason and use major versions when you're in that position. Also I know this is out of subject here but in case you know somebody has ever used this library with HAProxy, I'd be interested in the revision or version (rc1?) he/she used. Thanks again |
|
@florrain: I suspect that HAProxy doesn't re-export the Lua symbols from its executable. Lua modules on Unixes expect that. If HAProxy links to |
|
Thanks @siffiejoe that's helpful. I'm not sure how to actually do these steps but I'll look into it. |
|
@florrain: The developers of HAProxy should fix this by using the |
|
Linked to #93 |
|
I'm going to close this because I don't see anything very relevant that needs to be reviewed specifically for the next release cycle. I'm going to push through a release sooner rather than later (100% done or not) to get the Lua 5.4.3+ fixes into something with a tag on them, but I don't think having a bunch of tracking issues asking "when release" is helping. The only thing here I think we need to consider is what version (semantically speaking) to call a new release at this point. But I think that will belong in its own issue anyway. |
Hi there,
Wondering if you were planning a new official and stable release soon? That would just make production setups way safer with more warranties of stability versus using the latest master. Lots of libraries are also relying on luasocket and nothing has changed for 2 years now.
Best,
Thanks
The text was updated successfully, but these errors were encountered: