All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Nothing
- Nothing
1.0.0 - 2018-06-02
- Additional functional tests to bring coverage up to ~90%
- The API for getting labels has been changed so that the prefix is now an enum as the HTTP API expects.
0.15.0 - 2018-05-25
- Option to update content without sending notifications
- Added lots of extra docstrings
0.14.0 - 2018-04-06
- Get content by identifier
- Fixed update_content and added integration tests for it
`0.13.2`_ - 2018-04-04
- Nothing
- Fixed content body implementation to contain the correct data and added integration tests to verify it
0.13.1 - 2018-04-04
- Nothing
- Fixed context managed client to return itself
0.13.0 - 2018-03-26
- Added functionality for handling content properties
- Nothing
0.12.0 - 2018-03-18
- Added support for creating new content (blogs & pages)
- Added functional tests for creating new content and various space functions
- hidden is now optional when viewing a Version object
0.11.0 - 2018-03-11
- Added support for deleting content
- Added support for creating, updating and deleting labels
- Nothing
0.10.0 - 2018-03-10
- Added support for all endpoints relating to space properties
- Complete overhaul of the way that failed responses are handled, all of them now raise custom exceptions.
0.9.0 - 2018-03-09
- Added partial support for space properties
- Nothing
0.8.0 - 2018-03-09
- Added full support for manipulating watches on space and content
- Nothing
0.7.0 - 2018-01-30
- Added basic support for updating content
- Many more of the fields on content objects are now stored when they’re expanded
- Major overhaul of the content based objects to better match the API provided
0.6.0 - 2018-01-26
- Added longtask endpoints
- A markdown file containing all endpoints with their current state
- client.spaces is renamed to client.get_spaces in keeping with other endpoints
0.5.0 - 2018-01-26
- Added support for python 2.7 & 3.5
- Added unit tests to verify the models are basically created how you’d expect
- Nothing
0.3.0 - 2018-01-18
- Can now be treated as a context manager holding a single session for the duration of the class.
- README converted to RST for pypi
- Nothing
0.2.2 - 2018-01-18
- Nothing
- requests.get isn’t a context manager…
0.2.1 - 2018-01-18
- Nothing
- Bug fix so we don’t hold a session for quite so long when running large queries
0.2.0 - 2018-01-15
- API call /content/search
- API call /content
- Nothing