We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7977b5e commit c62fac1Copy full SHA for c62fac1
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
---
9
10
-## Version 1.12.3, 6/21/2019
+## Version 1.12.4, 6/24/2019
11
12
### Added
13
@@ -23,7 +23,8 @@ N/A
23
24
### Changed
25
26
-N/A
+Bug fix - update EventEnvelope with missing field "extra" which is used as additional routing information for language packs.
27
+This allows correct RPC routing between python applications via the language connector.
28
29
30
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup
5
6
setup(name='mercury',
- version='1.12.3',
+ version='1.12.4',
description='Python Language pack for Mercury',
author='Eric Law',
author_email='[email protected]',
0 commit comments