mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-14 12:20:01 -04:00
v3
This commit is contained in:
parent
4b1acbf3c3
commit
340fc8f70a
3 changed files with 30 additions and 0 deletions
|
@ -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.
|
||||
|
|
16
README.md
16
README.md
|
@ -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).
|
||||
|
|
9
docs/V2-UPGRADE-GUIDE.md
Normal file
9
docs/V2-UPGRADE-GUIDE.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue