[MS] Dev Proxy v1.3 with exporting to HAR, LLM usage tracking, and enhanced permissions analysis - devamazonaws.blogspot.com
We're thrilled to announce the release of Dev Proxy v1.3.0! This update introduces two powerful new plugins: HAR file generation for universal debugging and LLM usage tracking for cost optimization, along with enhanced permissions analysis and improved OpenAPI spec generation for complex testing scenarios. In this version:
Key capabilities:
Post Updated on October 30, 2025 at 10:47AM
Thanks for reading
from devamazonaws.blogspot.com
- New HarGeneratorPlugin for HTTP Archive file generation
- New OpenAIUsageDebuggingPlugin for language model usage tracking
- Enhanced minimal permissions plugins with authentication scheme support
- Improved OpenAPI spec generation for multi-port scenarios
- Better CSV logging for API activity tracking
- Bug fixes and improvements
New HarGeneratorPlugin for HTTP Archive file generation
We're introducing the HarGeneratorPlugin, a powerful new addition that generates industry-standard HTTP Archive (HAR) files from intercepted API requests and responses.
What are HAR files?
HTTP Archive files are the universal standard for recording network activity. They're compatible with virtually every debugging tool, browser, and development environment, making them perfect for:- Cross-team collaboration: Share reproducible network traces with developers, QA, and support teams
- Integration with existing tools: Import directly into Chrome DevTools, Fiddler, or any HAR-compatible tool
- Troubleshooting and diagnostics: Provide complete network activity logs when reporting issues
- Performance analysis: Analyze timing, headers, and payload data across multiple tools
New OpenAIUsageDebuggingPlugin for language model usage tracking
For developers building AI-powered applications, we've added the OpenAIUsageDebuggingPlugin – a specialized tool that logs OpenAI API usage metrics real-time to CSV files for debugging and cost analysis.
Key capabilities:
- Detailed usage metrics: Track token consumption, model usage, and request patterns
- Debugging support: Understand how your application consumes language model resources, specifically focusing on token and request limits
- CSV format: Easy integration with spreadsheet tools and data analysis workflows
- Monitoring language model consumption during development and testing
- Identifying unexpected token usage patterns before they hit production
- Building cost projections based on actual usage data
- Debugging integration issues with OpenAI-compatible APIs
Improved OpenAPI spec generation for multi-port scenarios
The OpenApiSpecGeneratorPlugin now handles complex testing scenarios more intelligently. Previously, when running integration tests across multiple services on different localhost ports, the plugin would create a filename based only on hostname and timestamp—causing subsequent calls to overwrite the same target file. What's changed:- OpenAPI spec files now include port information in the filename or intelligently aggregate calls
- Multiple services running simultaneously will no longer overwrite each other's specifications
Enhanced minimal permissions plugins with authentication scheme support
We've extended our minimal permissions plugins with the ability to specify authentication schemes, giving you more precise control when working with APIs that support multiple authentication methods. The MinimalPermissionsPlugin, ApiCenterMinimalPermissionsPlugin and MinimalPermissionsGuidancePlugin include schemeName configuration to specify the authentication scheme. Why this matters: APIs often support multiple authentication schemes (eg. application vs. delegated permissions). When analyzing permissions, you can now specify which authentication scheme you're using, ensuring the plugin evaluates permissions accurately for your specific authentication context. This is especially valuable when an API defines different permission requirements based on the authentication method used.Dev Proxy Toolkit
Dev Proxy Toolkit is an extension that makes it easier to work with Dev Proxy from within Visual Studio Code. Alongside the new release of Dev Proxy, we’ve also released a new version of the toolkit, v1.8.0. In this version, we’ve:- Updated all JSON snippets to use v1.3.0 schemas
- Added OpenAIUsageDebugPlugin snippets
- Added HarGeneratorPlugin snippets
Try it now
Download Dev Proxy v1.3 today and benefit from the latest improvements! Thanks to Artem Azaraev and Oliviero Chiodo for contributing to this release. Got feedback or ideas? Join us and be part of the conversation.Post Updated on October 30, 2025 at 10:47AM
Thanks for reading
from devamazonaws.blogspot.com
Comments
Post a Comment