Releases: ForNetCode/spa-server
Releases · ForNetCode/spa-server
V2.4.0 release
V2.3.0 Release
- feat: support toml config format, deprecated hocon config format.
- feat: support host alias. add config
http.external_port
,https.external_port
- conf: break change
https.http_redirect_to_https
move tohttp.redirect_https
, and value is bool. - improve: improve change_status response text style
- improve: clean deps, update clap
v2.2.4
- feat: add cert query API (no doc, no client SDK support)
- improve: add check when upload of multiple/single domain
- ci: improve GitHub Action speed
- feat: add revoke version API (release JS SDK 2.2.4)
- fix: sub_path '' => '/', like GitHub pages
- fix: redirect with no querystring
- ci: support ACME pebble integration test
- deps: update server deps
V2.2.0 support Let's Encrypt(BETA)
Full Changelog: v2.1.1...v2.2.0
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.0 ready to production
This is bug fix version, and support multiple SPA in one domain.
We add integration test to make sure the spa-server could run correctly, and it begin to use in production environment.
Full Changelog: v2.0.0...v2.1.0
Release V2.0.0
More info can be found: https://fornetcode.github.io/spa-server/develop/change-log.html#version-2-0-0-client-2-0-0
Full Changelog: v1.2.6...v2.0.0
Release spa-server v1.2.6 and spa-client(js) v0.1.4
Release spa-server v1.2.5 and spa-client(js) v0.1.3
This version add multiple config for spa-server(break change!), and fix bugs especially for build.
We now have nice document!
spa-server
- feat: support multiple config for different domain (break change for config file)
- feat: support multiple ssl
- fix: wrong check when release new domain
spa-client
- fix(js-client): npm package error
build
- build: add docker image cache for (spa-client|spa-server)-docker-cd.yml to speed cd process
- build: add CD for doc release
Doc
- doc: use VitePress to rebuild docs, ready to get the world known it
After this version, this project may in maintain status, feel free to open issue if you need some new feature.
Release spa-server v1.2.4 and spa-client v0.1.1
This is a bug fix version for v1.2.3, and add spa-client binary package.
SPA-Server
- release v1.2.4 spa-server to Docker Hub
Improve
- add debug log for spa-server file request
Fix
- fix a lot of bugs for uploading files to spa-server.
SPA-Client
- release v0.1.1 spa-client to npmjs.org
- release v0.1.1 spa-client to Docker Hub
Fix
- fix a lot of bugs for uploading files to spa-server.