Skip to content

Latest commit

 

History

History
99 lines (50 loc) · 6.89 KB

File metadata and controls

99 lines (50 loc) · 6.89 KB

@aligent/cdk-static-hosting

2.11.8

Patch Changes

2.11.7

Patch Changes

  • #1665 d4de23d Thanks @TheOrangePuff! - Replaced deprecated S3Origin with S3BucketOrigin.withOriginAccessIdentity to silence the aws-cdk-lib.aws_cloudfront_origins.S3Origin is deprecated warning. No behavioural change — the same OAI is still used.

2.11.6

Patch Changes

  • #1639 060f291 Thanks @dependabot! - chore(deps-dev): bump ts-jest from 29.4.6 to 29.4.9 in the testing-tools group across 1 directory

  • #1642 d760efe Thanks @dependabot! - chore(deps): bump the aws group across 1 directory with 11 updates

  • #1658 9da935e Thanks @dependabot! - chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates

2.11.5

Patch Changes

2.11.4

Patch Changes

2.11.3

Patch Changes

  • #1606 0e35d91 Thanks @porhkz! - Update repository URLs in package.json to match npm provenance expectations

2.11.2

Patch Changes

2.11.1

Patch Changes

  • #1573 9c26514 Thanks @ryanrixxh! - Restucture of the internal codebase and addition of CDK Aspects package. The Aspects package exports a number of usable cdk aspects

2.11.0

Minor Changes

  • #1568 e996387 Thanks @porhkz! - Added optional CORS Response Header Policy and added NoIndexNoFollow Response Header Policy

2.10.0

Minor Changes

  • #1561 12d43ec Thanks @aaronmedina-dev! - Adds cloudFrontLogRetentionDays prop to enable automatic deletion of CloudFront access logs after a specified number of days using S3 lifecycle rules. Logs are retained indefinitely by default for backward compatibility.

2.9.3

Patch Changes

  • #1536 ad08ac2 Thanks @porhkz! - Fixed undefined error for Static Hosting additionalBehavior paths

2.9.2

Patch Changes

  • #1523 2550ceb Thanks @TheOrangePuff! - Fixes changeset publishing to work correctly by switching from dist-based builds to in-place compilation within packages

2.9.1

Patch Changes

2.9.0

Minor Changes