Skip to content

Releases: aws-amplify/amplify-flutter

v0.6.12

24 Jan 23:31
Compare
Choose a tag to compare

Fixes

  • chore: Bump Android SDK to 1.37.12 (#2596)

v0.6.11

12 Jan 19:49
Compare
Choose a tag to compare

Fixes

  • fix(datastore): prevent unhandled exception crashing App rebuilding sync expression (#2549)
  • fix(datastore): Upgrading from Datastore 0.6.1 to 0.6.8 causes Android app to crash (#2556)
  • fix(api): model helpers use targetNames in schemas with CPK enabled (#2559)

v1.0.0-next.1 (2022-11-15)

16 Nov 01:29
49081dc
Compare
Choose a tag to compare
Pre-release

This release includes preview versions of the API, Analytics, and Storage categories written in Dart with support for Web, Desktop, and Mobile platforms!

See our docs for guides on how to migrate to these new versions.

Breaking Changes

  • chore(api,core): change API types (#2148)
  • chore(storage): migrate interface and setup basic packages

Features

  • feat(api): GraphQL Custom Request Headers (#1938)
  • feat(api): Subscription Reconnection (#2074)
  • feat(api): authorizationMode property for GraphQLRequest (#2143)
  • feat(core): add AWSFile cross platform file abstraction
  • feat(storage): add custom prefix resolver support
  • feat(storage): cancel SmithyOperation on upload file pause and cancel
  • feat(storage): expose operation control APIs for upload data operation
  • feat(storage): revise list API interface and add excludeSubPaths parameter

Fixes

  • fix(api): correct subscription error handling (#2179)
  • fix(api): fix model helper util on web (#2270)

v0.6.10 (2022-11-10)

10 Nov 18:52
9e61fc3
Compare
Choose a tag to compare
  • chore: Bump iOS dependency (#2334)
  • fix(authenticator): remove unnecessary assertion in PendingVerificationCheckState constructor (#2324)
  • fix(authenticator): Username form validation Cognito requirements (#2296)

0.6.9 (2022-10-12)

12 Oct 21:26
Compare
Choose a tag to compare
  • feat(storage): Support custom prefix (#2071)

  • fix(api): support multiple belongsTo (#2087)

  • fix(datastore): support nested predicates for observe and observeQuery (#2043)

  • fix(datastore): enable java8 desugaring for amplify-android datastore (#2232)

  • fix(storage): Custom Prefix Android (#2142)

  • chore: add cloudwatch monitoring for getting started smoke test (#2157)

  • chore: update category support tables (#2138)

  • chore(analytics): Integration test stack improvements

  • chore(api): add targetName to generated models used in tests (#2234)

  • chore(datastore): run integ tests in CI (#2182)

  • test(analytics): Add integration test backend

  • test(analytics): Add events integration tests

v0.6.8 (2022-09-19)

19 Sep 21:16
52a105f
Compare
Choose a tag to compare
  • feat(authenticator): listen to all auth hub events (#2053)
  • fix(core): Podspec deployment target (#2099)
  • fix(storage): Download to existing file (#2116)
  • fix(datastore): cpk errors on a custom type (#2134)
  • chore(core): Export safePrint from amplify_core (#2114)
  • chore(auth): enable integration tests in CI (#1886)
  • chore(repo): Update bug report to include deployment option (#1928)
  • chore(api): add field to schema in provision script (#1909)
  • chore(storage): Update dependencies (#2116)
  • chore(storage): Download to temp file (#2116)
  • chore: adds platform/category table (#2115)

v0.6.7 (09-07-2022)

08 Sep 00:36
Compare
Choose a tag to compare

Fixes

  • fix(core): Podspec deployment target (#2099)

v0.6.6 (2022-08-16)

16 Aug 23:16
Compare
Choose a tag to compare
  • chore: bump amplify-android dep to 1.37.2 (#2036)
  • chore(datastore): improve custom primary key integration tests (#2000)
  • chore: bump amplify-ios dep to 1.28.0 (#2005)
  • chore: bump amplify-android dep to 1.37.0 (#2005)
  • fix(datastore): adapt amplify-ios CPK fix breaking change (#2005)
  • fix(datastore): missing query field model name cause ambigous column … (#1941)
  • chore(datastore): upgrade amplify-ios to cpk preview version (#1641)
  • chore(datastore): add custom primary key integration tests (#1641)
  • chore(datastore): update integration tests model schema (#1641)
  • feat(datastore): add targetNames support for codegen (#1641)
  • chore(datastore): unit tests for custom primary key native imp. (#1641)
  • chore(datastore): unit tests for custom primary key in Flutter (#1641)
  • feat(datastore): custom primary key Flutter native implementation (#1641)
  • chore(datastore): cleanup the codebase (#1641)

1.0.0-next.0 (2022-08-02)

02 Aug 14:57
d86d8d9
Compare
Choose a tag to compare
Pre-release

Initial developer preview release for all platforms.

Developer Preview

The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is not intended for production usage. Please follow our Web and Desktop support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from pub.dev. They offer a stable, production-ready experience for Android and iOS.

0.6.5 (2022-07-28)

28 Jul 22:39
Compare
Choose a tag to compare
  • chore: bump amplify-android dep to 1.36.5
  • fix(storage): Amplify transfer service is running (#1916)
  • fix(storage): ForegroundServiceDidNotStartInTimeException (#1935)