v0.5.0
What's Changed
- Remove travis by @aisk in #241
- Update
python_requires
to at lease 3.6 in setpy.py by @aisk in #243 - Support build cython codes with
-Werror=strict-aliasing
by @aisk in #247 - Add sasl transport support by @ecederstrand in #222
- Add submodule to sys.path when loading child idl file. by @cocolato in #249
- Remove historical SSL context compatibility for Python2 by @cocolato in #250
- Remove some legacy Python compatible codes by @aisk in #244
- Remove python2 historical compatibility code by @cocolato in #251
- Remove python2/python3.5 historical compatibility code by @cocolato in #252
- Remove invalid historical compatibility code by @cocolato in #253
- Remove compatibility with_metaclass method by @cocolato in #254
- Update ssl context and remove deprecated options by @cocolato in #255
- Run test on pypy by @aisk in #257
- Run the test on Windows on GHA by @aisk in #259
- Support cythonized ext on Windows by @aisk in #258
- Support using ipv6 in make_client/make_server method by @cocolato in #261
- Move some global variables in parser into thread local by @aisk in #264
- Bump version 0.5.0 by @aisk in #265
New Contributors
- @ecederstrand made their first contribution in #222
- @cocolato made their first contribution in #249
Full Changelog: v0.4.20...v0.5.0