Skip to content

v6.14.0

Compare
Choose a tag to compare
@Tr00d Tr00d released this 12 Dec 06:03
· 170 commits to main since this release

What's Changed

Bug Fixes

  • Add specific System.Net.Http for Vonage.Common.Test to avoid mismatch when building with
    .NetFramework (aa6a2d1)

  • Add explicit reference to System.Net.Http for
    .NetFramework4.6.2 (5d151b6)

Documentation

  • Update changelog after v6.13.0 tag (a89ee57)

  • Update
    changelog (ea21a0c)

  • Update readme with available
    APIs (13875a8)

Features

  • Base structure for CreateConversation in Conversations
    API (b401dc7)

  • Implement CreateConversationResponse
    deserialization (98b6539)

  • Override .ToString() on
    Maybe (09133a0)

  • Implement Merge capability on
    Maybe (f961208)

  • Implement GetFailureUnsafe on
    Result (038c24e)

  • Add BeEquivalentTo assertions to Maybe and
    Result (364d43d)

  • Implement builder for Name & DisplayName in
    CreateConversation (5b1b575)

  • Implement builder for Uri in
    CreateConversation (4d012dd)

  • Implement builder for Properties in
    CreateConversation (7a8c4c1)

  • Implement builder for Callback in
    CreateConversation (61511f3)

  • Implement request validation for
    CreateConversation (4250e09)

  • Implement default serialization for
    CreateConversation (5d92598)

  • Implement builder for Numbers in
    CreateConversation (51cddd7)

  • Support serialization for
    CreateConversation (6e6cc78)

  • Video integration (
    #558) (2e5c46e)

Merges

Pipelines

  • Make changelog workflow dispatch
    only (f9466fa)

Refactoring

  • Use value equality when asserting
    properties (68ff008)

  • Add invariant culture when parsing
    DateTimeOffset (16bcd1b)

  • Update
    dependencies (128712c)

Releases

  • Bump version to
    v6.14.0 (50cca55)

Reverts

  • Revert "fix: add specific System.Net.Http for Vonage.Common.Test to avoid mismatch when building with .NetFramework"

This reverts commit aa6a2d1.
(3a39d06)

Full Changelog: v6.13.0...v6.14.0