Skip to content

Bump to v1.0 (stable semver release) #1801

Description

@jacalata

TSC has been versioned as 0.x since its initial release, despite being a widely-used, production-grade library. Staying at 0.x implies instability and allows semver-breaking changes without a major version bump, which is confusing for users who depend on it.

Proposal: release the next version as 1.0, signalling stability and committing to semver conventions going forward. This means:

  • Breaking changes require a major version bump (2.0, etc.)
  • Non-breaking additions use minor bumps (1.1, 1.2, ...)
  • Bug fixes use patch bumps (1.0.1, ...)

This aligns with the approach used by other Tableau SDKs (e.g. the Migrations SDK).

Open questions:

  • Are there any known breaking changes we'd want to ship before locking 1.0?
  • Should we do a deprecation pass first (e.g. no_extract, old auth patterns)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions