Skip to content

Releases: TestInABox/stackInABox

v0.13.1

11 Feb 05:21
df8b474
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13...v0.13.1

v0.13

11 Feb 05:02
0ba0dd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12...v0.13

v0.12

02 Nov 03:29
aef6ccc
Compare
Choose a tag to compare
  • Bug Fix: requests-mock HTTP HEAD Verb support
  • Enhancement: Python 3.5 and 3.6 support for Tox and Travis-CI
  • Enhancement: #32 - completed support for decorators by adding Generator and Iterable support instead of just StackInABoxService Instance support.

v0.11

27 Jun 03:48
Compare
Choose a tag to compare

Bug Fix Release to fix the main dependency

v0.10

28 May 05:12
Compare
Choose a tag to compare
  • Bug Fix: Python Requests no longer vendors urllib3
  • Enhancement: Add testing of Py35
  • Enhancement: Sphinx-generated documentation

v0.9

29 May 16:01
Compare
Choose a tag to compare
  • 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

26 Mar 22:21
Compare
Choose a tag to compare
  • 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

v0.7

09 Mar 21:39
Compare
Choose a tag to compare

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

06 Mar 21:59
Compare
Choose a tag to compare

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

05 Mar 15:24
Compare
Choose a tag to compare
  • Bug fixes in requests-mock support
  • Restructure of tox tests for better clarity and support going forward