v.1.1.10¶
Improvements:¶
The track_id field was added for events. Now it is possible to:
create events with track_id (post events);
get events using the track_ids filter and use track_id as a target (get events);
match events using track_ids filter and set track_id as a target returned in the matching results (match events);
get statistics on events and specify the track_id as a target or filter (events statistics).
Bugs fixed:¶
The description of the “descriptor_version” parameter was changed in the documentation.
How to update from previous version:¶
To update from previous version, replace all folders with files and update dependencies from requirements.txt. Then run the command:
alembic upgrade head