Skip to content

Commit 9bca086

Browse files
committed
Updated changelog, issued 0.4.6 release
1 parent 502beb5 commit 9bca086

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog/index.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

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+
413
0.4.5
514
~~~~~
615

grpclib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .const import Status
22
from .exceptions import GRPCError
33

4-
__version__ = '0.4.5'
4+
__version__ = '0.4.6'
55

66
__all__ = (
77
'Status',

0 commit comments

Comments
 (0)