Releases: toitlang/toit
v2.0.0-alpha.24
Fix multi-task logging edge case.
Fix hashcode for large strings.
Add support for forwarding exceptions through latches.
v2.0.0-alpha.23
Avoid (caught) lookup errors in trace handling.
v2.0.0-alpha.22
Allow passing arguments to started containers.
Improve GC information in process stats.
Improve GC compaction heuristics.
Improve cross-process GCs to better reclaim memory from idle processes.
Add UART support for macOS and added control of RTS/DTR.
Add trace service for stack traces et al.
Rename LoggingService to LogService.
Add AES ECB support.
v2.0.0-alpha.21
Fix wifi.open race condition.
Add cellular.CONFIG_LOG_LEVEL.
v2.0.0-alpha.20
Add versions to snapshots.
Start exposing container image flags.
Produce better error message from snapshot_to_image.
v2.0.0-alpha.19
Fix memory leak for joined OS threads on ESP32.
Reduce program size when using both to_ascii_upper and to_ascii_lower.
Fix spurious out-of-memory on M1 Macs.
Add Channel.send with a block.
v2.0.0-alpha.18
Add to_ascii_upper and to_ascii_lower on strings.
Add run flags to ContainerImageWriter.commit.
v2.0.0-alpha.17
Process messages before suspending tasks.
Remove support for deprecated A.member
Allow blocking in message handling code.
Add count_trailing_zeros.
Activate PSRAM for heap metadata on ESP32s that have it.
Add popcount and move bit manipulation to int class.
Make uncaught errors in auto-booted containers fatal.
Infer the types of globals.
Add support for hardware RS485 on ESP32.
v2.0.0-alpha.16
Add signal strength accessor to WiFi networks.
Wait for services to appear by default.
Add Task.deadline.
Allow numbers in constant variable names.
v2.0.0-alpha.15
Embed the boot snapshot in the executable.
Only run specific containers on boot.
Add resource for monitoring containers after starting them.
Allow to compile Toit programs to executables.
Fix GPIO pin close.
General BLE fixes.