Releases
This page summarizes the stable package release history for Fingerprint Dart Auth SDK and keeps the public docs aligned with the published SDK versions. '''
1. Release Sources
-
Pubspec: apps/sdks/fingerprint-dart-auth-sdk/fingerprint-dart-auth-sdk/pubspec.yaml
-
Changelog: apps/sdks/fingerprint-dart-auth-sdk/fingerprint-dart-auth-sdk/CHANGELOG.md
2. v0.0.5
2.1. Overview
This release restores clean package validation for the server-side FingerprintJS SDK surface, improves test discovery, and updates the public package documentation to match the shipped backend API.
2.2. Highlights
-
Server-side README updated to describe FingerprintJS verification, visitor lookup, and webhook validation.
-
Package test suite restored for clean
dart testdiscovery. -
Publish dry-runs cleaned up by excluding docs and generated example artifacts from the package archive.
2.3. Fixes
-
Fixed
DefaultErrorResponse.toString()so error-response tests match the serialized output. -
Tightened malformed query parsing to reject invalid query strings more predictably.
-
Corrected
IntegrationInfoJSON handling for package tests. -
Replaced empty integration test files with placeholder
main()entries.
3. v0.0.4
3.1. Overview
This release finalizes the Dart 3.11.4 baseline, restores test coverage, and aligns webhook-signature verification with the shipped examples.
5. v0.0.2
5.1. Overview
This release focuses on packaging, documentation, and dependency hygiene to make the SDK easier to consume and publish cleanly.
5.2. Highlights
-
Better README and example documentation
-
Cleaner dependency organization
-
Improved pub.dev compliance and analyzer behavior
6. v0.0.1
6.1. Overview
This release establishes the first stable package version and introduces the initial release automation and example-app cleanup.
6.2. Highlights
-
First stable package release
-
Automated release workflow support
-
Example app and test suite cleanup