Summary
This release is the last minor release before we start turning Tremor into a truly distributed event processing and data distribution engine. We focused on small things that improve usability and ironed out some rough edges here and there.
TL;DR
- We extended our type system and codecs by the
binary
type. - Elasticsearch offramp now supports Linked Transport.
- String interpolation done right, now with
#{}
instead of just{}
- Release now includes prebuilt binaries, DEB packages and RPMs
New Release Artefacts
To make your life easier installing and Tremor more pleasant, we added new release artefacts. We've now got prebuilt binaries wrapped up in a tar.gz
for amd64
linux, DEB, and RPM packages. And, lets not forget our well-known Docker Image.
We are going to explore more channels for release artefacts in the future to get you up and running with Tremor in no time.
In addition to those new release channels, we enabled thin-lto for all builds, which should improve compile-time while providing all the benefits of full link time optimization (LTO). We also link OpenSSL, now statically, to avoid incompatibilities with OpenSSL versions provided by the OS.