Skip to content

Releases: arduino-libraries/Arduino_RouterBridge

0.4.1 - buffer size limit

31 Mar 09:38
3547a37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0 - Serial as Monitor alias support

16 Mar 14:44
c1a78e5

Choose a tag to compare

What's Changed

  • feat: export Serial object with latest cores by @pillo79 in #57
  • while (Monitor.read() != -1) {} hangs by @KurtE in #51
  • fix: Monitor::write always returning 0 by @eigen-value in #53
  • fix: broken RPCs are left in the receiving end buffer by @eigen-value in #59

New Contributors

  • @KurtE made their first contribution in #51

Full Changelog: 0.3.0...0.4.0

0.3.0 - rpc thread improvements + udp

15 Dec 17:10
e7d2aee

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.2...0.3.0

0.2.2 - HCI bridge

15 Oct 08:52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...main

0.2.1 - async call, error mgmt. new API docs&examples

29 Sep 15:42

Choose a tag to compare

What's Changed

  • feat: asynced both RPC operations (send_rpc/get_response) in RpcResult by @eigen-value in #18
  • improved response error handling
  • New call API comprehensive test examples with python code
  • doc: clear Bridg.call examples with async response access and error checks

Full Changelog: 0.2.0...main

0.2.0 - new call API, TCP sockets and improvements

26 Sep 15:56

Choose a tag to compare

Features in this release

  • ⚠️ BREAKING CHANGES: new Bridge call API
Bridge.call("foo", parameters...).result(<return_var>);
  • Threading improvements (zephyr compliance)
  • Monitor.begin() with Serial-like signature
  • TCP socket (client/server)

Full Changelog: 0.1.4...0.2.0

0.1.4 - pre-release - hotfix on __loopHook

07 Aug 18:06
cfd44b5

Choose a tag to compare

Merge pull request #9 from bcmi-labs/hotfix

fix: hotfix for __loophook, removed tcp_client

0.1.3 - pre-release

06 Aug 08:35
9544f6d

Choose a tag to compare

0.1.3 - pre-release Pre-release
Pre-release

This pre-release includes various bug fixs and improvements

0.1.2 - pre-release, monitor, concurrent features

30 Jul 15:51
2232f88

Choose a tag to compare

In this release:

  • improved zephyr implementation
  • new BridgeMonitor class based on Stream
  • enhanced bridge mutexes

0.1.1 - updated dependance on RPClite

15 Jul 14:49

Choose a tag to compare

Pre-release
ver: RPClite rem ver dep