Outline Server v1.8.0
This release is about empowering developers and administrators with more sophisticated tools for automating key management and distribution, ensuring a more customizable service experience.
Features
API extensions
- Single Access Key Retrieval: Added
/access-keys/{id}
endpoint to look up a single access key. By @murka in #1142 and #1278. - Rich Access Key Creation Options: Add name, limit and password properties to access key creation method. By @murka in #1273
- Key ID Customization: Add new
PUT
method to create a key with a specific identifier. Together with the change to specify other properties on key creation, this enables export and import of keys. It also enables the
creation of on-demand keys by key distribution systems in a way that preserves the user ID for usage tracking, or to use custom id schemes (like a encoding a user id + device). By @sbruens in #1473