This library contains proto messages and Codec service with RPC methods that are used in th2 codec. See codec.proto file for details.
Tool generates code from .proto files and uploads built packages (.proto files and generated code) to the specified repositories.
- Perform the necessary changes.
- Update the package version of Java in
gradle.propertiesfile. - Update the package version of Python in
package_info.jsonfile. - Commit everything.
If you wish to manually create and publish a package for Java, run the following command:
gradle --no-daemon clean build publish artifactoryPublish \
-Purl=${URL} \
-Puser=${USER} \
-Ppassword=${PASSWORD}
URL, USER and PASSWORD are parameters for publishing.
If you wish to manually create and publish a package for Python:
- Generate services with
Gradle:You can find the generated files by following path:gradle --no-daemon clean generateProtosrc/gen/main/services/python - Generate code from
.protofiles and publish everything usingtwine:pip install -r requirements.txt pip install twine python setup.py generate python setup.py sdist twine upload --repository-url ${PYPI_REPOSITORY_URL} --username ${PYPI_USER} --password ${PYPI_PASSWORD} dist/*PYPI_REPOSITORY_URL,PYPI_USERandPYPI_PASSWORDare parameters for publishing.
- Migrated from
pkg_resourcestoimportlibfor building python package. - Updated:
- th2-grpc-common:
4.7.5
- th2-grpc-common:
- Updated:
- th2 gradle plugin:
0.3.14(bom:4.14.3) - th2-grpc-common:
4.7.4
- th2 gradle plugin:
- Migrated to th2 gradle plugin:
0.0.6based on bom:4.6.1 - Updated grpc-common:
4.5.0-dev
- Updated grpc-common 4.3.0
- Added 'encode' method
- Updated serviceGeneratorVersion and grpcCommonVersion to support gRPC pins filters.
- 'decode' method