Releases: toitlang/toit
v2.0.0-alpha.114
Add support for mixins.
Disallow capturing of fields before super in constructors.
Make field lookups dynamic after super in constructors.
Fix case where readdir could trigger cross-process GC for no reason.
Fix failure to recognize an allocation failure.
Tighten up limits when drawing bitmaps/bytemaps.
Make bytemap drawing more flexible.
Handle cancelation during pure Toit TLS handshake.
v2.0.0-alpha.113
Fix Windows pipes.
Fix crash on Windows directory traversal.
Fix firmware.map on ESP32S3.
Disallow mutations of final fields.
v2.0.0-alpha.112
Invalidate RTC memory on firmware updates.
Add add-first to Deque.
v2.0.0-alpha.111
Increase WiFi connect timeout.
Update tpkg.
v2.0.0-alpha.110
Fix BLE advertising.
v2.0.0-alpha.109
Pass event lambdas directly to containers.start.
Update tpkg dependency.
v2.0.0-alpha.108
Add support for sending container events.
Fix bug in our TLS socket creation around OOM.
Handle failed mallocs correctly during MbedTLS handshake.
v2.0.0-alpha.107
Avoid connecting to WiFi before scanning.
Scan all WiFi channels unless we're reconnecting to a known channel.
More helpful documentation on TimeInfo.stringify.
Switch to miniz instead of zlib.
Fix some situations in which the zlib would deadlock.
Add pure Toit support for zlib inflation.
Fix readdir for FreeRTOS targets.
v2.0.0-alpha.106
Fix deadlock in SystemEvent handling.
Reduce file read buffer size on FreeRTOS.
Don't run tests with UNIMPLEMENTED on Windows.
v2.0.0-alpha.105
Add even more WiFi debug logging.