Changelog
Release history and version notes.
v0.2.9
May 2026Added
- + License tab now shows when your subscription renews (or when a trial ends, or when a grace period must be resolved), so you can see the date at a glance without opening the billing portal.
v0.2.8
May 2026Fixed
- ~ Resolved sales order and invoice posting failures triggered by line breaks or tab characters inside item descriptions, memos, and other text fields. These previously caused QuickBooks to reject the entire transaction. The driver now collapses these characters to a space before sending the record.
v0.2.7
May 2026Fixed
- ~ Text-field reliability improvements for sales orders, invoices, and other transaction writes - hidden characters in pasted memo, description, and customer name fields are now cleaned before the record is sent to QuickBooks.
v0.2.4
May 2026Added
- + Buy Standard and Buy Pro buttons in the GUI now open a checkout session tied to your install, so the purchase activates this machine automatically.
v0.2.3
April 2026Fixed
- ~ Improved compatibility with SQL client libraries that use parameterized (prepared) queries.
- ~ INSERT ... RETURNING now works correctly when used with placeholder values ($1, $2, ...).
- ~ Resolved a result-format mismatch that affected some Go and Java clients on prepared SELECT queries.
v0.2.2
April 2026Added
- + Ship-to address support on sales orders, invoices, and related transactions.
Fixed
- ~ Licensing and entitlement reliability improvements.
v0.2.1
April 2026Added
- + Sales rep references on transactions that support them.
- + Rolling GUI log viewer with size limits so logs no longer grow unbounded.
Fixed
- ~ INSERT field ordering now matches QuickBooks SDK requirements, eliminating sporadic write rejections.
- ~ Delete tracking now respects entity filters, reducing noise in change feeds.
v0.2.0
April 2026Added
- + Multi-line INSERT support for transactions with line items (invoices, bills, sales orders, etc.) in a single statement.
- + Auto-discovery and write support for QuickBooks custom fields.
- + Unified write path for transaction types that share line shapes (bills / item receipts / checks / credit card transactions / vendor credits).
v0.1.0
February 2026Added
- + Initial release of Syntra ODBC
- + 120+ queryable QuickBooks Desktop tables
- + Built-in SQL server (port 5433)
- + Smart local cache with incremental sync
- + Adaptive polling tiers (Hot/Warm/Cold/Frozen)
- + Full SQL support (JOINs, CTEs, subqueries, aggregates, window functions)
- + INSERT/UPDATE/DELETE write operations
- + Auto-discovered custom fields (custom_* prefix)
- + ODBC driver (64-bit & 32-bit)
- + Syntra Query Explorer (built-in SQL client)
- + Windows Service mode
- + TLS encryption support
- + Live reads on QuickBooks Enterprise
- + CALL qb_void() and CALL qb_rebuild_all() commands
- + SET QB_MAX_STALENESS per-session cache control
- + information_schema compatibility
- + Prepared statements