Skip to main content

Changelog

All notable changes to the Action Target POS Gateway API will be documented here.

[Unreleased]

Added

  • Initial documentation site

[2.0.0] - 2024-02-03

Added

  • New v2 API endpoints with improved naming conventions
  • Simulation endpoints for testing webhooks
  • Products API for lane purchasing integration

Changed

  • Field naming now uses explicit identifiers (session_id, lane_id instead of generic id)
  • Session modification now uses POST /sessions/{id}/modify?time=±minutes
  • Session stop now uses dedicated POST /sessions/{id}/stop endpoint

Deprecated

  • v1 API endpoints (still supported but recommend migrating to v2)

[1.0.0] - 2023-XX-XX

Added

  • Initial API release
  • Basic session management
  • Lane and bay information endpoints
  • Group management

How to Read This Changelog

This changelog follows Keep a Changelog format.

Change Types

  • Added - New features
  • Changed - Changes to existing functionality
  • Deprecated - Features that will be removed in future versions
  • Removed - Features that have been removed
  • Fixed - Bug fixes
  • Security - Security improvements or fixes

Version Format

We use Semantic Versioning:

  • MAJOR version for incompatible API changes
  • MINOR version for backwards-compatible new features
  • PATCH version for backwards-compatible bug fixes