Skip to content

v0.8.8

Choose a tag to compare

@adhami3310 adhami3310 released this 25 Aug 22:11

Release Notes

Performance Optimizations

We replaced jinja2 with simpler fstring calls. This resulted in approximately 30% faster rendering step. We also optimized the import collections by ~15%.

Add more information to asyncio Tasks

If a task gets cancelled or such now Reflex will add a bit more information to what task that was.

  • Provide descriptive names for asyncio.Task by @masenf in #5727

Bugfixes

Chores

Full Changelog: v0.8.7...v0.8.8