bmc_hub/MDfile/RELEASE_NOTES_v1.3.5.md
Christian a604a3cc44 Add comprehensive test suite for vTiger integration and ticket module
- Implemented test scripts for vTiger account retrieval, contact data, and modules.
- Created a detailed test suite for the ticket module, covering database schema validation, ticket number generation, prepaid card constraints, and service logic.
- Added tests for vTiger field inspection and various queries related to accounts and sales orders.
- Introduced SQL migration scripts for the ALSO Cloud Billing foundation, including import jobs, lines, and mapping tables with necessary constraints and indices.
- Enhanced workflow columns in the import lines table to support matching and validation timestamps.
2026-06-20 03:29:51 +02:00

1.1 KiB

Release Notes - v1.3.5

Release Date: 22. december 2025

🐛 Bug Fixes

E-conomic Sync

  • Fixed typo i e-conomic sync endpoint: verifiot_matched_countverified_count
  • Tilføjet not_matched til return value for bedre feedback

Deployment Instructions

Production Server Update

  1. SSH til serveren:

    ssh bmcadmin@172.16.31.183
    
  2. Naviger til projekt directory:

    cd /path/to/bmc_hub  # Skal opdateres til korrekt sti
    
  3. Pull ny version:

    git pull origin main
    git checkout v1.3.5
    
  4. Genstart containers:

    docker-compose down
    docker-compose up -d --build
    
  5. Verificer:

    docker ps
    curl http://localhost:8001/health
    curl http://localhost:8001/settings
    

Technical Details

  • Git Tag: v1.3.5
  • Commit: c5ce819
  • Changed Files: app/system/backend/sync_router.py

Breaking Changes

Ingen breaking changes i denne release.

Notes

Settings siden er verificeret at virke både lokalt og skal virke efter deployment på production.