vxgmichel / aiostream

Generator-based operators for asynchronous iteration
http://aiostream.readthedocs.io
GNU General Public License v3.0
800 stars 34 forks source link

Release version 1.0 #60

Closed vxgmichel closed 1 year ago

vxgmichel commented 4 years ago

The version 1.0 of aiostream provides support for trio and curio, but also introduces breaking changes.

I want to use this opportunity to push more breaking changes, things that I had in mind and that I kept postponing.

TODO list:

Breaking changes:

Deprecation:

Addition:

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 149e985587dcb42bf1a6bc6e657e7dc4c9853466 on v1 into 5e3a1735cafae570eaab3dcc4e9c922509a2ebca on master.

graingert commented 3 years ago

@vxgmichel btw anyio dropped support for curio in v3

vxgmichel commented 3 years ago

@graingert Right, thanks for the info! So before implementing the rest of the task list, we'll first have to:

vxgmichel commented 1 year ago

Not happening in its current state.