发布

  • [OPIK-6702] [BE] fix: allow last_updated_at and created_at filters on Trace filters (#6958)

    frostbyte_neo 发布于 2026-06-03 15:48:23 +00:00

    • [OPIK-6702] [BE] fix: allow last_updated_at and created_at filters on GET /v1/private/traces

    These TraceField date fields were fully wired (DATE_TIME type, db column
    mapping, operator templates) but missing from FilterStrategy.TRACE's
    allowlist, so toAnalyticsDbFilters silently dropped them and the endpoint
    returned unfiltered results. Add both to the TRACE strategy set.

    Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

    • fix flaky test
    下载附件