Skip to content

Commit

Permalink
Merge pull request #5071 from mozilla/add-boto3-update-note
Browse files Browse the repository at this point in the history
add note about changelog when updating boto3
  • Loading branch information
groovecoder authored Sep 30, 2024
2 parents 3672891 + f7848d0 commit fb06e44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/dependency-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ This is the interface library for Amazon Web Services (AWS). This library is
generated from the API definition files, and has multiple patch updates most
weeks. A successful CI test run means the upgrade is OK.

See the upgrade notes for a taste of the changes AWS developers are making to
See the changelog notes for a taste of the changes AWS developers are making to
the services we use. We use clients for the following services in code:

- S3 - Simple Storage Service
Expand All @@ -243,6 +243,13 @@ We use these additional AWS services in the Relay system:
- Route53 - Domain Name Service
- SNS - Simple Notification Service

It's a good idea to search the changelog for any changes to these services between the
current library version that Relay uses and the version in the dependency update PR.

Because the boto3 library and release notes are so large, you may have trouble reading
them in the GitHub website UI. If so, you can view the raw changelog here:
https://raw.githubusercontent.com/boto/boto3/develop/CHANGELOG.rst

### django

Relay currently uses a Long Term Support (LTS) release of Django. See the
Expand Down

0 comments on commit fb06e44

Please sign in to comment.