Skip to content

Commit

Permalink
Merge branch 'qa' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
avertrees committed Apr 30, 2024
2 parents 68399c1 + 759c403 commit b090b90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.1.6] 2024-04-30

### Removed

- removed caching for the featured item (DR-2944)

## [0.1.5] 2024-04-29

### Added
Expand All @@ -20,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Updated

- Run homepage images tests 10x in parallel (DR-2937)
- Updated Travis file to point to new AWS clusters (DR-2943)

## [0.1.4] 2024-04-11

Expand Down
3 changes: 0 additions & 3 deletions src/pages/api/featuredItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ const featuredItemDataHandler = async (
}`,
};

// 24 hour cache
response.setHeader("Cache-Control", "s-maxage=86400");

return response.status(200).json({
featuredItem: featuredItemObject,
numberOfDigitizedItems: numDigitizedItems,
Expand Down

0 comments on commit b090b90

Please sign in to comment.