Skip to content

v12.56.18

Choose a tag to compare

@riderx riderx released this 02 Dec 19:46
· 3302 commits to main since this release
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Added

  • Cursor-based pagination for device listings to improve performance and scalability
  • Device counts tracking to monitor total devices per organization
  • Caching layer for device usage tracking to reduce analytics costs and improve performance
  • DEVICE_INFO binding for improved device data management

Changed

  • Transitioned from DB_DEVICES to DEVICE_INFO for analytics operations
  • Updated database configuration for devices in Cloudflare Workers deployment

Removed

  • Version column from devices table as it's no longer needed
  • Sortable property from device table columns for cleaner interface
  • Legacy DB_DEVICES references throughout codebase
  • Old devices cleanup functionality in favor of new architecture

Fixed

  • Response data structure in device GET endpoint tests to match actual API behavior
  • Casing for USER_MIN_RIGHT constant in device deletion tests
  • Database naming inconsistencies for devices in wrangler configuration

🔗 Full Changelog: v12.56.17...v12.56.18