4.25.6
(feat):
Removed snippet generation
4.25.5
(feat):
Enabled “ignore” as an option for extra fields
4.25.4
(fix):
Updated construct_type function to handles undiscriminated unions with lists, sets, and dictionaries of objects.
4.25.3
(fix):
Fix websocket connect method generation for single base URL environments.
4.25.2
(fix):
Generator fix: automatically switch tabs to spaces, following PEP8 standards.
4.25.1
(fix):
Correctly import websockets exceptions.
4.25.0
(feat):
Support async functions as websocket callback handlers.
4.24.3
(fix):
Support websockets>=14 by using legacy client.
4.24.2
(fix):
Emit ERROR events for JSON parsing errors in websocket connections.
4.24.1
(fix):
Parse websocket messages as JSON before Pydantic parsing.
4.24.0
(feat):
Add support for path parameters backed by variables supplied to the client constructor.
4.23.2
(chore):
Bump websockets dependency to >=12.0.0 to ensure compatibility with newer websocket implementations and improve stability.