Skip to content

V1.3.1

Latest

Choose a tag to compare

@zakersimonjack zakersimonjack released this 11 Feb 09:15
cc4edea

🚀 Key Features

  • Device Location Support: Added comprehensive device location management with new HTTP APIs and location data in
    device responses
  • Data Management: Implemented data retention with scheduled cleanup
  • OAuth & Authentication Enhancements: Improved token management with reuse within cooldown period and fixed multiple
    authentication issues
  • Performance Infrastructure: Introduced request coalescer for duplicate request handling and object pool for resource
    optimization

🐛 Important Fixes

  • Fixed resource and tenant isolation issues in multiple operations
  • Upgraded PostgreSQL driver to resolve preferQueryMode bug
  • Fixed device search when keyword contains integration name
  • Resolved async issues in inflight request handling

⚡ Performance Improvements

  • Optimized database queries and device uplink processing
  • Enhanced device status service to reduce time-consuming operations
  • Improved entity history export and canvas relation queries

🔧 Other Improvements

  • Bug fixes for entity management, workflow, and data permission handling
  • Enhanced logging and monitoring capabilities
  • Improved data validation and error handling
  • Multiple stability and code quality improvements