Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit f461d76

Browse files
Changes for v3.0.7 (#271)
1 parent dbc6d85 commit f461d76

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.7] - 2024-11-01
9+
10+
### Changed
11+
12+
- Set awswrangler to version 3.9.1 for compatibility
13+
814
## [3.0.6] - 2024-10-30
915

1016
### Security

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: SO0222 # Solution Id
33
name: amazon-marketing-cloud-uploader-from-aws # trademarked name
4-
version: v3.0.6 # current version of the solution. Used to verify template headers
4+
version: v3.0.7 # current version of the solution. Used to verify template headers
55
cloudformation_templates: # This list should match with AWS CloudFormation templates section of IG
66
- template: amazon-marketing-cloud-uploader-from-aws.template
77
main_template: true

source/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e amc_uploader
22
aws-xray-sdk==2.12.0
3-
awswrangler>=3.6.0,<4.0.0
3+
awswrangler==3.9.1
44
boto3==1.26.158
55
botocore==1.29.158
66
moto[s3,cognitoidp]==5.0.2

source/share/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def process_request(self, **kwargs):
268268
"Authorization": f'Bearer {kwargs["access_token"]}',
269269
"Content-Type": "application/json",
270270
"x-amzn-service-name": "amazon-marketing-cloud-uploader-from-aws",
271-
"x-amzn-service-version": "v3.0.6"
271+
"x-amzn-service-version": "v3.0.7"
272272
}
273273

274274
if kwargs.get("advertiser_id"):

source/tests/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aws-xray-sdk>=2.12.0
2-
awswrangler>=3.6.0,<4.0.0
2+
awswrangler==3.9.1
33
boto3==1.26.158
44
chalice==1.31.0
55
moto[s3,cognitoidp]==5.0.2

source/website/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amcufa",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)