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

Commit ba98928

Browse files
authored
Merge pull request #41 from aws-solutions/feature/v1.4.4
Release Changes for v1.4.4
2 parents 9b44879 + 022c13d commit ba98928

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
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+
## [1.4.4] - 2023-10-13
9+
10+
### Changed
11+
12+
- Upgrade avro to 1.11.3
13+
814
## [1.4.3] - 2023-10-12
915

1016
### Changed

source/infrastructure/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"context": {
44
"SOLUTION_NAME": "Maintaining Personalized Experiences with Machine Learning",
55
"SOLUTION_ID": "SO0170",
6-
"SOLUTION_VERSION": "v1.4.3",
6+
"SOLUTION_VERSION": "v1.4.4",
77
"APP_REGISTRY_NAME": "personalized-experiences-ML",
88
"APPLICATION_TYPE": "AWS-Solutions",
99
"@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy": true

source/infrastructure/personalize/aws_lambda/layers/aws_solutions/requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
../../../../../../cdk_solution_helper_py/helpers_common
22
../../../../../../scheduler/common
3-
avro==1.11.1
3+
avro~=1.11.3
44
cronex==0.1.3.1
55
jmespath==1.0.1
66
parsedatetime==2.6

source/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
avro==1.11.1
1+
avro~=1.11.3
22
black
33
boto3==1.26.47
44
aws_cdk_lib==2.88.0

source/scheduler/cdk/aws_solutions/scheduler/cdk/aws_lambda/scheduler/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
avro==1.11.1
1+
avro~=1.11.3
22
cronex==0.1.3.1
33
jmespath==1.0.1
44
parsedatetime==2.6

source/tests/aspects/test_personalize_app_stack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ def test_service_catalog_registry_application(synth_template):
6767
"Tags": {
6868
"SOLUTION_ID": "SO0170",
6969
"SOLUTION_NAME": "Maintaining Personalized Experiences with Machine Learning",
70-
"SOLUTION_VERSION": "v1.4.3",
70+
"SOLUTION_VERSION": "v1.4.4",
7171
"Solutions:ApplicationType": "AWS-Solutions",
7272
"Solutions:SolutionID": "SO0170",
7373
"Solutions:SolutionName": "Maintaining Personalized Experiences with Machine Learning",
74-
"Solutions:SolutionVersion": "v1.4.3",
74+
"Solutions:SolutionVersion": "v1.4.4",
7575
},
7676
},
7777
)

0 commit comments

Comments
 (0)