Skip to content

Releases: toitlang/toit

v2.0.0-alpha.133

06 Feb 13:44
6ea8f1b
Compare
Choose a tag to compare

Fix windows event source reference counting.

v2.0.0-alpha.132

06 Feb 07:38
e8f3563
Compare
Choose a tag to compare

Make tls.cc compatible with older MbedTLS.
Make ethernet and cellular clients more robust against cancelation.
Fix and test 'make install'.

v2.0.0-alpha.131

29 Jan 09:32
39ba887
Compare
Choose a tag to compare

Make storage.Bucket.get robust against corruption.
Fix version file on Windows.

v2.0.0-alpha.130

23 Jan 07:46
51dbcce
Compare
Choose a tag to compare

Allow Task.group with 0 and 1 arguments.
Fix wifi.scan regression.

v2.0.0-alpha.129

22 Jan 12:30
07ee439
Compare
Choose a tag to compare

Delay UART printing until FreeRTOS runs on ESP32.

v2.0.0-alpha.128

18 Jan 07:06
93cb17f
Compare
Choose a tag to compare

Larger UART buffers when marked as high priority.
Fix encoding of negative float32s in ByteOrder class.
Move 'program-name' to 'system', and add 'system.program-path'.
Allow scanning when already connected to WiFi.
Roll esp idf.

v2.0.0-alpha.127

20 Dec 05:39
7b44098
Compare
Choose a tag to compare

Only report package diagnostics when a file is opened.
Fix escapes in toitdocs.

v2.0.0-alpha.126

18 Dec 06:37
c0482e2
Compare
Choose a tag to compare

Analyze each URI in its own project.
Fix documentation for 'glob'.

v2.0.0-alpha.125

08 Dec 10:13
6d5788b
Compare
Choose a tag to compare

Allow GCs during TLS handshakes.

v2.0.0-alpha.124

07 Dec 13:33
d889868
Compare
Choose a tag to compare

Fixed newline capturing for encoding.yaml.
Added chmod, link and readlink to file primitives.