Releases: electric-sheep-co/arduino-redis
Version 2.6.3
Version 2.6.2
What's Changed
Full Changelog: 2.6.1...2.6.2
Version 2.6.1
Version 2.6.0
Streams support is now available (resolving #39) via the excellent work in #64 from our newest contributor, @nafraf. Thank you a ton! 🚀
What's Changed
New Contributors
Full Changelog: 2.5.0...2.6.0
Version 2.5.0
This version bumps the minor digit because the API has changed (though remains backwards-compatible, so we're not quite to 3.0 yet), because:
Non-blocking subscribe support has been added! Huge thanks to our newest contributor @harmrochel for the implementation: excellent work! 👏 Additional thanks to @holla2040 for helping review and guide that PR to the finish line.🏁
The new API is startSubscribingNonBlocking()
, with a functionally-similar example to the original Subscribe example in SubscribeNonBlocking.ino.
Version 2.4.5
Thanks to @holla2040 for #56, fixing examples/Subscribe.ino
to ensure it builds properly again.
Version 2.4.4
Add automatic server timestamp support to tsadd
Per this request, tsadd
has been adjusted to have the timestamp
parameter be signed, for which any negative value will use *
as the timestamp value, accordingly requesting an automatic server-clocked timestamp.
Thank you @ErMaVi for your help & engagement on this!
Version 2.4.3
Includes support for the time series TSADD
function, courtesy of @gde-2 (#46). Thank you immensely for contributing! 🙌
First proper to release to include the fix to the bug in JsonPub example, both found & resolved by @darmiel (#41), as v2.4.2 was broken. Thank you again!
Version 2.4.2
Fixes bug in JsonPub example, both found & resolved by @darmiel (#41). Many thanks! 👏
Update
Unfortunately this a broken release - it was not indexed by the Arduino Library Manager - because I forgot to update library.properties
🤦
We should have another small change addressing #44/#45 incoming soon, so I'll hold off publishing 2.4.3
until that's available. My apologies for the mistake!!
Version 2.4.1
Fixes compiler warnings reported in #36.
Also adds proper tests for associated commands.