Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release/merge main #8088

Closed
wants to merge 157 commits into from
Closed

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    c0de6d8 View commit details
    Browse the repository at this point in the history
  2. chore(flutter): update android section of Amplify Flutter getting sta…

    …rted guide (#7760)
    
    * chore: update android section of Flutter getting started guide
    
    * chore: update gen 2 flutter platform setup
    
    * chore: add info to enable network permissions on android
    
    * chore: update H3 headers to H2
    
    * chore: update min Xcode version to 15
    
    * chore: update xcode verison to 15.0 for macOS
    
    * chore: update ios and macos setup to be consistent with Android, add callout for missing podfile
    Jordan-Nelson authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f6eb7bc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    f75809d View commit details
    Browse the repository at this point in the history
  2. chore: add serverComponentsExternalPackages callout for Next.js (#7757)

    * chore: add serverComponentsExternalPackages callout for Next.js
    
    * Apply suggestions from code review
    
    Co-authored-by: Jim Blanchard <[email protected]>
    
    * Apply suggestions from code review
    
    * Update src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx
    
    Co-authored-by: Jim Blanchard <[email protected]>
    
    * Update src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/server-side-rendering/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    ---------
    
    Co-authored-by: Jim Blanchard <[email protected]>
    Co-authored-by: josef <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ddd3717 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    0cee76e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    be293f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. chore: change outputs to amplifyConfig in flutter gen 2 docs (#7764)

    * chore: change outputs to amplifyConfig in flutter gen 2 docs
    
    * chore: change amplifyconfiguration.dart import to amplify_outputs.dart
    
    * chore: remove --outputs-version 0 and downgrade config file callout
    
    * chore: remove --outputs-version 0 from snippets
    
    * chore: remove gen 2 config conversion callout
    
    * chore: remove amplifyconfiguration.dart references from gen 2
    khatruong2009 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2ee5be3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    a640904 View commit details
    Browse the repository at this point in the history
  2. add warning regarding subscription and mutation redaction of relation…

    …al fields (#7768)
    
    * add warning regarding subscription and mutation redaction of relational fields
    
    * replace authn with authz in warning
    
    * chore(api): Callout for field redaction on Swift Android relational models
    
    * Update src/pages/gen1/[platform]/build-a-backend/graphqlapi/relational-models/index.mdx
    
    * add feature flag to warning for gen 1
    
    * Fix heading order in fragments affecting this page
    
    * add protected redaction message components
    
    * Add tests for redaction message Gen 1 and Gen 2 components
    
    * add snapshots for redaction Gen 1 and Gen 2 component tests
    
    * Adds ProtectedRedactionMessage components for Gen 1 and Gen2
    
    * Render ProtectedRedactionGen1Message component on Gen 1 realtime page
    
    * Render ProtectedRedactionGen1Message component on Gen 2 data modeling page
    
    * Render ProtectedRedactionGen2Message component on Gen 2 realtime page
    
    * Render ProtectedRedactionGen1Message component on Gen 1 data modeling page
    
    * Render ProtectedRedactionGen1Message component on Gen 1 V5 realtime page
    
    * add subscriptionsInheritPrimaryAuth as a feature flag
    
    * correct version for subscriptionsInheritPrimaryAuth
    
    * remove commented code
    
    * fix heading order
    
    ---------
    
    Co-authored-by: Michael Law <[email protected]>
    Co-authored-by: Heather <[email protected]>
    Co-authored-by: katiegoines <[email protected]>
    4 people authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9e79e97 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    03372e2 View commit details
    Browse the repository at this point in the history
  2. change overview card titles from p to h2 (#7780)

    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3298bba View commit details
    Browse the repository at this point in the history
  3. remove conditional in aria-describedby={codeId} for MDXCopyCodeButton (

    …#7779)
    
    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c550c19 View commit details
    Browse the repository at this point in the history
  4. Update index.mdx to fix typo (#7798)

    Removed mention of create-vite-app
    swaminator authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9a5e77f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. add workflow to validate redirects (#7726)

    * add workflow to validate redirects
    
    * change filename
    
    * removing testing errors
    
    * finding all invalid redirects
    
    * running validation to catch all issues
    
    * remove unneeded code
    
    ---------
    
    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6c697ee View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. update set up function guide with data example (#7759)

    * update set up function guide with data example
    
    * add mobile snippets
    josefaidt authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6efa947 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    6966a11 View commit details
    Browse the repository at this point in the history
  2. fix: heading order (#7803)

    hbuchel authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    09779ce View commit details
    Browse the repository at this point in the history
  3. restore autoSignIn section for SignIn page, and Switching Authenticat…

    …ion Flows page for js categories (#7769)
    
    Co-authored-by: JoonWon Choi <[email protected]>
    joon-won and JoonWon Choi authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1fba05c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. replace amplify to ampx (#7804)

    fossamagna authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2548f29 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. feat(js): list api subpathStrategy parameter (#7794)

    * feat(js): list api subpathStrategy parameter
    
    * fix: adds style guide suggestions
    
    * fix: adds result structure
    
    * fix: tried to delineate between recursive exploration of entire path and subpathStrategy option
    
    * Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx
    
    Co-authored-by: Harshita Daddala <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx
    
    Co-authored-by: Harshita Daddala <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx
    
    Co-authored-by: Harshita Daddala <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx
    
    Co-authored-by: Harshita Daddala <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx
    
    Co-authored-by: ashika112 <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * comments and prettier
    
    * undid prettier table change
    
    * Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    ---------
    
    Co-authored-by: haverchuck <[email protected]>
    Co-authored-by: Harshita Daddala <[email protected]>
    Co-authored-by: ashika112 <[email protected]>
    Co-authored-by: josef <[email protected]>
    5 people authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8bda64e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6e6f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14caad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c25e92 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. chore(deps): bump @aws-amplify/amplify-cli-core from 4.3.8 to 4.3.9 (#…

    …7788)
    
    Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.3.8 to 4.3.9.
    - [Release notes](https://github.com/aws-amplify/amplify-cli/releases)
    - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/CHANGELOG.md)
    - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/[email protected]/packages/amplify-cli-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-amplify/amplify-cli-core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    597ddd4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump aws-actions/aws-secretsmanager-get-secrets (#7792)

    Bumps [aws-actions/aws-secretsmanager-get-secrets](https://github.com/aws-actions/aws-secretsmanager-get-secrets) from 2.0.3 to 2.0.5.
    - [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases)
    - [Commits](aws-actions/aws-secretsmanager-get-secrets@ff26a0a...98c2d6b)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/aws-secretsmanager-get-secrets
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1e1c5db View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. storage(android): update getURL options (#7736)

    * storage(android): update getURL options
    
    * add more code examples
    phantumcode authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    96f9f1f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Add Gen 2 SDL docs (#7793)

    * add gen 2 SDL docs
    
    * Update src/pages/[platform]/build-a-backend/data/data-modeling/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/data/data-modeling/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * move support callout to migration page
    
    * update doc to state ddb-backed sources only
    
    * made updates to the sdl explanation
    
    ---------
    
    Co-authored-by: josef <[email protected]>
    Co-authored-by: Nikhil Swaminathan <[email protected]>
    3 people authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c454d67 View commit details
    Browse the repository at this point in the history
  2. Cbonif/add-non-model-auth-section (#7817)

    * add callout for sql custom query/mutation return types with example
    
    * Merge branch 'main' of github.com:aws-amplify/docs
    
    * revert sql page change
    
    * revert change on gen 1 sql page
    chrisbonifacio authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    729c600 View commit details
    Browse the repository at this point in the history
  3. add auth permissions (#7796)

    * add auth permissions
    
    * fix accessibility error
    
    * fix heading
    ykethan authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    83e1a25 View commit details
    Browse the repository at this point in the history
  4. callout for mysql/postgres custom query return types (#7813)

    * add callout for sql custom query/mutation return types with example
    
    * add gen 1 example
    
    * shorten gen 2 example a bit
    
    * remove line breaks from gen 1 example
    
    * remove line break
    
    * Update index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * Update src/pages/gen1/[platform]/build-a-backend/graphqlapi/connect-api-to-existing-database/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * remove ts import from bottom of page
    
    ---------
    
    Co-authored-by: josef <[email protected]>
    chrisbonifacio and josefaidt authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3372bca View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Clarify Manual Loading of Environment Variables in Sandbox Environmen…

    …ts (#7822)
    
    * Clarify Manual Loading of Environment Variables in Sandbox Environments
    
    * Update src/pages/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    ---------
    
    Co-authored-by: josef <[email protected]>
    ashphy and josefaidt authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    539f79f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91dacfa View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    d230333 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    d955bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa7c5e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0863c08 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Add Gen1 banner to getting started pages (#7839)

    * add Gen1 Banner to all gen 1 getting started pages
    
    * update link location and add banner to how amplify works
    
    ---------
    
    Co-authored-by: Jacob Logan <[email protected]>
    jacoblogan and Jacob Logan authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4a8ce41 View commit details
    Browse the repository at this point in the history
  2. remove temporary disabling of copy-code button (#7835)

    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8ab9f63 View commit details
    Browse the repository at this point in the history
  3. add streaming function logs docs (#7841)

    * add streaming function logs docs
    
    * Update src/pages/[platform]/build-a-backend/functions/streaming-logs/index.mdx
    
    Co-authored-by: Amplifiyer <[email protected]>
    
    * rm multiline log callout, added note for chaining --out-file
    
    * clarify log output in terminal where sandbox is running
    
    ---------
    
    Co-authored-by: Amplifiyer <[email protected]>
    josefaidt and Amplifiyer authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e7b3a8a View commit details
    Browse the repository at this point in the history
  4. a11y-when closing accordion from bottom, focus back on summary element (

    #7837)
    
    * when closing accordion from bottom, focus back on summary element
    
    * add test
    
    * remove extra spaces
    
    ---------
    
    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    279ce2c View commit details
    Browse the repository at this point in the history
  5. a11y-remove alt text for decorative image (#7836)

    * remove alt text for decorative image
    
    * mark images as decorative
    
    ---------
    
    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8be7f89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d49a16b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. put feedback responses in aria-live (#7844)

    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d24c120 View commit details
    Browse the repository at this point in the history
  2. when clicking on toc entry, focus on respective heading in content (#…

    …7845)
    
    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    383ee7c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. add scheduling functions docs (#7842)

    * add scheduling functions docs
    
    * fix path
    
    * Update src/pages/[platform]/build-a-backend/functions/scheduling-functions/index.mdx
    josefaidt authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a4e7b13 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. add docs for auth custom attribute support (#7846)

    * add docs for auth custom attribute support
    
    * Update src/pages/[platform]/build-a-backend/auth/concepts/user-attributes/index.mdx
    
    * correct heading order
    
    * fix broken links
    
    * add mobile platform to concepts page for user attributes
    josefaidt authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ab3d9e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    39d697c View commit details
    Browse the repository at this point in the history
  2. storage(android): update storage list with delimiter support (#7830)

    * feat(Swift): Adding SubpathStrategy documentation for Storage.List
    
    * storage(android): update storage list with delimiter support
    
    * feat(Swift): Adding SubpathStrategy documentation for Storage.List
    
    * chore: resolve review comments
    
    * chore: update per review comments
    
    * chore: resolve review comments
    
    * fix exclude subpath sample
    
    ---------
    
    Co-authored-by: Sebastian Villena <[email protected]>
    phantumcode and ruisebas authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ddf6d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57cec00 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. a11y videos have aria-hidden but can still receive focus (#7866)

    * adding ariaDescriptions onto some videos to test for required prop build failure
    
    * testing error for missing prop
    
    * testing error for missing prop
    
    * fixing testing failure
    
    * re-order props
    
    * re-order props
    
    * fix invalid heading order
    
    * replace prop name
    
    ---------
    
    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2264eff View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. chore(flutter): added push notifications snippet for updated settings…

    ….gradle file (#7848)
    
    * chore: added push notifications snippet for updated settings.gradle file
    
    * chore: remove commented code
    khatruong2009 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    dece79a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. fix: change gen2 monorepo setting image path (#7786)

    * fix: change gen2 monorepo setting image path
    
    * empty commit
    
    * fix: empty commit
    
    * fix: delete new line
    magisystem0408 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7d329ee View commit details
    Browse the repository at this point in the history
  2. adds storage, user and data management pages (#7814)

    * adds storage, user and data mangement pages
    ykethan authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0a5b4ac View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    5bae7b0 View commit details
    Browse the repository at this point in the history
  2. rework "use existing cognito resources" prose, highlight configuring …

    …client libs directly (#7806)
    
    * rework "use existing cognito resources" prose, highlight configuring client libs directly
    
    * pivot use existing aws resources page to generalized 'connect _to_'
    
    * rm backend snippets in favor of referenceAuth rfc
    josefaidt authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4173f13 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. a11y- add more descriptive text to learn more in gen2 modal (#7869)

    * add more descriptive text to learn more in gen2 modal
    
    * remove excess space
    
    * Update src/components/Modal/Modal.tsx
    
    Co-authored-by: Heather Buchel <[email protected]>
    
    ---------
    
    Co-authored-by: katiegoines <[email protected]>
    Co-authored-by: Heather Buchel <[email protected]>
    3 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5ac6f98 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. a11y - add aria-label to external link instances (#7874)

    * remove import
    
    * adding externallink aria-labels
    
    ---------
    
    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9ea374e View commit details
    Browse the repository at this point in the history
  2. add id to popovertrigger (#7881)

    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    40a61d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. fix: removed hyphen from the logGroupName (#7856)

    * updated the logGroupName
    
    * added vendedlogs to cspell.json
    
    * updated the fieldname is index mapping
    AnilMaktala authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2ddbb87 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    e13b295 View commit details
    Browse the repository at this point in the history
  2. update cdk bootstrap cmd (#7889)

    * update cdk bootstrap cmd
    
    * Update index.mdx
    
    * Update index.mdx
    0618 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9e6e755 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Add Docs for Email Invitation Customization (#7891)

    * add email invite template docs
    
    * Update src/pages/[platform]/build-a-backend/auth/customize-auth-lifecycle/email-customization/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    ---------
    
    Co-authored-by: josef <[email protected]>
    grahamjamesr7 and josefaidt authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    59432ba View commit details
    Browse the repository at this point in the history
  2. [Multi-bucket] Storage - add multi bucket setup and usage examples (#…

    …7858)
    
    * adding multi bucket sections / examples
    
    * adding callout for copy
    
    * fix link
    
    * adding list example and rewording
    
    * rename to remove support
    
    * add setup section and update links
    
    * fix accessibility violations
    
    * remove from non JS sections
    
    * update download files option language
    
    Co-authored-by: ashika112 <[email protected]>
    
    * update copy example to include alternatives
    
    * update language for alternative on download
    
    Co-authored-by: ashika112 <[email protected]>
    
    * punctuation
    
    * unify language across pages
    
    * adding title to copy section
    
    * adding subpath strategy to options
    
    * resolve broken link
    
    * manual override amplify outputs
    
    * remove type def
    
    * remove amplify outputs in setup guide
    
    * modify existing storage examples
    
    * remove section from download
    
    * remove section from list page
    
    * remove section from remove
    
    * update copy files page
    
    * unify language
    
    * unify language
    
    * modify existing resources section
    
    * use resource config in override
    
    * addressing feedback
    
    * remove redundant link
    
    * address feedback
    
    * add / update links
    
    * add full code examples
    
    * update heading
    
    * clean up code samples
    
    * full examples on setup page
    
    * remove redundant text
    
    * consistent setup examples
    
    * restructure storage setup
    
    * simplify upload code examples
    
    * update tables with default values
    
    * update code snippets
    
    * Revamp list file code
    
    * update upload examples
    
    * fix leak
    
    * address feedback
    
    * moved / revamped storage without backend section
    
    ---------
    
    Co-authored-by: ashika112 <[email protected]>
    Co-authored-by: ashika112 <[email protected]>
    3 people authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f329cce View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    2afa543 View commit details
    Browse the repository at this point in the history
  2. Feat (Auth): added docs for fetchCurrentDevice API (#7737)

    Feat (Auth): added docs for fetchCurrentDevice API (#7737)
    hahnandrew authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4f094c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bda977 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. modify commeting for copy convenience (#7875)

    * Update index.mdx
    
    * Update src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    ---------
    
    Co-authored-by: josef <[email protected]>
    moonchanyong and josefaidt authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ac05ca9 View commit details
    Browse the repository at this point in the history
  2. fix heading levels (#7906)

    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3a21b61 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    c38b108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9183a63 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update headers and CSP value (#7904)

    * update security headers
    
    * add csp values
    
    * move frame-ancestors
    
    * remove frame-ancestor from meta
    
    * update headers
    
    * use double quotes in yml file
    
    ---------
    
    Co-authored-by: Jacob Logan <[email protected]>
    jacoblogan and Jacob Logan authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a11a9e0 View commit details
    Browse the repository at this point in the history
  2. Revert "Update headers and CSP value (#7904)" (#7920)

    This reverts commit a11a9e0.
    
    Co-authored-by: Jacob Logan <[email protected]>
    jacoblogan and Jacob Logan authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4f081f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    5691d81 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. update maplibre options links (#7924)

    Co-authored-by: Jacob Logan <[email protected]>
    jacoblogan and Jacob Logan authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    61b4bfd View commit details
    Browse the repository at this point in the history
  2. feat: custom SSL CA support for SQL data sources (#7802)

    * feat: custom SSL CA support for SQL data sources
    
    * Update src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * add size limit, console flow
    
    * Callout 4KB limit on cert size
    
    * Minor wording change
    
    ---------
    
    Co-authored-by: josef <[email protected]>
    palpatim and josefaidt authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e72eead View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix(analytics): add update iam policy section to existing resources p…

    …age for flutter and natives (#7914)
    NikaHsn authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a85dde6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix cron format (#7931)

    josefaidt authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5d4cdd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb8a2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ba9551 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19e99c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fixed a missing parameter error in the EventBridgeHandler example cod…

    …e on the Scheduled Functions documentation page (#7940)
    Tak1wa authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    073215b View commit details
    Browse the repository at this point in the history
  2. chore: Rename Storage Manager to File Uploader (#7921)

    * chore: renaming Storage Manager to File Uploader
    
    * Update src/pages/[platform]/build-a-backend/storage/upload-files/index.mdx
    jordanvn authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b6784bb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    0ec7e62 View commit details
    Browse the repository at this point in the history
  2. a11y- Callouts should use descriptive text for icons (#7882)

    * add alt-text for info icon
    
    * updatesnapshot
    
    * address pr comments
    
    * updated snapshot for protected message
    
    * updated with warning icon
    
    * update snapshot
    
    * Update src/components/Callout/Callout.tsx
    
    Co-authored-by: Heather Buchel <[email protected]>
    
    * Update src/components/Callout/Callout.tsx
    
    Co-authored-by: Heather Buchel <[email protected]>
    
    * Update src/components/Callout/Callout.tsx
    
    Co-authored-by: Heather Buchel <[email protected]>
    
    * update snapshot
    
    ---------
    
    Co-authored-by: katiegoines <[email protected]>
    Co-authored-by: Heather Buchel <[email protected]>
    3 people authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2053da0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    bca62c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    3092127 View commit details
    Browse the repository at this point in the history
  2. chore: add information about the new signOut redirect url option (#7938)

    * chore: add redirect section to sigout
    
    * chore: convert URI to URL
    
    * chore: review comments
    Samaritan1011001 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6c6ce5c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. chore(deps): bump @aws-amplify/ui-react from 6.1.12 to 6.3.1 (#7963)

    Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 6.1.12 to 6.3.1.
    - [Release notes](https://github.com/aws-amplify/amplify-ui/releases)
    - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md)
    - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-amplify/ui-react"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5c34f48 View commit details
    Browse the repository at this point in the history
  2. Added an example page for setting up custom-auth-flows (#7947)

    * added an example page for setting up custom-auth-flows
    
    * Update src/pages/[platform]/build-a-backend/functions/examples/custom-auth-flows/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * add links in switching-authentication-flows
    
    * updated docs
    
    * fixed wording issue for CUSTOM_AUTH challenge
    
    * Update index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * updated callout
    
    * added paragraph to what and why SRP
    
    ---------
    
    Co-authored-by: josef <[email protected]>
    yuhengshs and josefaidt authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8b682d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    62edafe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e53ca20 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. docs(data): add async function handlers section to custom queries and…

    … mutations page (#7964)
    
    * add async function handlers section to custom queries and mutations page
    
    * update use case wording
    atierian authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    32e0403 View commit details
    Browse the repository at this point in the history
  2. fix cutoff words in viewports under 320px (#7942)

    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f490314 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. chore(js): add js sdk recommendation for server use cases (#7968)

    Co-authored-by: haverchuck <[email protected]>
    haverchuck and haverchuck authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f191dc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    c4e84c7 View commit details
    Browse the repository at this point in the history
  2. feat(local setup): Added a video to configure AWS for local developme…

    …nt page (#7975)
    
    * Added video
    
    * Updated based on review
    
    ---------
    
    Co-authored-by: Erik Hanchett <[email protected]>
    ErikCH and Erik Hanchett authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    91920b4 View commit details
    Browse the repository at this point in the history
  3. fix(grammar): a to an in Authentication-Concepts (#7977)

    Co-authored-by: Edison Zhang <[email protected]>
    edisooon and Edison Zhang authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    24fc529 View commit details
    Browse the repository at this point in the history
  4. improve callout for group access in storage (#7973)

    * improve callout for group access in storage
    
    * Update table header to fix test
    
    ---------
    
    Co-authored-by: ashika112 <[email protected]>
    hdworld11 and ashika112 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a072e21 View commit details
    Browse the repository at this point in the history
  5. storage: update android and swift storage category with multiple buck…

    …ets support (#7918)
    
    * update android storage with multi-bucket support
    
    * feat(Storage)[Swift]: Adding documentation for multi-bucket support
    
    * Fixing some typos and headers levels
    
    * Listing all swift options for all APIs
    
    * Fixing bucket description in download options for swift
    
    * update android storage api with options list
    
    * update android storage options
    
    * remove options from download and remove APIs
    
    ---------
    
    Co-authored-by: Sebastian Villena <[email protected]>
    phantumcode and ruisebas authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ca792f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    0406ad2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix broken video (#7986)

    Co-authored-by: katiegoines <[email protected]>
    katiegoines and katiegoines authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d1573f1 View commit details
    Browse the repository at this point in the history
  2. fix(android): Improve gen 1 TOTP docs (#6877)

    * Replace incorrect TOTP fragment with InlineFilter
    
    * Add missing Android docs to Sign In Next Steps
    
    * Fix indentation in RxJava sample
    
    * Use consistent naming for example string
    
    * Use InlineFilters to populate correct variable names for Android
    
    ---------
    
    Co-authored-by: timngyn <[email protected]>
    mattcreaser and timngyn authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5a4a0fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7354c81 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. follow-up to #7987, update remaining override examples with updated e…

    …rgonomics (#7988)
    
    * follow-up to #7987, update remaining override examples with updated ergonomics
    
    * Update src/pages/[platform]/build-a-backend/add-aws-services/overriding-resources/index.mdx
    josefaidt authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6cf3065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac05b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix empty schema on getting started manual installation page (#7995)

    * fix empty schema on getting started manual installation page
    
    * removed accidental yarn edit commit to package.json
    
    * removed comment noting schemas cannot be empty
    svidgen authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c2ec5c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Feature/api docs (#7990)

    * initial template implementation
    
    * additional template functionality
    
    * update modal
    
    * add api references json
    
    * add api categories
    
    * update to template and display
    
    * revert changes to dev script
    
    * pass references to components
    
    * remove build cache
    
    * remove pass through references
    
    * clean references
    
    * add categories into clean references
    
    * update references
    
    * update references with correct categories
    
    * update references
    
    * cleaned references
    
    * update to clean references
    
    * update header and Toc
    
    * update directories
    
    * update generate directory
    
    * add sub categories
    
    * move references and rename to raw-references
    
    * update api docs template
    
    * undo unwanted changes
    
    * remove colons, some type updates, add keys (#7952)
    
    * update TypeLink to output a button (#7953)
    
    * chore(api-docs-template): Update ApiModal styling/markup. Move breadcrumbs to ApiModalBreadcrumbs (#7956)
    
    * update Modal styling/ add Breadcrumbs
    
    * remove commented out code
    
    * update to generateDirectory to add api reference pages (#7950)
    
    Co-authored-by: Jacob Logan <[email protected]>
    
    * add getApiStaticPath util function (#7949)
    
    * add getApiStaticPath util function
    
    * add typing
    
    * update type and comment on paths
    
    ---------
    
    Co-authored-by: Jacob Logan <[email protected]>
    
    * parse out markdown links in comments
    
    * update link to display literal type
    
    * Feature/api docs workflow (#7948)
    
    * update api disapatch workflow
    
    * set github commit user in workflow
    
    * update references file name
    
    * rename raw and clean references
    
    * update workflow add comments to clean script
    
    ---------
    
    Co-authored-by: Jacob Logan <[email protected]>
    
    * add dark mode to modal description text
    
    * update api function returns to use typeParameters
    
    * remove space in promise display
    
    * close modal when click outside modal (#7969)
    
    Co-authored-by: katiegoines <[email protected]>
    
    * focus modal on open (#7970)
    
    Co-authored-by: katiegoines <[email protected]>
    
    * fix typo;
    
    * fix error in modal close
    
    * format "Returns" as code (#7971)
    
    * .
    
    * format Returns as code
    
    ---------
    
    Co-authored-by: katiegoines <[email protected]>
    
    * add api link legend
    
    * update breadcrumbs separator, render nested typeArgs, render nested arraytypes
    
    * add function type display
    
    * add error type
    
    * update api legend and link colors
    
    * update cleaned references location
    
    * update base references files
    
    * update scroll behavior
    
    * reverting uneeded changes to base.scss
    
    * update formatting
    
    * add spacing to breadcrumbs
    
    * remove extra space and add legend header
    
    * add formatting to api comments (#8000)
    
    Co-authored-by: Jacob Logan <[email protected]>
    
    * update list parsing
    
    ---------
    
    Co-authored-by: Jacob Logan <[email protected]>
    Co-authored-by: Heather Buchel <[email protected]>
    Co-authored-by: Katie Goines <[email protected]>
    Co-authored-by: katiegoines <[email protected]>
    5 people authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2072a65 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    934d7a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc5cd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix(datastore): typo in datastore query with multiple predicates code…

    … example (#8003)
    
    * [datastore]update query-where-or code example
    
    * [datastore]update query-where-and code example
    
    ---------
    
    Co-authored-by: Edison Zhang <[email protected]>
    edisooon and Edison Zhang authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7b87fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255dab1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    cd0ea4e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Updating the lambda-trigger mdx with an example (#8008)

    * Updating the lambda-trigger mdx with an example
    
    * Update src/pages/[platform]/build-a-backend/storage/lambda-triggers/index.mdx
    
    * Update src/pages/[platform]/build-a-backend/storage/lambda-triggers/index.mdx
    
    ---------
    
    Co-authored-by: Brandon Watson <[email protected]>
    Co-authored-by: josef <[email protected]>
    3 people authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a22544c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    121c506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58be951 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    8efcad1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. update react quickstart to remove Authenticator reference from App.tsx (

    #8027)
    
    * remove Authenticator ref from src/App.tsx
    
    * update code style
    Jay2113 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    10480fd View commit details
    Browse the repository at this point in the history
  2. update next pages quickstart to revise todo state and authenticator p…

    …lacement (#8026)
    
    * update next pages quickstart to revise todo state and authenticator placement
    
    * update code style
    Jay2113 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d489f47 View commit details
    Browse the repository at this point in the history
  3. update next app router quickstart to revise todo state and authentica…

    …tor placement (#8025)
    
    * update app router template to revise todo state and authenticator placement
    
    * update code style
    Jay2113 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5d1584c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. adds layers page (#7895)

    * adds layers page
    ykethan authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    435cc5b View commit details
    Browse the repository at this point in the history
  2. fix: z-index of open nav (#8029)

    * fix z-index of open nav
    
    * fix z-index of color switcher
    hbuchel authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a390eb2 View commit details
    Browse the repository at this point in the history
  3. update auth example for "moving to production" email with senders (#…

    …8020)
    
    * update auth example for "moving to production" email with `senders`
    
    * update jsdoc links
    josefaidt authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    827cf20 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    5435ce5 View commit details
    Browse the repository at this point in the history
  2. add example for tags, remove existing example (#7987)

    * add example for tags, remove existing example
    
    * format code using docs prettier
    
    * Update src/pages/[platform]/build-a-backend/add-aws-services/tagging-resources/index.mdx
    
    Co-authored-by: Amplifiyer <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/add-aws-services/tagging-resources/index.mdx
    
    ---------
    
    Co-authored-by: Amplifiyer <[email protected]>
    josefaidt and Amplifiyer authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0f76294 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. update password policy override (#8034)

    * update password policy override
    
    * adjust prose
    josefaidt authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    05bb1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fadf3ca View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    d593c37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b156b2b View commit details
    Browse the repository at this point in the history
  3. Corrected OpenSearch ddb script path (#8040)

    * corrected ddb script path
    
    * corrected the ddb script path
    AnilMaktala authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f1bf1f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. update layers page (#8032)

    * update layers page
    
    * minor nit
    
    * style improvements
    ykethan authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2d26d01 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. add example for Entra ID with SAML (#7732)

    * start example for entra id saml
    
    * updates
    
    * rm unused images
    josefaidt authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3e98597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a251166 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    78ea98c View commit details
    Browse the repository at this point in the history
  2. fix(js): specify next js versions more explicitly (#8048)

    Co-authored-by: haverchuck <[email protected]>
    haverchuck and haverchuck authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d1f94e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. a11y- Use nested list for <h3> links within the table of contents (#7883

    )
    
    ---------
    Co-authored-by: katiegoines <[email protected]>
    Co-authored-by: Heather <[email protected]>
    katiegoines authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    63616a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Added a callout for Removal Policy (#8055)

    * Added a callout for Removal Policy
    
    * Update src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx
    
    Co-authored-by: Christopher Sundersingh <[email protected]>
    
    * updated removal policy
    
    * Update src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * added Removal enum import
    
    ---------
    
    Co-authored-by: Christopher Sundersingh <[email protected]>
    Co-authored-by: josef <[email protected]>
    3 people authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    549b12d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e209607 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Update index.mdx (#8057)

    'str' is undefined here - should it be 'firstWord'?
    andrewtdunn authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e485b59 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    aaca1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6255e20 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. fix events api snippet, remove dupe "events" variable (#8061)

    * fix events api snippet, remove dupe "events" variable
    
    * format
    
    * Update src/pages/[platform]/build-a-backend/data/connect-event-api/index.mdx
    
    * Update src/pages/[platform]/build-a-backend/data/connect-event-api/index.mdx
    
    * Update src/pages/[platform]/build-a-backend/data/connect-event-api/index.mdx
    
    * mySetEvents -> setMyEvents
    josefaidt authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c0f4ea3 View commit details
    Browse the repository at this point in the history
  2. chore(Swift): update visionOS support callout (#8045)

    * chore(Swift): update visionOS support callout
    
    * worked on review comments
    
    * fix build error
    harsh62 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2aeabe7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    196cd12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ef1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3d29d0 View commit details
    Browse the repository at this point in the history
  4. adds retain policy example (#8051)

    * adds retain policy example
    
    * rm next-env change
    ykethan authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    66148d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. chore(deps): bump actions/upload-artifact from 4.3.3 to 4.4.3 (#8064)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.4.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@6546280...b4b15b8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b78ff98 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/setup-node from 4.0.2 to 4.1.0 (#8063)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.1.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@60edb5d...39370e3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2046e94 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump aws-actions/aws-secretsmanager-get-secrets (#8062)

    Bumps [aws-actions/aws-secretsmanager-get-secrets](https://github.com/aws-actions/aws-secretsmanager-get-secrets) from 2.0.5 to 2.0.7.
    - [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases)
    - [Commits](aws-actions/aws-secretsmanager-get-secrets@98c2d6b...1d6311a)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/aws-secretsmanager-get-secrets
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7b833e8 View commit details
    Browse the repository at this point in the history
  4. update codeowners (#8073)

    * update codeowners
    
    * escape square brackets
    
    * datastore changes
    josefaidt authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3cbb19d View commit details
    Browse the repository at this point in the history
  5. docs(auth): update to include email mfa (#8023)

    * feat(docs): adding email mfa
    
    * feat(docs): update flutter fn names
    
    * chore: resolve accessibility issues
    
    * feat(auth): add ASF pricing callout
    
    * feat(auth): add android inline filter sections
    
    * feat(docs): Update src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication/index.mdx
    
    Co-authored-by: josef <[email protected]>
    
    * feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
    
    Co-authored-by: Harsh <[email protected]>
    
    * feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
    
    Co-authored-by: Harsh <[email protected]>
    
    * feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
    
    Co-authored-by: Harsh <[email protected]>
    
    * feat(docs): Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
    
    Co-authored-by: Harsh <[email protected]>
    
    * feat(docs): Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
    
    Co-authored-by: Harsh <[email protected]>
    
    * feat(docs): Update android specific additions and fixes for email mfa
    
    * Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
    
    Co-authored-by: Kha Truong <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
    
    Co-authored-by: Kha Truong <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
    
    Co-authored-by: Kha Truong <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
    
    Co-authored-by: Kha Truong <[email protected]>
    
    * Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
    
    Co-authored-by: Kha Truong <[email protected]>
    
    * chore: remove android tag from JS code example
    
    * chore: add backend support callout
    
    * chore: create MfaType type
    
    * chore: use type imports where applicable
    
    * chore: revert next-env update
    
    * chore: mention mfa preference in mfa selection challenge
    
    * chore: adding account recovery callout
    
    * Add Android CONTINUE_SIGN_IN_WITH_MFA_SELECTION example
    
    * chore: adding CDK example for enabling email mfa
    
    * chore: add react native to js examples
    
    * Apply suggestions from code review
    
    Co-authored-by: Tyler Roach <[email protected]>
    Co-authored-by: Harsh <[email protected]>
    
    * chore: add additional js examples
    
    * chore: remove broken link
    
    * chore: update mfa method language to include email
    
    * Apply suggestions from code review
    
    Co-authored-by: Tyler-Larkin <[email protected]>
    
    * chore: add react native to filters
    
    * Apply suggestions from code review
    
    Co-authored-by: josef <[email protected]>
    
    * chore: update configure mfa language
    
    * chore: add Authenticator UI component not supported
    
    * Apply suggestions from code review
    
    Co-authored-by: josef <[email protected]>
    
    * chore: quick blurb about mfa preference APIs
    
    * chore: move multi-step-sign-in to connect your front end
    
    * chore: adding imports for multi step sign in examples
    
    * chore: consolidate ts snippets
    
    * chore: update signin to sign-in and add additional references
    
    * chore: update JS callouts for confirm sign-in to be same as other platforms
    
    * Update versions.ts
    
    ---------
    
    Co-authored-by: josef <[email protected]>
    Co-authored-by: Harsh <[email protected]>
    Co-authored-by: Vincent Tran <[email protected]>
    Co-authored-by: Kha Truong <[email protected]>
    Co-authored-by: Tyler Roach <[email protected]>
    Co-authored-by: Tyler-Larkin <[email protected]>
    7 people authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1f9b136 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    0e7d09e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    7eed946 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. update api docs workflow permissions (#8079)

    * update api docs workflow permissions
    
    * adding comments to permissions in workflow
    
    ---------
    
    Co-authored-by: Jacob Logan <[email protected]>
    jacoblogan and Jacob Logan authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1394091 View commit details
    Browse the repository at this point in the history
  2. add callout for rn web (#8082)

    * add callout for rn web
    
    * messaging
    josefaidt authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    952d585 View commit details
    Browse the repository at this point in the history
  3. updating api references (#8078)

    Co-authored-by: Jacob Logan <[email protected]>
    jacoblogan and Jacob Logan authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    305b960 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. merging main

    Jacob Logan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6702f7b View commit details
    Browse the repository at this point in the history