Update dependency @aws-amplify/datastore to v5 #425
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.12.12
->5.0.67
Release Notes
aws-amplify/amplify-js (@aws-amplify/datastore)
v5.0.67
Compare Source
v5.0.66
Compare Source
v5.0.65
Compare Source
v5.0.64
Compare Source
v5.0.63
Compare Source
v5.0.62
Compare Source
v5.0.61
Compare Source
v5.0.60
Compare Source
v5.0.59
Compare Source
v5.0.58
Compare Source
v5.0.57
Compare Source
v5.0.56
Compare Source
v5.0.55
Compare Source
v5.0.54
Compare Source
v5.0.53
Compare Source
v5.0.52
Compare Source
v5.0.51
Compare Source
v5.0.50
Compare Source
v5.0.49
Compare Source
v5.0.48
Compare Source
v5.0.47
Compare Source
v5.0.46
Compare Source
v5.0.45
Compare Source
v5.0.44
Compare Source
v5.0.43
Compare Source
v5.0.42
Compare Source
v5.0.41
Compare Source
v5.0.40
Compare Source
v5.0.39
Compare Source
v5.0.38
Compare Source
v5.0.37
Compare Source
v5.0.36
Compare Source
v5.0.35
Compare Source
v5.0.34
Compare Source
v5.0.33
Compare Source
v5.0.32
Compare Source
v5.0.31
Compare Source
v5.0.30
Compare Source
v5.0.29
Compare Source
v5.0.28
Compare Source
v5.0.27
Compare Source
v5.0.26
Compare Source
v5.0.25
: 2023-04-06 Amplify JS release - [email protected]Compare Source
What's Changed
establishRelationAndKeys
util to not attempt to add duplicate indices forbelongsTo
relationships (#11187) by @david-mcafee in https://github.com/aws-amplify/amplify-js/pull/11192Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.25
v5.0.24
: Amplify JS release - [email protected]Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.24
v5.0.23
Compare Source
v5.0.22
Compare Source
v5.0.21
: 2023-03-21 Amplify JS release - [email protected]Compare Source
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.21
v5.0.20
Compare Source
v5.0.19
: 2023-03-13 Amplify JS release - [email protected]Compare Source
What's Changed
as any
casts by @svidgen in https://github.com/aws-amplify/amplify-js/pull/11053Full Changelog: https://github.com/aws-amplify/amplify-js/commits/[email protected]
v5.0.18
: 2023-03-07 Amplify JS release - [email protected]Compare Source
What's Changed
aws-amplify
by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/11055Full Changelog: https://github.com/aws-amplify/amplify-js/commits/[email protected]
v5.0.17
: 2023-03-06 Amplify JS release - aws - [email protected]Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.17
v5.0.16
: 2023-02-23 Amplify JS release - [email protected]Compare Source
What's Changed
next
by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10993next
as releasable branch & cleanup old ones. by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10994New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.16
v5.0.15
Compare Source
v5.0.14
Compare Source
v5.0.13
Compare Source
v5.0.12
Compare Source
v5.0.11
Compare Source
v5.0.10
: 2023-01-13 Amplify JS release - [email protected]Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.10
v5.0.9
: 2023-01-09 Amplify JS release - [email protected]Compare Source
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.9
v5.0.8
: 2022-12-27 Amplify JS release - [email protected]Compare Source
What's Changed
immediate
flag when using Kinesis analytics providers by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10783Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.8
v5.0.7
Compare Source
v5.0.6
: 2022-12-14 Amplify JS release - [email protected]Compare Source
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.6
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
: 2022-11-18 Amplify JS release - [email protected] LatestCompare Source
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.3
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
: 2022-11-14 Amplify JS release - [email protected]Compare Source
New Features:
@aws-amplify/api
,@aws-amplify/pubsub
@aws-amplify/storage
Storage.list
supports paginated results. You can also set a set page size by using thepageSize
attribute.Storage.list
on the Storage documentation@aws-amplify/datastore
Lazy loading
await post.comments.toArray()
. You can also lazy load hasOne relationships, for example: await post.author. DataStore also takes advantage of JavaScript’s built-in async iterator support to make it easier for you to authorfor
loops:Nested predicates
await DataStore.query(Comment, c => c.post.title.beginsWith(“Amplify”)
PR 10477
@aws-amplify/notifications
with support for AWS Pinpoint In-App Messaging channel.Breaking changes:
import Auth from '@​aws-amplify/auth'
is no longer supported@aws-amplify/analytics
@aws-amplify/api-rest
@aws-amplify/api-graphql
@aws-amplify/api
@aws-amplify/cache
@aws-amplify/datastore
@aws-amplify/geo
@aws-amplify/interactions
@aws-amplify/predictions
@aws-amplify/pub
@aws-amplify/storage
@aws-amplify/xr
aws-amplify
@aws-amplify/api
,@aws-amplify/pubsub
: Network subscriptions are automatically reconnected and observables stays available (previously observables were closed after network issues)@aws-amplify/analytics
:Analytics.record
no longer accepts string as its first paramaws-amplify
Amplify.Auth
,Amplify.Cache
,Amplify.ServiceWorker
static members are no longer available on Amplify singleton #10562@aws-amplify/pubsub
: Removed misspelled type exportMqttProvidertOptions
fromMqttOverWSProvider
provider@aws-amplify/core
: RemovedJS
export from in favor of individual function exports #10528@aws-amplify/storage
:Storage.list
now acceptspageSize
instead ofmaxKeys
and also the return value is an object that hasresult
and pagination info.@aws-amplify/ui-vue@"< 1.x"
@aws-amplify/ui-react@"< 1.x"
@aws-amplify/ui-angular@"< 1.x"
@aws-amplify/ui-components@"< 1.x"
aws-amplify-vue (all versions)
aws-amplify-angular (all versions)
aws-amplify-react (all versions)
Breaking change upgrade notes
Other changes:
create-react-app
)create-react-app
)tslib
is used across all the packages withimportHelpers
option enabledAll Changes
sideEffects
to improve shake-ability by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10375tslib
&importHelpers
to improve bundle size by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10435tslib
dependencies for v5 by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10512auth
andamazon-cognito-identity-js
to use@aws-crypto/sha256-js
by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10523cache
named export to preserve interoperability with RN by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10546cache
sideEffects to align with other packages by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10562tslib
version to improve dependency flattening by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10588files
list fromaws-amplify-react-native
by @jimblanc in https://github.com/aws-amplify/amplify-js/pull/10620Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.0.0
v4.7.16
Compare Source
v4.7.15
Compare Source
v4.7.14
Compare Source
v4.7.13
Compare Source
v4.7.12
Compare Source
v4.7.11
Compare Source
v4.7.10
Compare Source
v4.7.9
[Compare Source](https://redirect.github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.