Skip to content

Releases: Luos-io/Pyluos

Pyluos Release 3.0.0

13 Dec 16:32
481170f
Compare
Choose a tag to compare

🆕 Added:
Luos-io/luos_engine#429: Compatibility with Luos engine V3.0.0
Luos-io/luos_engine#429: [Bootloader] Multiple improvements
Luos-io/luos_engine#429: [Stats] Refresh_freq precision improvement
Luos-io/luos_engine#429: [Stats] Add a max_refresh_time measurement
Luos-io/luos_engine#429: [Telemetry] Completely removed

🛠️ Fix:
Luos-io/luos_engine#429: Make exclusion retrieving more reliable

Pyluos Release 2.2.12

31 Mar 19:24
e251cf2
Compare
Choose a tag to compare

What's new:

🆕 Added:
#186: [Bootloader] Bootloader now returns proper error codes. By François Leborne

🛠️ Fix:
#185: [Bootloader] Fix baudrate display. By François Leborne
#186 : [No Board] Increase web socket queue size. By Jerome-Galan
#186: [Baudrate] baudrate parameter was ignored. By Jerome-Galan
#183 : [Typo] Remove trailing spaces. By François Leborne

Pyluos 2.2.11

21 Dec 13:23
Compare
Choose a tag to compare

Changelog Pyluos 2.2.11:

What's new:
🛠️ Fix: #182: Luos statistics are broken. By JeromeGalan

Pyluos 2.2.10

16 Dec 16:51
9fe7bc6
Compare
Choose a tag to compare

Changelog Pyluos 2.2.10:


What's new:

🛠️ Fix:

  • #178: Bad fix for exception with localhost have crashed the detection. By JeromeGalan

Pyluos 2.2.9

16 Dec 14:13
6c06d42
Compare
Choose a tag to compare

Changelog Pyluos 2.2.9:


What's new:

🆕 Features:

Freedom Robotics integration:

🆕 Added:

  • #174: [Bootloader] Add protection: resend message in case of fail with mode node. By BiliouriV

🛠️ Fix:

Pyluos 2.2.8

04 Nov 10:00
2ea7dd5
Compare
Choose a tag to compare

Changelog Pyluos 2.2.8:


What's new:

🆕 Added  #171: [Bootloader] Flash MCU in parallel with multicast method
🆕 Changed  #171: [Bootloader] Change JSON reception of bootloader responses
🆕 Changed: #172: [Native web socket] Adapt the WebSocket communication for LOCALHOST
🆕 Changed: #172: [Native web socket] WebSocket doesn't use serial protocol anymore

Pyluos 2.2.7

21 Oct 17:39
a349582
Compare
Choose a tag to compare

Changelog Pyluos 2.2.7:


What's new:


🛠️ Fix #167: Fix void message filtering

🛠️ Fix #167: Fix new_state bad keys references

Pyluos 2.2.6

21 Oct 12:34
667140d
Compare
Choose a tag to compare

Changelog Pyluos 2.2.6:


What's new:


🆕 Changed #166: [UUID] Remove unused UUID.                                   ## Jerome_AQua_Man#5076
🆕 Changed #166: [Serial] Improve serial performances.                        ## Jerome_AQua_Man#5076
🆕 Changed #166: [RTB Discover] Improve discover for non responding serials.  ## Jerome_AQua_Man#5076
🆕 Changed #166: [RTB Discover] Drop void messages.                           ## Jerome_AQua_Man#5076
🛠️ Fix  #166: [RTB Discover] Fix discover argument parser.     ## Jerome_AQua_Man#5076
🛠️ Fix  #166: [Commands] Fix luos commands update conditions.  ## Jerome_AQua_Man#5076

Pyluos 2.2.5

17 Oct 09:05
ec4fffb
Compare
Choose a tag to compare

Changelog Pyluos 2.2.5:


What's new:


🛠️ Fix #162: [Buffer Queue] Warning: Serial message queue is full. Some datas could be lost
🛠️ Fix #160: [Telemetry] Manage request error

Pyluos 2.2.4

31 Aug 10:09
Compare
Choose a tag to compare

Changelog Pyluos 2.2.4:


What's new:


🆕 Added #150: [Pressure Sensor] Add pressure sensor
🆕 Added #151: [Statistics] Add alias in statistics
🆕 Added #152: [Buffer full] Print a warning when Pyluos Rx buffer is full
🆕 Added #159: [Baudrate] Serial baudrate can be configured in shell commands

🆕 Changed #141: [Statistics] Increase Rx statistic timeout to 1 second
🆕 Changed #148: [Bootloader] Close properly after flash
🆕 Changed #151: [Statistics] Statistics are returned in a string buffer instead of being printed
🆕 Changed #153: [Timeout] Improve time management when retrieving data services
🆕 Changed #155: [API] Remove unused features (baudrate and benchmark)

🛠️ Fix #149: [Serial baudrate] Environment variable for non default serial baudrate
🛠️ Fix: [Serial baudrate] Fix JSON key for translationnal speed setter
🛠️ Fix: [Broken links]