Skip to content

Releases: ForNetCode/spa-server

V2.4.0 release

05 Aug 11:26
Compare
Choose a tag to compare

Break change for config format.
Please make sure you know how to change config file before updating this version.

V2.3.0 Release

04 Jul 03:57
Compare
Choose a tag to compare
  • 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 to http.redirect_https, and value is bool.
  • improve: improve change_status response text style
  • improve: clean deps, update clap

v2.2.4

25 Jun 08:48
Compare
Choose a tag to compare
  • 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)

17 Jun 09:15
Compare
Choose a tag to compare

v2.1.1

07 Jun 15:44
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0 ready to production

05 Jun 16:31
Compare
Choose a tag to compare

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

07 Apr 10:43
Compare
Choose a tag to compare

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

07 Apr 03:15
Compare
Choose a tag to compare

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

02 Apr 09:22
Compare
Choose a tag to compare

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.