Merge pull request #439 from OpenKMIP/release-0.8.0

PyKMIP - Release 0.8.0
This commit is contained in:
Peter Hamilton 2018-05-18 10:00:05 -04:00 committed by GitHub
commit 829df239fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 5 deletions

View File

@ -4,10 +4,30 @@ Changelog
.. _v0.8:
0.8 - `master`_
~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
0.8 - May 18, 2018
~~~~~~~~~~~~~~~~~~
* Add Sphinx-based client and server library documentation
* Add server support for third-party authentication systems
* Add client support for the Check operation
* Add client support for the Rekey operation
* Add client support for attestation credentials
* Add a functional test suite for server authentication and access control
* Add payloads for the Archive, Cancel, and GetUsageAllocation operations
* Add payloads for the ObtainLease, Poll, and Recover operations
* Update the server to support group-based operation policies
* Update the server to support live loading of operation policy files
* Update the server to support custom backend database file paths
* Update the server to raise PermissionDenied on access control violations
* Update the client to support custom configuration file paths
* Update the ProxyKmipClient to support custom names for the Register operation
* Update the ProxyKmipClient to set cryptographic usage masks for Derived keys
* Update the README to reference the new documentation
* Update the Travis CI configuration to include building the documentation
* Update the Travis CI configuration to run integration and functional tests
* Remove support for Python 3.3
* Fix a denial-of-service bug by setting the server socket timeout
* Fix a ProxyKmipClient bug with generic cryptographic parameter handling
* Fix a ProxyKmipClient bug with cryptographic usage mask processing
.. _v0.7:

View File

@ -13,4 +13,4 @@
# License for the specific language governing permissions and limitations
# under the License.
__version__ = '0.8.dev'
__version__ = '0.8.0'