Skip to content

Releases: paolocattani/calcetto

Release v2.16.1

21 Mar 11:04
Compare
Choose a tag to compare

With this release application runs on a PM2 cluster.
Steps done to reach this point :

  • Transpile server : PM2 cannot cluster whem using an intepreter ( like ts-node )
  • Completly rewrite authentication/session system : when running on a cluster session must be stored on a db ( redis ) .
  • Completly rewrite notification system : move to socket.io.

Other changes :

  • Eslint : run lint on client and server. Now git pre-commit hook perfom lint.
  • Security : General security improvement ( server structure, helmet option, cors, cookies )
  • Security : Add CORS setting. In future releases backend anf frontend could be separated.
  • Security : Add Content Security Police.
  • Paths : Add path aliases on server.
  • Dependecies : Bump dependecies to latest version.
  • Pushwoosh : need to investigate more on how to setup service-worker. So for now this is suspended.

Release v2.14.0

18 Feb 13:26
Compare
Choose a tag to compare
  • Transpile server
  • Add CORS to make possibile separate deploy fro backend and frontend

Release v2.13.6

09 Feb 23:02
Compare
Choose a tag to compare

Add stats summary

Release v2.13.4

28 Jan 23:27
Compare
Choose a tag to compare

Add statistics

Release v2.12.4

13 Jan 17:32
Compare
Choose a tag to compare
v2.12.4

Release v2.12.0

04 Jan 15:04
Compare
Choose a tag to compare
  • Add user notification system

Release v2.10.5

18 Dec 09:28
Compare
Choose a tag to compare

Increased overall stability with e2e tests.

Release v2.9

25 Sep 06:43
Compare
Choose a tag to compare

Release Notes:

UI / UX

  • Persist store to restore last state
  • A more solid Authentication process ( Login, Logout and Registration )
  • Add Internationalization ( IT, EN )
  • Load only selected icons to improve performace ( reduce bundle size )
  • Add SwaggerUI and OpenApi 3 definitions
  • Entirly review player edit.

Server

  • Major improvement on API structure.

Docs

  • Update README.md

Test, Analysis

  • Move from CodeInspector to Sonacloud
  • Drop support for Node v8
  • Improved Pipeline
  • Add Frontend Unit Test and Backend API test ( WIP )

Release v2.4.0

27 Aug 16:43
Compare
Choose a tag to compare

Release Notes:

UI / UX

Server

  • Fix error when updating tournament state : ee3cc6e
  • Fetch pair alias
  • Stage2

Calcetto v2.1.0

07 Aug 10:25
Compare
Choose a tag to compare

Release Notes :

  • Improve overall stability
  • UI/UX enhancement