File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.9.27
4+ feat(api): Enhance API endpoint and function name generation
5+
6+ - Improve aiohttp session handling in ` make_single_request() ` to prevent connection errors
7+ - Add robust function name generation for OpenAPI spec endpoints
8+ - Create new test script to validate function name generation for OpenAPI specs
9+ - Update example script to demonstrate edge case handling for API endpoint names
10+ - Ensure proper session and connector closure in async API requests
11+ - Add comprehensive test cases for problematic path name conversions
12+ Addresses potential issues with API endpoint generation and async request management, improving overall robustness of API integration capabilities.
13+
314## v0.9.26
415refactor(extractor): Enhance HTML processing and base64 image removal
516
You can’t perform that action at this time.
0 commit comments