Skip to content
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 22 Apr 19:52
· 46 commits to main since this release
8d8982d

@typespec/versioning

Bug Fixes

  • #7022 Fix issue where the incompatible-versioned-reference diagnostic was incorrectly triggered when a model had a @removed decorator and one of its properties had an @added decorator, even if the versions were compatible.

    Example:

    @removed(Versions.v3)
    model Widget {
      @added(Versions.v2)
       name: string;
    }

@typespec/rest

No changes, version bump only.

@typespec/protobuf

Bug Fixes

  • #7069 Handle types without node

@typespec/eslint-plugin

No changes, version bump only.

@typespec/html-program-viewer

No changes, version bump only.

@typespec/internal-build-utils

Bug Fixes

  • #6676 Fix third party resolution getting duplicate entries

typespec-vs

No changes, version bump only.

@typespec/library-linter

No changes, version bump only.

@typespec/events

No changes, version bump only.

@typespec/sse

No changes, version bump only.

@typespec/streams

No changes, version bump only.

@typespec/xml

No changes, version bump only.

@typespec/standalone-cli

No changes, version bump only.