Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
01a9cf7
chore: remove singleton
bobbor Mar 27, 2026
f7ef9ce
chore: remove server-specific code
bobbor Mar 27, 2026
f891964
chore: move code from next adapter to generic adapter
bobbor Mar 27, 2026
98b88c0
feat: add express adapter
bobbor Apr 2, 2026
b9001be
chore: remove unneeded server side implementaion
bobbor Apr 2, 2026
e1384aa
chore(storage): adjust endpoint provider
bobbor Apr 2, 2026
f7cf3be
feat(storage): add PUT method support for getUrl presigned upload URLs
osama-rizk Mar 3, 2026
2ba89ec
test(storage): add unit tests for PUT method functionality
osama-rizk Mar 3, 2026
a176519
increase get url limit
osama-rizk Mar 4, 2026
33b30fd
increase the size limit of @aws-amplify/predictions
osama-rizk Mar 4, 2026
b9e4ed5
Add a changeset
osama-rizk Mar 19, 2026
1faf75b
chore(deps): bump picomatch from 2.3.1 to 2.3.2 and 4.0.3 to 4.0.4 (#…
ahmedhamouda78 Mar 27, 2026
d761d4b
chore: bump aws-sdk's to v3.1012.0 (#14757)
bobbor Mar 31, 2026
c1bb45b
chore(ci): fix changelog generation step for latest (#14764)
pranavosu Apr 1, 2026
1d7be05
chore(deps): bump webpack to 5.105.4, remove serialize-javascript res…
pranavosu Apr 2, 2026
a329fb9
chore(deps): bump lodash from 4.17.23 to 4.18.1 (#14765)
dependabot[bot] Apr 2, 2026
9eb5e89
fix(datastore-storage-adapter): bump expo-file-system (#14768)
pranavosu Apr 3, 2026
8498f85
ci: run unstable publish directly to avoid changesets/action versioni…
pranavosu Apr 7, 2026
78c72bb
fix(storage): address PR #14740 review comments
osama-rizk Apr 8, 2026
0ae0f54
fix: migrate tests to V7 AmplifyContext pattern across all packages
osama-rizk Apr 10, 2026
f0df780
Fix API package unit tests
osama-rizk Apr 13, 2026
50cfe05
Fix api-graphql unit tests
osama-rizk Apr 13, 2026
4c3dc63
fix datastore-storage-adapter unit tests
osama-rizk Apr 13, 2026
f551b91
fix datastore unit tests
osama-rizk Apr 13, 2026
dabc576
remove accidentally committed tsbuildinfo files
osama-rizk Apr 13, 2026
036d2b5
remove server subpath imports from TSC compliance test
osama-rizk Apr 13, 2026
e54e49e
allow new dependency licenses in dependency review config
osama-rizk Apr 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .changeset/happy-squids-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@aws-amplify/core": patch
"@aws-amplify/analytics": patch
"@aws-amplify/predictions": patch
"@aws-amplify/storage": patch
"@aws-amplify/geo": patch
"@aws-amplify/api-rest": patch
"@aws-amplify/api-graphql": patch
"@aws-amplify/interactions": patch
"@aws-amplify/notifications": patch
---

chore: bump aws-sdk's to v3.1012.0
5 changes: 5 additions & 0 deletions .changeset/slow-emus-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aws-amplify/storage': minor
---

feat(storage): add PUT method support for getUrl presigned upload URLs
4 changes: 4 additions & 0 deletions .github/dependency-review/dependency-review-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ allow-dependencies-licenses:
- 'pkg:npm/%2540img/sharp-win32-ia32'
- 'pkg:npm/%2540img/sharp-win32-x64'
- 'pkg:npm/unicode-match-property-value-ecmascript@2.2.1'
- 'pkg:npm/bowser@2.14.1'
- 'pkg:npm/unicode-property-aliases-ecmascript@2.2.0'
- 'pkg:npm/%2540babel/traverse--for-generate-function-map@7.29.0'
- 'pkg:npm/aws-jwt-verify'
2 changes: 2 additions & 0 deletions .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
GH_TOKEN_STAGING_READ: ${{ secrets.GH_TOKEN_STAGING_READ }}
- name: Load Verdaccio with AmplifyJs
uses: ./amplify-js/.github/actions/load-verdaccio-with-amplify-js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Yarn Install
working-directory: ${{ inputs.working_directory }}
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/callable-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
GH_TOKEN_STAGING_READ: ${{ secrets.GH_TOKEN_STAGING_READ }}
- name: Load Verdaccio with AmplifyJs
uses: ./amplify-js/.github/actions/load-verdaccio-with-amplify-js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run cypress tests for ${{ inputs.test_name }} dev
shell: bash
working-directory: amplify-js-samples-staging
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/release-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ jobs:
uses: ./amplify-js/.github/actions/node-and-build

- name: Publish to @unstable
uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7
with:
cwd: ./amplify-js
publish: yarn publish:unstable
createGithubReleases: false
working-directory: ./amplify-js
run: yarn publish:unstable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ coverage-ts/
# ruby
vendor/
Gemfile.lock
*.tsbuildinfo
Loading
Loading