All notable Raster API changes to this project will be documented below.
[0.2.0-alpha] - 2024-08-13
Added
- Enhanced asset query functionality:
- Implemented
page
and pageSize
parameters for pagination
- Added
tags
parameter for filtering assets by up to 5 tags
- Improved library information:
- Added
tags
field to the Library
type, returning detailed tag information
- New
tags
query for retrieving tag information for a specific library
Changed
- Optimized database queries for improved performance
- Updated
assets
query to support both user-created and AI-generated tags
Security
- Improved API key authentication checks for library access
[0.1.0-alpha] - 2023-06-20
Added
- Initial Alpha version of the Raster GraphQL APIs
- Basic query support for assets, libraries, and tags
- Authentication using API keys