Updated changelog, issued 0.4.6 release
This commit is contained in:
parent
502beb5f2f
commit
9bca0866fa
|
@ -1,6 +1,15 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.4.6
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
- **BREAKING:** Regenerated internal ``*_pb2.py`` files, they now require
|
||||||
|
``protobuf>=3.20.0``
|
||||||
|
- Implemented support for ``ssl.get_default_verify_paths()`` as a way to
|
||||||
|
specify CA certificates to create secure ``Channel``
|
||||||
|
- Implemented ``Configuration.ssl_target_name_override`` option
|
||||||
|
|
||||||
0.4.5
|
0.4.5
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
from .const import Status
|
from .const import Status
|
||||||
from .exceptions import GRPCError
|
from .exceptions import GRPCError
|
||||||
|
|
||||||
__version__ = '0.4.5'
|
__version__ = '0.4.6'
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'Status',
|
'Status',
|
||||||
|
|
Loading…
Reference in New Issue