Skip to content

Outline Server v1.8.0

Compare
Choose a tag to compare
@fortuna fortuna released this 25 Jan 19:25
· 39 commits to master since this release
5272b34

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

Performance and Compatibility Enhancements

  • Flexible Ulimit Settings: We've removed the ulimit setting from our Docker image. This change grants you the freedom to adjust the ulimit externally, optimizing the performance of the Outline VPN container without unnecessary constraints.
    By @fortuna in #1447.