Releases: TestInABox/stackInABox
Releases · TestInABox/stackInABox
v0.13.1
What's Changed
- Bug Fix: Upload to Pypi complians about README.rst by @BenjamenMeyer in #90
Full Changelog: v0.13...v0.13.1
v0.13
What's Changed
- Enhancement: v0.13 version change by @BenjamenMeyer in #58
- Enhancement about by @BenjamenMeyer in #59
- Enhancement: Default RTD theming by @BenjamenMeyer in #60
- Bug Fix: docs by @BenjamenMeyer in #61
- Bug Fix: Sphinx Autodoc support by @BenjamenMeyer in #62
- Bug Fix: Sphinx/RTD Builder by @BenjamenMeyer in #63
- Enhancement: simplify the tox.ini by @BenjamenMeyer in #64
- Bugfix dependencies by @BenjamenMeyer in #66
- Refactor: basic utility interface by @BenjamenMeyer in #72
- Refactor test structure by @BenjamenMeyer in #73
- Enhancement: Tooling Update by @BenjamenMeyer in #74
- Enhancement misc http verbs by @BenjamenMeyer in #69
- Bug Fix: Dependency Alert by @BenjamenMeyer in #79
- Enhancement: Update test environment and dependencies by @BenjamenMeyer in #81
- Enhancement unit testing by @BenjamenMeyer in #78
- Enhancement: Migrations by @BenjamenMeyer in #83
- Enhancement migrations 2 by @BenjamenMeyer in #84
- Update issue templates by @BenjamenMeyer in #85
- GH: Cleanup by @BenjamenMeyer in #86
- 2024 02 updates by @BenjamenMeyer in #89
Full Changelog: v0.12...v0.13
v0.12
v0.11
Bug Fix Release to fix the main dependency
v0.10
- Bug Fix: Python Requests no longer vendors urllib3
- Enhancement: Add testing of Py35
- Enhancement: Sphinx-generated documentation
v0.9
- Enable Sub-Services
- PEP8 Compliance
- Attempted fix of HTTPretty usage for TravisCI
Note: HTTPretty is having issues with TravisCI and Python3, but does work.
Note: We are still using HTTPretty 0.8.6 as it does works in Python3; 0.8.8 is suppose to have one fix, but causes other parts of the tox run to hang; 0.8.9 also causes tox to hang. - Adds missing dependencies
- six, and mock
- Removed documentation referencing the openstack service modules as they were moved to a new project
- Returns 405 if URI is handled but the requested method is not available
- Returns 595-597 for specific errors within the framework, see README.rst for details
v0.8
- StackInABoxService is now fully tested
- Adds support for the user to specify regex patterns for the end-point registration
- regex patterns must start with ^ and end with $ and operate on the whole URI service path (e.g /v1.0) for the service
- regex does not map to the functions parameters
- OpenStack API mocks are no longer part of StackInABox
- OpenStack API mocks are now their own project - https://github.com/BenjamenMeyer/openstackinabox
v0.7
Bug Fix: requests-mock support did not return the body correctly if it did not match against the ``six` types being looked for
v0.6
Bug Fix: Generate exception logs to aid in debugging the StackInABoxServices
Bug Fix: Correctly generate the response headers
Enhancement: Request and Response headers are stored in a Case-Insensitive dict-like object
v0.5
- Bug fixes in requests-mock support
- Restructure of tox tests for better clarity and support going forward