Skip to content

Releases: Jigsaw-Code/outline-server

Outline Server v1.11.0

14 Nov 20:42
f558117
Compare
Choose a tag to compare
Pre-release

Features

Metrics

  • Add ASN and tunnel time metrics to opt-in server usage report. By @sbruens in #1610 and #1551

Infrastructure

  • Allow running an Outline on a server with another Watchtower. By @AlekSi in #1255

New Contributors

Full Changelog: server-v1.10.1...server-v1.11.0-rc1

Outline Server v1.10.1

03 Oct 15:47
2f4b35f
Compare
Choose a tag to compare

This is a minor release to address a bug in v1.10.0.

Bug fixes

Full Changelog: server-v1.10.0...server-v1.10.1-rc1

Outline Server v1.10.0

30 Aug 14:27
a2c7378
Compare
Choose a tag to compare

This release rolls out per-ASN metrics and brings some important bug fixes.

The per-ASN metric breakdown enables providers to dig into connections and usage on different networks:

Screenshot of Prometheus ASN and AS organization labels

Features

Metrics

  • Roll out per-ASN metrics to all servers. By @sbruens in #1585.
  • Stop sharing key usage with metrics server. By @sbruens in #1529
  • Use outline-ss-server v.1.7.2 release to add AS organization name to metrics.

Documentation

Build

Bug fixes

New Contributors

Full Changelog: server-v1.9.0...server-v1.10.0

Outline Server v1.9.0

29 Mar 14:21
2901a25
Compare
Choose a tag to compare

This release is about adding more metrics to allow administrators to drill into their server's usage.

Features

Metrics

  • Add an experimental opt-in API to enable per-ASN metrics breakdown. By @sbruens in #1523.
  • Use outline-ss-server v.1.5.0 release to collect new TunnelTime metric.

API extensions

  • Ensure provided passwords are unique when creating new access keys. By @murka in #1506

Full Changelog: server_main/v1.8.1...server-v1.9.0

Outline Server v1.8.1

08 Feb 19:19
88cee12
Compare
Choose a tag to compare

This release is a a fast-follow to v1.8.0 to add support for specifying a port on key creation:

Features

API extensions

  • Rich Key Creation Options: Extend the key creation APIs (both POST and PUT) to allow specifying a port. By @sbruens in #1505

Outline Server v1.8.0

25 Jan 19:25
5272b34
Compare
Choose a tag to compare

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.

Outline Manager v1.14.0

27 Feb 22:49
e614da1
Compare
Choose a tag to compare

Changelog

  • support more languages
  • disable the feedback form temporarily due to backend issue
  • fix UI bugs

v1.9.0

28 Sep 16:49
Compare
Choose a tag to compare
Update Manager version

v1.8.1

04 May 19:31
aea8fa8
Compare
Choose a tag to compare

Fixes a bug where unreachable servers can't be forgotten from the Manager.

untagged-eb4dd1047b462fa54aa4

29 Apr 16:12
583ef40
Compare
Choose a tag to compare
Upgrade outline-ss-server (#883)