Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

73 lines (42 loc) · 1.99 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • New interfaces to represent weakly-typed arrays and objects - IObjectType and IArrayType with corresponding JSON converters

Fixed

  • Fix code generation problem with object and array type definitions without properties (#7)

Fixed

  • Fix binary inconsistency between different origins of the packages in different package sources

Fixed

  • Fix missing copyright info in the NuGet packages metadata

Fixed

  • Fix missing handling of invalid socket state while sending WebSocket requests
  • Fix missing disconnect event invocation

Added

  • Add SessionId parameter for SubscribeAsync and SubscribeSync methods of ProtocolClient

Fixed

  • Fix Subscribe methods replicating events for all connected sessions

Removed

  • Remove preview version postfix

Fixed

  • Fix dotnet cdp tools packaging

Added

  • Initial release