Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

[//]: # (towncrier release notes start)

## 2.27.8 (2026-04-28) {: #2.27.8 }

#### Bugfixes {: #2.27.8-bugfix }

- Fixed OS and architecture filters being silently ignored when filtering manifest lists in the flatpak index.
- Fixed a cache key collision in the flatpak static index that could serve incorrect results across domains.
- Fixed a serialization issue with the FlatpakIndex cache.
- Fixed flatpak index response to include the domain prefix in image names when domains are enabled.
- Fixed the registry host in the flatpak index response when `CONTENT_ORIGIN=None`.

---

## 2.27.7 (2026-04-24) {: #2.27.7 }

No significant changes.
Expand Down Expand Up @@ -95,6 +107,18 @@ No significant changes.

---

## 2.26.13 (2026-04-28) {: #2.26.13 }

#### Bugfixes {: #2.26.13-bugfix }

- Fixed OS and architecture filters being silently ignored when filtering manifest lists in the flatpak index.
- Fixed a cache key collision in the flatpak static index that could serve incorrect results across domains.
- Fixed a serialization issue with the FlatpakIndex cache.
- Fixed flatpak index response to include the domain prefix in image names when domains are enabled.
- Fixed the registry host in the flatpak index response when `CONTENT_ORIGIN=None`.

---

## 2.26.12 (2026-04-24) {: #2.26.12 }

No significant changes.
Expand Down
Loading