[ CHANGELOG ]

What we ship.Week by week.

The VXNE operating layer evolves continuously. New event sources, refined routing logic, expanded role definitions. Below is a chronological log of platform changes.

v0.1.4
MAY 2026
PROTOCOLLATENCY

Enhanced ANPR-to-Webhook latency reduction

Refined the event enrichment pipeline to reduce p95 latency for ANPR-triggered events from 840ms to 320ms. The improvement comes from pre-warming member profile caches for booked members on a rolling 90-minute window.

  • Pre-warm cache for members with bookings in next 90 min
  • Reduced p95 latency: 840ms → 320ms
  • Reduced p99 latency: 1.4s → 580ms
v0.1.3
APRIL 2026
INTEGRATIONS

Apache Camel adapter for bespoke L1 sources

Added native support for ingesting events from Apache Camel routes. This enables VXNE to integrate with internally-developed club management systems (such as those built by Open Circle Solutions) without requiring source code modifications.

  • Camel route registration via /v1/sources endpoint
  • HMAC-SHA256 signing for event authenticity
  • Schema mapping wizard for bespoke event payloads
v0.1.2
APRIL 2026
UXL3

Event Card state machine for L3 interfaces

Cards now support three explicit states: pending, acknowledged, completed. State is role-scoped, allowing the same event to require action from multiple roles without information loss. Cards no longer disappear without explicit acknowledgment.

  • Pending → Acknowledged → Completed transitions
  • Role-scoped state (per recipient role)
  • Swipe-to-acknowledge gesture (no typing required)
  • Auto-escalation if pending beyond configurable threshold
v0.1.1
MARCH 2026
PROTOCOL

Member Timeline canonical schema (v1)

First stable schema for the Member Timeline data structure. The timeline now serves as the canonical read model for all L3 interfaces, with role-based filtering applied at query time rather than ingestion time. This enables a single member event to surface differently across valet, starter, and F&B roles.

  • Canonical event envelope (event_id, source_system, payload, enrichment, routing)
  • Cross-system correlation by member_ref
  • Role-based projection at query time
v0.1.0
FEBRUARY 2026
INITIAL

VXNE beta — initial protocol specification

First public version of the VXNE operating layer protocol. Initial integrations with Mews, Jonas, Lightspeed, and ANPR camera webhooks. PWA-based L3 interface for staff phones and station tablets.

  • Webhook receiver (Edge Functions)
  • Initial L1 integrations: Mews, Jonas, Lightspeed, ANPR
  • PWA-based L3 interface (iOS, Android, watchOS, desktop browser)
  • EU-hosted, GDPR-compliant infrastructure