- Fix zombie process exception
- support codeartifact for installing requirements.txt packages
- Add support for SAGEMAKER_MODEL_SERVER_TIMEOUT_SECONDS variable
- handle max_request_size param set by SM platofrm
- relax retrying dependency
- Add support for py39 and py38
- Add environment variable VMARGS
- Write handler to config file and serve model directly from o…
- fix for batch inference
- pass context to handler functions
- inference handler issue
- preModel and warmup function support
- Add configurable startup timeout
- Add NOTICE
- log4j migration from 1 to 2. Moving properties file to xml
- Add formatter to logger with a timestamp.
- Re-enable output capturing
- Increase timeout for starting model server to 10 minutes
- Fixing issue #82
- remove conflicting dependencies
- add SIGCHILD Handler for MMS
- add model-archiver and multi-model-server to required packages
- upgrade MMS version and update command
- update link in README.md
- sanitize only the response phrase
- remove prohibited characters from error response
- Support multiple accept types
- Decode application/x-npz content type
- clarify feature request issue template
- fix package name
- include stacktrace when handling an error
- Remove typing
- Add Python 3.7 support
- Do not parallelize unit tests in buildspecs
- add model_dir to python path at service initialization
- Remove duplicated call to validate_and_initialize when handling requests
- MME support
- convert README to Markdown and add emoji
- remove labels from issue templates
- add DLC local integration tests
- add missing docstrings and update README
- fix buildspec-release.yml
- Update link for questions in issue template config and minor issue template edits
- Edit developer forum link for consistency
- Update CONTRIBUTING.md
- Add issue templates
- Add pull request template and issue template config
- update linting
- Add linting with Pylint
- Add code formatting with Black
- update copyright year in license header
- management and inference address use same port by default
- mme support and local integration test
- support requirements.txt
- combine import statements
- Error handling 20191015
- wait for mms server process to finish instead of tailing dev null
- Update README.rst
- discard build output artifact path
- enable release publish
- enable sagemaker-inference-toolkit codepipeline
- fix: update logic to handle changes in MMS v1.0.5
- Initial commit