The Outline Server v1.8.0 has been released!
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 allows you to use your own ID system (like a encoding a user id + device) and the creation of on-demand keys by key distribution systems in a way that preserves the user ID for usage tracking. By @sbruens in #1473
- Performance and Compatibility Enhancements
If you server has auto-updates enabled (the default), you should already have the new version. You can check the version you are running in the settings tab of your server in the Outline Manager, or by querying the /server API endpoint.
Release on Github: https://github.com/Jigsaw-Code/outline-server/releases/tag/server-v1.8.0