You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(visualizer): add HTTP content negotiation for visualizer API backward compatibility (#34)
* feat(visualizer): add HTTP content negotiation for visualizer API backward compatibility
- Default to JSON responses for v2.2.0+ backward compatibility
- Support MessagePack via Accept: application/msgpack header
- Browser visualizer explicitly requests MessagePack for performance
- Add test for JSON backward compatibility
- Update docs with JSON and MessagePack client examples
* fix(visualizer): improve dependency handling and multilingual JSON support
- Add Request to ImportError fallback block for dependency-free imports
- Place Request before default params (FastAPI auto-injects Request)
- Add Request to ImportError fallback block for dependency-free imports
- Replace Request hint to Request | None union type
- Add ensure_ascii=False to json.dumps() to preserve non-ASCII characters
0 commit comments