Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Jun 14, 2023
1 parent 4b1acbf commit 340fc8f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.0.0

- This version of Ultraviolet has support for Bare server v3
- Support for older Bare servers was dropped.

# v1.0.10

- This version of Ultraviolet fixes an NPM versioning error.
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ Some of the popular websites that Ultraviolet supports include:
- [Nebula](https://github.com/NebulaServices/Nebula)
- [Metallic](https://github.com/Metallic-Web/Metallic)

## Upgrading

A guide for updating from v1 to v2 can be found [here](./docs/V2-UPGRADE-GUIDE.md).

## Older Bare servers

Starting from v2, Ultraviolet only supports Bare servers v3+.

If you operate an outdated Bare server, we encourage you to update. If you're using an outdated Bare server, we encourage you to find an updated Bare server or host your own.

If you're too lazy to do either of the above, you can install an outdated and unsupported version of Ultraviolet.

```sh
npm install @titaniumnetwork-dev/ultraviolet@1
```

## Changelog

Changes are documented in the [changelog](./CHANGELOG.md).
Expand Down
9 changes: 9 additions & 0 deletions docs/V2-UPGRADE-GUIDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Upgrade to Ultraviolet v2.x

## No support for older Bare servers.

In order to more effectively use newer APIs provided by newer implementations of bare-client, support folder older Bare servers has been dropped.

You need to upgrade your Bare server in order to use Ultraviolet.

See the [Bare server node upgrade guide](https://github.com/tomphttp/bare-server-node/blob/master/docs/V2-UPGRADE-GUIDE.md) for upgrading your Bare server.

0 comments on commit 340fc8f

Please sign in to comment.