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
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

### Added

### Changed

### Fixed

### Removed

## [1.3.3]

### Added

- Design system has been upgraded to the latest version, thanks to @BibianaC.
- Environment variables `REDOWNLOAD_FROM_NON_HEAD_SERVERS_AFTER_HOURS`, which
allows configuration of how long to redownload from servers that don't support
Expand All @@ -21,7 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

- Updated index outputs to match new specs.
- Refactored much of the code that converts between native DB record format and
the data transfer objects that come from the message queue.
the data transfer objects that come from/are sent to the message queue.

### Fixed

Expand Down