This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/CHANGELOG.md

42 lines
1.2 KiB
Markdown
Raw Normal View History

Version Scheme
--------------
Skynet Webportal uses the following versioning scheme, vX.X.X
- First Digit signifies a major (compatibility breaking) release
- Second Digit signifies a major (non compatibility breaking) release
- Third Digit signifies a minor or patch release
Version History
---------------
Latest:
2021-10-18 19:46:54 +00:00
## Oct 18, 2021:
### v0.1.3
2021-09-10 20:53:38 +00:00
**Key Updates**
- Change skyd 307 redirect code to 308
- Set caddy dns entry ttl limit to 15 minutes to remove stranded entries.
2021-10-18 19:46:54 +00:00
- Set skyd up to connect to the local mongodb cluster for storing TUS metadata
2021-09-10 20:53:38 +00:00
- Update health check disable command to require reason.
2021-10-18 19:46:54 +00:00
- Move MongoDB to a separate service (use `PORTAL_MODULES=m` to use it without accounts)
2021-09-10 20:53:38 +00:00
- Add proper handling for options response on /skynet/tus endpoint
2021-10-18 19:46:54 +00:00
- added unpinning skylinks from account dashboard
2021-09-10 20:53:38 +00:00
**Bugs Fixed**
2021-10-18 19:46:54 +00:00
- include tus header upload-concat in cors requests
- fixed issue with caddy requesting new certificates instead of using existing ones from file storage
- fixed the latest news link redirect in the news header
2021-09-10 20:53:38 +00:00
- Fix extended checks error by rounding the reported datetime.
**Other**
- Remove outdated references to NebulousLabs
## August 9th, 2021:
### v0.1.1
Monthly release
## March 24th, 2021:
### v0.1.0
Initial versioned release