mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
* feat: initial commit adding daily tag spend table to db * feat(db_spend_update_writer.py): correctly log tag spend transactions * build(schema.prisma): add new tag table to root * build: add new migration file * feat(common_daily_activity.py): add `/tag/daily/activity` API endpoint allows viewing daily spend by tag * feat(tag_management_endpoints.py): support comma separated list of tags + tag breakdown metric allows querying multiple tags + knowing what tags are driving spend * feat(entity_usage.tsx): initial commit adding tag based usage to litellm dashboard brings back tag based usage tracking to UI at 1m+ spend logs * feat(entity_usage.tsx): add top api key view to ui * feat(entity_usage.tsx): add tag table to ui * feat(entity_usage.tsx): allow filtering by tag * refactor(entity_usage.tsx): reorder components * build(ui/): fix linting error * fix: fix ruff checks * fix(schema.prisma): drop uniqueness requirement on tag allows dailytagspend to have multiple rows with the same tag * build(schema.prisma): drop uniqueness requirement on tag in dailytagspend allows tag agg. view to work on multiple rows with same tag * build(schema.prisma): drop tag uniqueness requirement |
||
---|---|---|
.. | ||
20250326162113_baseline | ||
20250326171002_add_daily_user_table | ||
20250327180120_add_api_requests_to_daily_user_table | ||
20250329084805_new_cron_job_table | ||
20250331215456_track_success_and_failed_requests_daily_agg_table | ||
20250411215431_add_managed_file_table | ||
20250412081753_team_member_permissions | ||
20250415151647_add_cache_read_write_tokens_daily_spend_transactions | ||
20250415191926_add_daily_team_table | ||
20250416115320_add_tag_table_to_db | ||
20250416151339_drop_tag_uniqueness_requirement | ||
migration_lock.toml |