Changelog
All notable changes to the Elfa API will be documented in this page.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.4.0]
Deprecated
- V1 API: V1 is being retired — use the V2 endpoints (or the
@elfa-ai/sdk). The V1-to-V2 migration guide has been removed.
[2.3.1]
Added
- timeWindow parameter: Added optional
timeWindowparameter togetTokenNews()method for time-based filtering - Default timeWindow values: API now provides default "7d" values for time window parameters across multiple endpoints
Changed
- Token news interface: Enhanced
TokenNewsParamsinterface to support time window filtering - API parameter defaults: Updated swagger schema with default time window values for improved usability
[2.3.0]
Added
- Event summary endpoint: New endpoint for event-based data aggregation
- Reposts parameter: Added support for repost filtering in V2 client methods
- Repost breakdown field: Enhanced response data with repost analytics
Changed
- Mention schema update: Replaced
SanitizedMentionwithMentionV2for improved clarity and consistency - Test coverage: Expanded test coverage for reposts parameter functionality
Fixed
- Schema updates: Updated Swagger documentation to reflect latest API changes
[2.2.0]
Added
- Smart follower count: New field in smart account statistics
- Enhanced linting: Implemented comprehensive ESLint configuration with pre-commit hooks
- Code formatting: Added Prettier integration with lint-staged for consistent code style
Changed
- Smart stats response structure: Updated response format with additional fields for better analytics
- Development workflow: Added pre-commit hooks for code quality enforcement
Fixed
- TrendingContractAddress interface: Removed deprecated
changePercentfield - Top mentions schema: Fixed return schema validation issues
[2.1.0]
Added
- Smart follower count: Enhanced account statistics with follower tracking
- Production schema: Updated to use production Swagger schema
Fixed
- Top mentions schema: Hotfix for schema validation issues
- HTTP client tests: Fixed test reliability issues
[2.0.2]
Fixed
- SDK version: Version alignment fixes
- Build process: Improved build reliability
[2.0.1]
Fixed
- Mapping fixes: Corrected data mapping issues
- CI updates: Enhanced continuous integration pipeline