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

dynamo v2: featuring aws-sdk-go-v2 #232

Merged
merged 36 commits into from
Jun 15, 2024
Merged

dynamo v2: featuring aws-sdk-go-v2 #232

merged 36 commits into from
Jun 15, 2024

Commits on Nov 8, 2022

  1. Feat/dynamo sdk v2 (#2)

    * using sdk-v2
    niltonkummer authored and irohirokid committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0d038a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4304bbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b00a6b View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary code

    irohirokid committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2062008 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4da56f4 View commit details
    Browse the repository at this point in the history
  6. Kill awserr

    irohirokid committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0e4bb5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d109af1 View commit details
    Browse the repository at this point in the history
  8. int32 Query/Scan limit

    The official API doesn't accept int64 limits.
    irohirokid committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a553025 View commit details
    Browse the repository at this point in the history
  9. Improvement of init in test

    * Recover DYNAMO_TEST_REGION
    * Error handling
    * No extra type
    irohirokid committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6aadb24 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c29226 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c2f91d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1afde07 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Change repo

    irohirokid committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9552dd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    63eda64 View commit details
    Browse the repository at this point in the history
  2. fix endpoint for tests

    guregu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e74a218 View commit details
    Browse the repository at this point in the history
  3. hmm

    guregu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0064f3b View commit details
    Browse the repository at this point in the history
  4. remove spurious dep

    guregu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    03408e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    801336f View commit details
    Browse the repository at this point in the history
  2. fix retrying tests

    guregu committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    91db943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef69352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b8cde0 View commit details
    Browse the repository at this point in the history
  5. remove non-context methods

    guregu committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    9b9e3cb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    a749b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec1651c View commit details
    Browse the repository at this point in the history
  3. use int instead of int32 in APIs

    Query/Scan.limit isn't bound by DynamoDB API limits, so it can exceed MaxInt32
    Make scan segmentation > MaxInt32 an error
    guregu committed May 4, 2024
    Configuration menu
    Copy the full SHA
    681c46a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e34253 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

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

Commits on May 20, 2024

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

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    8728b18 View commit details
    Browse the repository at this point in the history
  2. update README for v2

    guregu committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7ba9ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed12b7d View commit details
    Browse the repository at this point in the history
  4. add some examples

    guregu committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    35807f6 View commit details
    Browse the repository at this point in the history
  5. update README migration tips

    guregu committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ae8d3cc View commit details
    Browse the repository at this point in the history
  6. touch up the README

    guregu committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b910e5f View commit details
    Browse the repository at this point in the history
  7. bump versions

    guregu committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    840a2a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    756ca4a View commit details
    Browse the repository at this point in the history