Skip to content

Releases: electric-sheep-co/arduino-redis

Version 2.6.3

16 Aug 05:43
@rpj rpj
785e501
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.2...2.6.3

Version 2.6.2

15 Aug 07:19
@rpj rpj
c6261d8
Compare
Choose a tag to compare

What's Changed

  • 2.6.2: Properly fix #67 & and add unit test harness, etc. by @rpj in #70

Full Changelog: 2.6.1...2.6.2

Version 2.6.1

14 Aug 18:06
@rpj rpj
764057b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.6.1

Version 2.6.0

07 Aug 01:12
@rpj rpj
faa0a3a
Compare
Choose a tag to compare

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

04 Jan 02:56
@rpj rpj
Compare
Choose a tag to compare

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

12 Dec 00:04
@rpj rpj
Compare
Choose a tag to compare

Thanks to @holla2040 for #56, fixing examples/Subscribe.ino to ensure it builds properly again.

Version 2.4.4

23 Apr 18:01
@rpj rpj
Compare
Choose a tag to compare

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

13 Nov 22:21
@rpj rpj
5630d16
Compare
Choose a tag to compare

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

31 Oct 04:34
@rpj rpj
016db7f
Compare
Choose a tag to compare

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

22 Jun 03:16
@rpj rpj
fafa6d3
Compare
Choose a tag to compare

Fixes compiler warnings reported in #36.

Also adds proper tests for associated commands.