This repository was archived by the owner on Oct 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
personalize/aws_lambda/layers/aws_solutions/requirements
scheduler/cdk/aws_solutions/scheduler/cdk/aws_lambda/scheduler Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11../../../../../../cdk_solution_helper_py/helpers_common
22../../../../../../scheduler/common
3- avro == 1.11.1
3+ avro ~= 1.11.3
44cronex == 0.1.3.1
55jmespath == 1.0.1
66parsedatetime == 2.6
Original file line number Diff line number Diff line change 1- avro == 1.11.1
1+ avro ~= 1.11.3
22black
33boto3 == 1.26.47
44aws_cdk_lib == 2.88.0
Original file line number Diff line number Diff line change 1- avro == 1.11.1
1+ avro ~= 1.11.3
22cronex == 0.1.3.1
33jmespath == 1.0.1
44parsedatetime == 2.6
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments