Skip to content

Commit c62fac1

Browse files
committed
v1.12.4
1 parent 7977b5e commit c62fac1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10-
## Version 1.12.3, 6/21/2019
10+
## Version 1.12.4, 6/24/2019
1111

1212
### Added
1313

@@ -23,7 +23,8 @@ N/A
2323

2424
### Changed
2525

26-
N/A
26+
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.
2728

2829
---
2930

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
setup(name='mercury',
7-
version='1.12.3',
7+
version='1.12.4',
88
description='Python Language pack for Mercury',
99
author='Eric Law',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)