Prepare 1.0 release
See original GitHub issueI’m planning to cut a 1.0 release in the near-ish future that makes a few major changes:
- Drop support for Python 3.5
- Use modern asyncio APIs only: no
@coroutine, no explicitloop=passing - Drop support for using type annotations as conversion functions in RPC calls (since it conflicts with using them as actual type annotations)
If you’re using this library and this will cause problems for you, please let me know. I’m serving as the maintainer for this library because I use it in one of my projects, but I don’t have time to do much more than making sure it keeps working with new Python versions. The 1.0 tag will be just in order to justify a backwards compatibility break (for the type annotations), not to signal any new features.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
Prepare 1.0 Release by BONNe · Pull Request #287 ... - GitHub
This is preparation for 1.0 release. Update to Pladdon and BentoBox 1.17.3 changes. This includes a lot of changes: Customizable GUI's; Statistic Challenge ......
Read more >5 Things To Do Before Grounded 1.0 - Full Release - YouTube
In this video I discuss things that I think we should be working on before the full release of Grounded 1.0. Hope You...
Read more >Prepare 8.x-1.0 release [#2623502] | Drupal.org
With Drupal 10 expected to launch on 14 December, we're highlighting the key features that you'll want to know about. In Drupal 10,...
Read more >Prepare 1.0.0 release (!210) · Merge requests · CP3-CMS / bamboo ...
@swertz and I agreed to make a 1.0.0 release once !186 (merged) is merged. With these changes I can build a source distribution...
Read more >Grounded 1.0 Release Schedule - Obsidian Entertainment
Grounded 1.0 will officially launch Tuesday, September 27, 2022, at 10:00 am PT / 1:00 pm ET.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I released https://pypi.org/project/aiozmq/1.0.0/
Thanks a lot! Much appreciated