Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

44 lines (29 loc) · 1.53 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

  • SetAttributes method to CreateTokenParams.
  • SetSigningAccount method to UpdateTransaction.
  • SetSignedAtBlock method to UpdateTransaction.
  • GetBeams query in beam schema.
  • RemoveTokens mutation in beam schema.
  • ListingDataJsonConverter class to Marketplace library
  • ListingStateJsonConverter class to Marketplace library
  • IGraphQlParameterHolder now has HasParameter method.
  • IGraphQlRequest now has HasVariable method.

Changed

  • ListingData now has converter attribute for ListingDataJsonConverter
  • ListingState now has converter attribute for ListingStateJsonConverter
  • NotSupportedException thrown within GraphQlParameterJsonConverter.Read() now has a message.

Deprecated

  • SetSingleUse method in HasBeamCommonFieldsExtension.

Fixed

  • FixedPriceState.AmountFilled now has the correct JSON property name
  • Listener registrations within PusherEventService are now atomic.
  • Handler used for logging HTTP traffic no longer uses the same message builder for all messages.

v1.0.0-beta.1 - 2023-06-21

  • Public beta release.