Releases

This page summarizes the stable package release history for Transmit Dart Auth SDK and keeps the public docs aligned with the published SDK versions. '''

1. Release Sources

  • Pubspec: apps/sdks/transmit-dart-auth-sdk/transmit-dart-auth-sdk/pubspec.yaml

  • Changelog: apps/sdks/transmit-dart-auth-sdk/transmit-dart-auth-sdk/CHANGELOG.md

2. v0.0.5

2.1. Overview

This release cleans up release metadata after merge-conflict resolution and aligns the test tooling baseline with the current SDK workspace.

2.2. Highlights

  • Removed unresolved merge-conflict markers from package metadata and release notes.

  • Aligned ds_tools_testing with the current release used across the SDK workspace.

  • Kept the published package metadata clean for the next pub.dev release.

2.3. Fixes

  • Cleaned package metadata that still contained merge-conflict markers.

  • Cleaned release notes that still contained merge-conflict markers.

2.4. Improvements

  • Updated the testing dependency baseline to the current ds_tools_testing release.

  • Kept release documentation aligned with the 0.0.5 version declared in pubspec.yaml.

3. v0.0.4

3.1. Overview

This release prepares the Transmit package for the next stable publish by tightening the public API surface, refreshing direct dependency constraints, and aligning docs and CI with the current repo layout.

3.2. Highlights

  • Added clearer TransmitAuth and TransmitClient entrypoints

  • Refreshed direct dependency constraints

  • Updated docs and CI for the current package structure

3.3. Improvements

  • Added client-oriented aliases alongside TransmitSDK for clearer consumer usage.

  • Updated the README and examples index to match the current backend and example guidance.

  • Aligned setup-validation and development CI with the Dart 3.11.4 baseline.

4. v0.0.3

4.1. Overview

This release aligns the package with a newer Dart SDK baseline.

4.2. Highlights

  • Dart SDK bumped for the current stable release line

4.3. Improvements

  • Updated the package to the newer Dart SDK baseline reflected in pubspec.yaml.

5. v0.0.2

5.1. Overview

This release expands the example app footprint and publishes the cleaned public namespace for the Transmit SDK.

5.2. Highlights

  • Added Flutter mobile example app package files

  • Removed the older aortem namespace from the public package surface

5.3. Improvements

  • Added the mobile example app pubspec and entrypoint files.

  • Cleaned the public package naming and import paths for the stable release line.

5.4. Notes

  • This release includes breaking namespace changes for consumers using older import paths.

6. v0.0.1

6.1. Overview

This release establishes the first stable package version with the initial auth, token, MFA, tooling, and CI foundations.

6.2. Highlights

  • First stable package release

  • Added initial auth and token-management modules

  • Added local dev tools, tests, and CI wiring

6.3. Improvements

  • Added the CLI entrypoint, unit tests, integration tests, and authentication modules.

  • Reorganized example app paths and CI/CD child pipeline locations.

  • Updated project metadata, dependencies, hooks, and validation rules.

6.4. Removed

  • Removed deprecated example files and obsolete workflow definitions.

7. Pre-release History

7.1. Overview

Earlier pre-stable package builds are part of the SDK history and remain documented in the changelog.

7.2. Included Pre-release Tags

  • 0.0.1-pre+4

  • 0.0.1-pre+3

  • 0.0.1-pre+2

  • 0.0.1-pre+1

7.3. Notes

  • Keep this page aligned with the version declared in pubspec.yaml.

  • Use CHANGELOG.md as the source of truth for exhaustive historical change notes.