Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mabiede committed Sep 11, 2024
1 parent 1da1f44 commit fb8b5f1
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,46 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [unreleased](https://github.com/uzh/z-pool-tool/tree/HEAD)

## [0.8.0](https://github.com/uzh/z-pool-tool/tree/0.8.0) - 2024-09-11

### Added

- mark a contact as deleted
- marked as deleted column to waiting list, incl. handling of it
- register DLR for text messages
- persistent multitenant job queue, incl. history as mapping
- additional hints (e.g. custom fields)
- survey url for text templates

### Changed

- allow customization of dashboard subtitles
- change migration handling, only preset to "dirty" for open migrations
- some error messages
- naming for registration, login and sign up
- start worker for active tenants only
- explicit mark jobs when they should run on root database as well
- separate job counts per tenant in status route
- database connection handling: increase stability for connection issues
- link backend of guardian to pool database
- split upcoming and history of jobs
- rework startup process of root an tenant, decrease downtime on startup

### Fixed

- list cancelled sessions separately
- schedule table layout
- experiment statistics using temporary table
- statistict without previous data
- duplicate url parameter encoding
- t&c routes
- optimize regex for finding tenant
- fix email logo on gmail web client

### Removed

- package read token (as publicly accessible now)

## [0.7.6](https://github.com/uzh/z-pool-tool/tree/0.7.6) - 2024-06-10

### Added
Expand Down

0 comments on commit fb8b5f1

Please sign in to comment.