aleph

Matthew Davidson 2022-05-24T10:34:41.203089Z

Aleph 0.5.0-rc1 is available. It comes with many, many bugfixes, see the change log for more. https://github.com/clj-commons/aleph/blob/master/CHANGES.md There probably won’t be any new features before releasing 0.5.0, other than adding better support for Netty’s custom ThreadLocal Threads by updating to the latest Manifold version.

🎉 1
Kirill Chernyshov 2022-05-24T11:23:08.489289Z

hi! any chance to include https://github.com/clj-commons/aleph/pull/521 into 0.5.0?

Matthew Davidson 2022-05-24T14:49:08.528609Z

Hey. @arnaudgeiser was working on oleksii’s old error handling branch, he might have some thoughts. That being said, 0.5.0 has a bunch of stuff already, and I prefer smaller releases, so maybe for 0.5.1.

👍 1
Arnaud Geiser 2022-05-24T14:49:14.251849Z

@arnaudgeiser has joined the channel

Matthew Davidson 2022-05-24T14:55:25.509009Z

One knock against that specific PR is, it changes the signature of public fns in non-backwards-compatible ways. It's probably past time to make a 1-arity map version of many of these fns, to better support new options.

Arnaud Geiser 2022-05-24T17:59:11.595689Z

Hi @delaguardo! We already brought back some changes from the old error handling branch. Maybe the next step would be to tackle the error-handler (or error-logger ) as it's unlikely we'll ever merge the old error handling branch at once. Unfortunately, I don't have a lot of time to spend on it during the two following weeks but that's definitely something we can prioritize on the next Aleph version (0.5.1).