Release Tag: v3.7.36
Date: 2026-09-04
v3.7.36 includes session_token (reverse proxy tokens / 仅反代 / 无账号密码) into COMPARABLE_DELIVERY_TYPES, allowing reverse-proxy accounts to participate in benchmark price calculations (is_comparable=True) alongside finished and semi-finished accounts.
- Comparable Delivery Types Expansion:
- Added "session_token" to COMPARABLE_DELIVERY_TYPES in both �pps/api/app/services/classifier.py and pipeline/common.py.
- Offers offering reverse proxy tokens (such as 【自营】Plus 已接马 仅反代,发CDK 不可网页 不可囤) now have is_comparable=True.
- Test Expectations Updated:
- Updated classifier test cases across API and Pipeline test suites to expect is_comparable=True for session_token items.
- �pps/api/tests: 246 passed, 3 skipped.
- pipeline/tests: 251 passed.
- �pps/web: 55 passed.