Skip to content

Releases: toitlang/toit

v2.0.0-alpha.140

28 Feb 09:39
5f40ff0
Compare
Choose a tag to compare

Always print the program on potential deadlocks.
Print all deadlock detection info on stderr.
Stop enforcing process run time limits on non-ESP32 platforms.
Simplify page allocations on host platforms.

v2.0.0-alpha.139

20 Feb 15:55
b01bf93
Compare
Choose a tag to compare

Avoid deadlocking when the ESP32 event loop queue is full.

v2.0.0-alpha.138

20 Feb 12:29
11cb135
Compare
Choose a tag to compare

Track run-time instead of preempt-time to detect potential deadlocks.
Allow up to 5s of processing after preemptions.
Add a test-range when a completion prefix ends with '-'.

v2.0.0-alpha.137

19 Feb 12:50
e69c7f4
Compare
Choose a tag to compare

Bump scheduler dead-lock timeout to 10s.

v2.0.0-alpha.136

16 Feb 08:46
724fcf4
Compare
Choose a tag to compare

Keep track of which primitive is currently called for deadlock detection.
Allow using default Windows certificate roots.
Fix completion when being at a '-' of a kebab identifier.

v2.0.0-alpha.135

13 Feb 13:40
da823cd
Compare
Choose a tag to compare

Optimized SHA256 for platforms with no acceleration.
Detect when processes are not yielding.

v2.0.0-alpha.134

07 Feb 06:41
b6f6668
Compare
Choose a tag to compare

Fix RMT support by including missing primitives.
Allow longer strings in exception stack traces.

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.