Added
- 
Add options to send custom WebSocket headers on connect custom_headers = { "Authorization": ["Bearer MySecretToken"], "X-Client-ID": ["my-client-123"], "Accept": ["application/json", "text/plain"] } nc = await nats.connect( "ws://localhost:4222", ws_connection_headers=custom_headers ) 
Fixed
- Fix filter_subject overriding filter_subjects #711
- Fix EOF processing while client is connecting #719
- Fix error when closing ws transport
- Fix test_object_list #728