Skip to content

Commit

Permalink
update README migration tips
Browse files Browse the repository at this point in the history
  • Loading branch information
guregu committed Jun 15, 2024
1 parent 35807f6 commit ae8d3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ The API hasn't changed much from v1 to v2. Here are some migration tips:
- All request methods now take a [context](https://go.dev/blog/context) as their first argument.
- Retrying relies on the AWS SDK configuration, see: [Retrying](#retrying).
- Transactions won't retry TransactionCanceled responses by default anymore, make sure you configure that if you need it.
- Arguments that took `int64` (such as in `Query.Limit`) now take `int` instead.
- [Compatibility with the official AWS library](#compatibility-with-the-official-aws-library) uses v2 interfaces instead of v1.
- `KMSMasterKeyArn` renamed to `KMSMasterKeyARN`.

### Integration tests

Expand Down

0 comments on commit ae8d3cc

Please sign in to comment.