Releases: toitlang/toit
v2.0.0-alpha.140
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
Avoid deadlocking when the ESP32 event loop queue is full.
v2.0.0-alpha.138
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
Bump scheduler dead-lock timeout to 10s.
v2.0.0-alpha.136
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
Optimized SHA256 for platforms with no acceleration.
Detect when processes are not yielding.
v2.0.0-alpha.134
Fix RMT support by including missing primitives.
Allow longer strings in exception stack traces.
v2.0.0-alpha.133
Fix windows event source reference counting.
v2.0.0-alpha.132
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
Make storage.Bucket.get robust against corruption.
Fix version file on Windows.