Skip to content

Latest commit

 

History

History
228 lines (133 loc) · 15.2 KB

File metadata and controls

228 lines (133 loc) · 15.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.17.0 - 2025-12-10

Compare with v0.16.0

Features

  • add Argon2 and pepper env variables (e028a15 by Promise Fru).

v0.16.0 - 2025-11-26

Compare with v0.15.0

Features

  • add OTP rate limit env vars and cleanup volumes (1e59fbe by Promise Fru).

v0.15.0 - 2025-11-25

Compare with v0.14.0

Code Refactoring

  • update key env vars and volume mounts (995d40d by Promise Fru).

v0.14.0 - 2025-11-10

Compare with v0.13.0

Features

  • add granular OTP config for SMS and email (e7d99c0 by Promise Fru).

v0.13.0 - 2025-11-06

Compare with v0.12.0

Features

  • add email service configuration variables to .env.example and docker-compose (8558358 by Promise Fru).

v0.12.0 - 2025-11-03

Compare with v0.11.0

Features

  • add OTP config variables (b4921a5 by Promise Fru).

Bug Fixes

  • update env var references in compose file (9010aff by Promise Fru).

v0.11.0 - 2025-11-01

Compare with v0.10.0

Features

  • add lc-core service (d3ffd22 by Promise Fru).
  • set reCAPTCHA environment variables with values in docker-compose (145c536 by Promise Fru).
  • remove deprecated reCAPTCHA environment variables from docker-compose (5e7cfa6 by Promise Fru).
  • set environment variables for reCAPTCHA configuration in docker-compose (3459f7a by Promise Fru).
  • update environment variables for reCAPTCHA configuration (886a500 by Promise Fru).

Code Refactoring

  • update captcha env vars and remove lc-core (1d98440 by Promise Fru).

v0.10.0 - 2025-10-21

Compare with v0.9.0

Features

  • add SMTP configuration variables for gateway client remote (443259f by Promise Fru).

v0.9.0 - 2025-10-15

Compare with v0.8.0

Bug Fixes

  • add LOG_LEVEL environment variable to services (f54e62d by Promise Fru).

Code Refactoring

  • remove telemetry homepage service and related configurations (10587f9 by Promise Fru).

v0.8.0 - 2025-10-14

Compare with v0.7.0

Code Refactoring

  • remove RabbitMQ configuration from .env.default and docker-compose.override.yml (31a7477 by Promise Fru).
  • remove RabbitMQ service and related environment variables from docker-compose (babf9ab by Promise Fru).

v0.7.0 - 2025-09-17

Compare with v0.6.0

Features

  • Add QUEUEDROID environment variables to .env.example and docker-compose (ad20cbd by Promise Fru).

v0.6.0 - 2025-08-14

Compare with v0.5.0

Features

  • Add QUEUEDROID environment variables to .env.example and docker-compose (ec8863b by Promise Fru).

v0.5.0 - 2025-05-27

Compare with v0.4.1

Features

  • Add new volumes for adapters in docker-compose (b5cc6ef by Promise Fru).
  • Update volumes and environment variables for adapters in docker-compose (cae7289 by Promise Fru).

v0.4.1 - 2025-03-13

Compare with v0.4.0

Features

  • Adds MySQL database connection to bridge service. (34de936 by Promise Fru).

v0.4.0 - 2025-03-11

Compare with v0.3.0

Features

  • Add SMTP allowed email addresses configuration. (9f47435 by Promise Fru).
  • Add config to disable bridge payloads over HTTP. (994af89 by Promise Fru).
  • Configure aggregator to use publisher service. (b453857 by Promise Fru).
  • Expose publisher service via HTTP. (d49d023 by Promise Fru).
  • Add mock delivery SMS support (65b9938 by Promise Fru).
  • Add rebuild flag to force image rebuilds. (1ac2e32 by Promise Fru).
  • Add static keystore volume. (74fac3c by Promise Fru).
  • Add Twilio integration to bridge_server. (0800cc4 by Promise Fru).
  • Add IMAP support to bridge server. (c7dd7d6 by Promise Fru).

Bug Fixes

  • Use HTTP for publisher connection. (619e093 by Promise Fru).
  • export all service paths before using rebuild. (4e8eeb0 by Promise Fru).

v0.3.0 - 2024-12-09

Compare with v0.2.0

Features

  • add Telemetry Aggregator service. (dd64475 by Promise Fru).

v0.2.0 - 2024-12-01

Compare with v0.1.0

Features

  • remove sync socket functionality. (6cd8f21 by Promise Fru).

v0.1.0 - 2024-11-13

Compare with v0.0.1

Features

  • Integrate GlitchTip for error tracking. (1414af1 by Promise Fru).
  • add Bridge Server component. (eff599e by Promise Fru).

Bug Fixes

  • the assembler script to always pull from the 'main' branch and checkout the 'main' branch when NO_VERSION_CHECK is true. (fab2af4 by Promise Fru).

v0.0.1 - 2024-10-17

Compare with v0.0.0

Features

  • Add option to skip version check. (a5139a5 by Promise Fru).
  • Introduce install, uninstall, and update commands. (fed1a4c by Promise Fru).

v0.0.0 - 2024-08-23

Compare with first commit

Features

  • Introduce automated database backups (3352c99 by Promise Fru).
  • Configure Nginx for dynamic configuration (ccb1d81 by Promise Fru).
  • Removed explicit worker process configuration (416258b by Promise Fru).
  • Expose additional ports in proxy (d5a3a25 by Promise Fru).
  • Expose additional container ports (824212f by Promise Fru).
  • Enhance Nginx security configuration (d6c0145 by Promise Fru).
  • Enable quieter deployment and removal scripts (5ff0721 by Promise Fru).
  • Migrate to custom Nginx for streamlined proxying (37963bd by Promise Fru).
  • Expose service ports in docker-compose (061d5c1 by Promise Fru).
  • Add installation script and improve project structure (c48fd89 by Promise Fru).
  • Enable project-specific deployment and teardown (1360382 by Promise Fru).
  • Enhance certificate copying script with progress reporting (0eb4e16 by Promise Fru).
  • Add certs and drop commands to assembler (d6eb4f3 by Promise Fru).
  • Isolate Nginx Proxy Manager database (b575c3f by Promise Fru).
  • Improve environment variable loading (0d66765 by Promise Fru).
  • Introduce environment variable configuration (e64332d by Promise Fru).
  • Introduce deployment automation script and structure (1a5def3 by Promise Fru).

Code Refactoring

  • update config (fcfb3a5 by Promise Fru).
  • Enhance proxy documentation and configuration (32897e7 by Promise Fru).
  • refine Nginx configuration (473e1cb by Promise Fru).
  • Optimize Docker Compose output during deployment (bf75f92 by Promise Fru).