What's Changed
- An important fix to code deserialization for arrays and maps
- Several type checking fixes
- Several new builtins (pinned byte arrays, little-endian reads)
All PRs Since Last Release
- Add YAML frontmatter support to transcripts by @sellout in #5824
- Treat
{g}
asg
in kind checker'slookupType
by @dolio in #5831 - Add to an error message to address issue #5722 by @dolio in #5830
- Handle case where a handler's type is an existential variable by @dolio in #5834
- Add pinned byte array builtin by @runarorama in #5832
- Use full type when reporting a mismatch error by @dolio in #5833
- Attempt a couple type error improvements by @dolio in #5837
- Missing transcript update from #5837 by @dolio in #5838
- Add little-endian reads for byte arrays by @runarorama in #5836
- Clean up pinned buffer socket/handle reads by @runarorama in #5841
- Share http clients in transcripts by @ChrisPenner in #5840
- Handle
Arr
andMap
cases inblitLinks
by @dolio in #5846 - Add some missing instances for a Share client by @ChrisPenner in #5845
Full Changelog: release/0.5.45...release/0.5.46