Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 3.32 KB

ReleaseNotes.md

File metadata and controls

45 lines (32 loc) · 3.32 KB

0.7.0 (08 January 2025)

  • #25 - Add GetInformation method + fix Timestamp and Duration [enhancement] contributed by StefH

0.6.0 (03 January 2025)

  • #23 - Add support for "option csharp_namespace" [bug] contributed by StefH
  • #24 - Fix support for newer GoogleWellKnownTypes (Empty, Duration and Timestamp) [bug] contributed by StefH

0.5.0 (17 October 2024)

  • #22 - Fix Google.Protobuf.WellKnownTypes.Value [bug] contributed by StefH

0.4.0 (15 October 2024)

  • #18 - Add WellKnownTypes [enhancement] contributed by StefH
  • #20 - Fix logic for Any [bug] contributed by StefH
  • #21 - Support multiple proto files + add more WellKnownTypes from Google [enhancement] contributed by StefH
  • #15 - Support 'WellKnown' types like google.protobuf.Empty [enhancement]

0.3.0 (06 March 2024)

  • #11 - Fix for when proto package name contains dot(s) [bug] contributed by StefH
  • #10 - Error when proto package name contains dot(s) [bug]

0.2.0 (09 February 2024)

  • #9 - MetadataReferenceService.BlazorWasm - WebcilConverterUtil [enhancement] contributed by StefH

0.1.0 (06 January 2024)

  • #7 - Change methods to Async + add Blazor examples [enhancement] contributed by StefH
  • #8 - Run Unit Tests in CI [Test] contributed by StefH

0.0.6 (28 December 2023)

  • #6 - Add logic to add a GrpcHeader to the protobuf byte-array [enhancement] contributed by StefH

0.0.5 (27 December 2023)

  • #5 - Add SkipGrpcHeader [enhancement] contributed by StefH

0.0.4 (25 December 2023)

  • #4 - Convert Object to ProtoBuf [enhancement] contributed by StefH

0.0.3 (23 December 2023)

  • #3 - ConvertToObject [enhancement] contributed by StefH

0.0.2 (22 December 2023)

  • #2 - Refactor interface [enhancement] contributed by StefH

0.0.1 (22 December 2023)

  • #1 - Add initial code [enhancement] contributed by StefH