We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502beb5 commit 9bca086Copy full SHA for 9bca086
docs/changelog/index.rst
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+0.4.6
5
+~~~~~
6
+
7
+ - **BREAKING:** Regenerated internal ``*_pb2.py`` files, they now require
8
+ ``protobuf>=3.20.0``
9
+ - Implemented support for ``ssl.get_default_verify_paths()`` as a way to
10
+ specify CA certificates to create secure ``Channel``
11
+ - Implemented ``Configuration.ssl_target_name_override`` option
12
13
0.4.5
14
~~~~~
15
grpclib/__init__.py
@@ -1,7 +1,7 @@
from .const import Status
from .exceptions import GRPCError
-__version__ = '0.4.5'
+__version__ = '0.4.6'
__all__ = (
'Status',
0 commit comments