E̲lẹ̲gí̱à Documentation - v1.1-2
Minor update containing bug fixes, performance improvements, and enhanced developer tools.
Version 1.1-2 Overview
This maintenance release contains performance optimizations, bug fixes, and enhanced API security features. It is fully backward compatible with v1.0 but recommended for all users.
Release Date
October 15, 2024
What's New
Performance Improvements
- • 20% faster query execution
- • Memory optimizations for API consumers
QueryExecutionSpeed: 1.3x faster than 1.0
Security Enhancements
- • Rate-limit improvements
- • Token refresh mechanisms
JWT refresh rate increased to 5-hour timeout
Upgrading From v1.0
Migration to v1.1-2 is straightforward. The following steps highlight critical changes.
Key Migration Steps
- Run
npm install elegia@1.1.2
to update the SDK - Update authentication headers to include
x-elegia-api-version
with value1.1.2
for all requests - Refactor deprecated APIs with new versions (see deprecation warnings in v1.0)