List,
I’m happy to announce the release of Copas 4.0.0.
Copas is a dispatcher based on coroutines that can be used for asynchroneous networking. For example TCP or UDP based servers. But it also features timers and client support for http(s), ftp and smtp requests.
This release has some fixes that have minimal changed behaviour, hence the decision to make it a major version. And since it is a major, some additional breaking changes were made.
Most notably:
- the “limitset” has been removed and replaced with a “queue”. The latter
is a more generic form that can do the same things.
The release also contains some important bug fixes that caused unpredictable
behaviour (see the “autoclose” change in the changelog). So upgrading is encouraged.
Full details are in the changelog, read carefully.
As always installing via LuaRocks is easiest.
Enjoy
Thijs