Dropped support for end-of-life Python 3.8. Dependency updates. Removed built-in registration and discovery.
1.4.2
Small bugfix in error handling.
1.4.1
Fixed an issue with the progress bar not showing up. Fixed an issue with pipeline error handling / logging on python 3.8.
1.4.0
What's Changed * Fixed an AttributeError in FilesInDirectoryProcessingSource by benknoll-umn in https://github.com/nlpie/mtap/pull/400 * Added pipeline hosting and tests by benknoll-umn in https://github.com/nlpie/mtap/pull/464 * Dependency updates
What's Changed MTAP now has a minimum supported Python of 3.8 and a minimum supported Java of 11.
* Small fixes and synchronization with documents by benknoll-umn in https://github.com/nlpie/mtap/pull/301 * Added a PipelineTerminated exception that is thrown on termination by error handler by benknoll-umn in https://github.com/nlpie/mtap/pull/312 * Added an "enabled" key to pipeline components by benknoll-umn in https://github.com/nlpie/mtap/pull/313 * 314 move serializer and error handler registries by benknoll-umn in https://github.com/nlpie/mtap/pull/315 * Added a default deployment timeout of 30 seconds by benknoll-umn in https://github.com/nlpie/mtap/pull/319 * Prefix deployment log messages with the service name by benknoll-umn in https://github.com/nlpie/mtap/pull/367 * Added configurable timeout for pipeline remote processor calls by benknoll-umn in https://github.com/nlpie/mtap/pull/376 * Various dependency updates