- Update
mythx-models
dependency to omit stale warning
- Disable model json schema validation and tests
- Various dependency upgrades
- Add property checking middleware and tests
- Various dependency upgrades
- Various critical dependency upgrades
- Fix bug where tests failed due to a data mismatch
- Allow direct injection of domain model into client analyze method
- Fix various dependency conflicts
- Add better documentation to readme file
- Update middleware type hints and documentation
- Update API module type hints and documentation
- Various dependency upgrades
- Handle ambiguous
MYTHX_API_URL
declarations - Various dependency upgrades
- Add additional analysis/group list filter parameters
- Various dependency upgrades
- Remove trial user support as it has been dropped from the API
- Add pypy3 tests in Travis CI
- Add additional query param support to analysis list handler
- Add various test suite improvements
- Drop support for Python 3.5 and add support for Python 3.8
- Remove stale parameter config options
- Remove stale configuration object support
- Improve PyPI trove classifiers
- Various dependency upgrades
- Extend status code range for failure check in API handler
- Fix bug where empty query parameters were sent to the API
- Introduce group ID/name middleware
- Add group status support in client
- Add group creation/sealing support in client
- Add group list support in client
- Fix dependency conflict between
mythx-cli
andmythx-models
- Various dependency upgrades
- Update
mythx-models
to 1.4.1
- Update pytest from 5.1.2 to 5.2.0
- Update
mythx-models
to 1.4.0
- Remove the PythX CLI PoC
- Add PSA about deprecation and link to new
mythx-cli
repository
- Update twine from 1.14.0 to 1.15.0
- Bump
mythx-models
to 1.3.5
- Update twine from 1.13.0 to 1.14.0
- Clean up dependencies
- Bump
mythx-models
to 1.3.3
- Bump
mythx-models
to 1.3.2 - Add support to fetch analysis result input by UUID
- Add an auth check override to handle situations where only the access token is given
- Update
mythx-models
to 1.3.1
- Update
mythx-models
to 1.3.0
- Add mythx-models integration
- Add debug flag to CLI
- Add support for the
clientToolName
response field - Add support for the new source list format validation
- Update the bumpversion expression to support black formatting
- Add main docstring description
- Add
mainSource
support to CLI - Fix bug where submission object was malformed ("AST" -> "ast")
- Upgrade pytest dependency
- Add middleware to disable analysis cache
- Add CLI support to analyze compiled Truffle projects
- Fix bug where reports were not completely shown
- Update the authentication data format
- Add support for the mainSource field
- Add shortcut to inject middlewares in Client
- Fix issue in schema detection
- Upgrade Sphinx dependency
- Initial release!
- 100% branch coverage achieved
- 100% doc coverage achieved
- Examples provided in repo readme
- Automatic PyPI deployment on version tag change