- `ref_to_obj` was not considering any functionality that could come from a decorator implementing the `fn`.
What's Changed * Remove esmerald contrib (no longer natively supported) by tarsil in https://github.com/dymmond/asyncz/pull/62 * Fix ref to object by tarsil in https://github.com/dymmond/asyncz/pull/63
- `AsyncIOScheduler` was not pulling the event loop appropriately. - Fix `mongodb` store finder.
0.7.0
Changed
- `EsmeraldScheduler` contrib register events to match the new Esmerald implementation.
0.6.0
Fixed
Breaking change
- In the past, `asyncz` had a typo in `max_intances`. This was changed to `max_instances` instead. This addresses the Discusson [49](https://github.com/tarsil/asyncz/discussions/49) raised by [devkral](https://github.com/devkral).