CHANGES
=======

1.3.0
-----

* Add a releasenote for additional_matcher
* Add documentation for the exception response
* Fix occurences of `adatper`
* Type check the empty string when creating repsonse
* Allow arbirtrary matcher to be add to match

1.2.0
-----

* Allow for nested mocking
* Use create_response for fake http response in tests
* Add hostname and port properties to request
* Move request code and tests into their own files
* Add called_once to Mocker
* Fix docs building
* Fix exception message when creating a response

1.1.0
-----

* Add a called_once property to adapter
* Enable case sensitive matching
* Provide fixture extras for pip
* Allow doing real_http per mock via the mocker
* Return b'' when reading closed response
* Fixture documentation error

1.0.0
-----

* Add tox environment to run against master requests
* Change dev status classifier to stable
* Doc fixups
* Expose cert and proxies as attributes of the last request
* Add timeout and allow_retries to RequestProxy
* Add trove support for py34 and remove py33
* Fix py34 DB issue and remove py33/py26
* Remove pypip.in badge from readme

0.7.0
-----

* Support Cookies
* Expose Fake objects in compat
* Update .gitreview for new namespace
* Change ignore-errors to ignore_errors

0.6.0
-----

* Update docs
* Allow to decorate class with mock
* Use weakref to hold matcher
* Include matcher in request history
* Add called and call_count to mocker
* Update README to use newer syntax
* Allow specifying an exception to raise
* Update novaclient and keystoneclient git repo
* Add pbr to all tox environments
* Add docs environment to tox.ini
* Work toward Python 3.4 support and testing
* Run tip tests against requests master as well
* Add link to find bug tracker

0.5.1
-----

* Convert headers to bytes testing request_headers
* Don't use requests.Response object directly
* Allow interpreting a sent request as text and json
* Create a tox env for requests v1.2.3
* Add get_all to compatibility function
* Lowercase scheme in regexp test
* Don't use session.prepare_request

0.5.0
-----

* Remove old _Context object
* Correctly set adapter to response.connection
* Add keystoneclient and novaclient tests to tox
* Remove some github specific jobs
* Make compatible with requests 1.2
* Requires requests >= 2.3
* Added stackforge gitreview
* Fix tests running for zuul
* Make a public create_response function
* Change query string tests
* Add wrapper around Request object
* Add a mock() function
* Export symbols for HTTP methods
* Standardize request history tracking
* Allow querying if a mock was called
* Add period to error message
* Http Methods handling to look more like requests

0.4.0
-----

* Autodeploy wheel format
* Deploy from all branches
* Always add request to history
* Fixture should depend on MockerCore

0.3.0
-----

* Allow custom matchers
* Test matcher by __call__
* Update travis file

0.2.0
-----

* Remove invalid link from readme
* Remove Overview section of fixtures
* Doctest fixups
* fixup README
* Add request_headers matching
* Create the Mocker
* Fixup doc function link
* Remove wheel from dependencies
* Add regexp url matching
* Add the ANY wildcard

0.1.0
-----

* Set classifier to Alpha
* Setup pypi releasing process
* Split docs for better RTFD viewing
* Requirements file for RTFD dependencies
* Set some metadata options
* A documentation effort
* Change callback format
* Fixes in the course of using library in practice
* Add PBR files to .gitignore
* Enable coverage testing
* Discover package for py2.6 tests
* Fixup and start travis build
* Convert tests to testr, add flake8 tox command
* More reorganizing
* Rework ideas
* Added a simple README file
* Initial commit
