Skip to content

Releases: CFX-Software/cfx-db

v1.1.1

12 Feb 15:06

Choose a tag to compare

CFX-DB v1.1.1

What's New

  • Logging System — Added a full logging system with configurable log levels (debug, info, warn, error). Helps you see exactly what cfx-db is doing under the hood without cluttering your console.

  • Auto-Updater — cfx-db now checks for new versions automatically and can update itself. You control whether it applies patches, minor updates, or just notifies you.

  • Unified TypeScript API — A new, cleaner TypeScript API that works the same way as the Lua API. Use promises or callbacks — your choice.

  • Player Identifiers — New helper to reliably resolve player identifiers across different FiveM builds without worrying about casing issues.

Improvements

  • Smarter Requests — Duplicate queries happening at the same time now share a single request instead of hitting the server twice.

  • Console Commands — New runtime commands (cfxdb_stats, cfxdb_loglevel, cfxdb_update_check) to monitor and control cfx-db while your server is running.

  • Health Checks — Added a lightweight ping endpoint so you can verify your Convex connection is alive without querying any tables.

  • More Config Options — Logging, caching, webhooks, and auto-update behavior are all configurable from shared/config.lua.

Infrastructure

  • CI/CD migrated to Blacksmith for faster builds
  • Updated to Node.js 22

Documentation · GitHub

Release v1.1.0

11 Jan 20:02

Choose a tag to compare

CFX-DB v1.1.0

Changes since v1.0.1

  • chore: bump version to 1.1.0
  • fix: add Discord webhook embed formatting
  • feat: add Convex components and fix high-priority performance issues
  • fix: add missing Lua resource detection optimizations and type fixes
  • perf: optimize resource detection and improve connection stability (#3)

📦 Installation

See full docs at https://www.cfx.software/docs/cfx-db

# Install
bun install

# Set up Convex
bunx convex dev

# Build
bun run build

🔗 Links

Release v1.0.1

05 Jan 18:17

Choose a tag to compare

CFX-DB v1.0.1

Changes since v1.0.0

  • v1.0.1: Fix database connection issues and infinite loop bug (#2)
  • Merge pull request #1 from CFX-Software/fix-db-setup-docs
  • docs: fix convex setup instructions to avoid bunx resolution error

📦 Installation

See full docs at https://www.cfx.software/docs/cfx-db

# Install
bun install

# Set up Convex
bunx convex dev

# Build
bun run build

🔗 Links

Release v1.0.0

26 Dec 20:54

Choose a tag to compare

CFX-DB v1.0.0

🎉 Initial Release

First public release of CFX-DB!

📦 Installation

See full docs at https://www.cfx.software/docs/cfx-db

# Install
bun install

# Set up Convex
bunx convex dev

# Build
bun run build

🔗 Links