Skip to content

v1.3.2 β€” Bug Fix Release

Choose a tag to compare

@cmadzz cmadzz released this 29 Jun 19:14

v1.3.2 β€” Bug Fix Release

Server + Docker

  • Fixed healthcheck: replaced localhost with 127.0.0.1 in docker-compose.yml and added proper HEALTHCHECK to the Dockerfile (BusyBox wget on alpine was resolving to IPv6 first).
  • Bumped server version to 1.3.2 and synced LATEST_SERVER_VERSION / LATEST_CLIENT_VERSION.
  • Refactored body-parser and auth middlewares with getRoutePath() helper (using originalUrl) for consistent route matching.
  • Improved npm test to run real smoke tests (syntax + core modules).
  • Reduced noisy WebSocket connect/disconnect logs in production.
  • Rebuilt and published Docker image callum2254/cegin:1.3.2 + :latest.

Mobile

  • Fixed Expo dependency issues (missing expo-font peer, duplicate versions).
  • Fixed app.json schema validation for splash by configuring via expo-splash-screen plugin.
  • Bumped to 1.3.2 (versionCode 17).
  • expo-doctor now clean (20/21 checks pass).

Release & Docs

  • Full release process: commits, tag v1.3.2, GitHub push.
  • Built Cegin-v1.3.2.apk (release).
  • Updated all version references, badges, and changelog on the site.
  • Added this release notes.

Download the APK: Cegin-v1.3.2.apk (or from GitHub releases)