Skip to content

Commit

Permalink
Merge pull request #509 from thoth-pub/feature/upgrade_actix
Browse files Browse the repository at this point in the history
Feature/upgrade actix
  • Loading branch information
ja573 authored Sep 5, 2023
2 parents 899e1ef + 3ac99ed commit af236ba
Show file tree
Hide file tree
Showing 25 changed files with 697 additions and 658 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Security
- Upgrade `actix-web` to v4.4.0
- Upgrade `tempfile` to v3.8.0

### Changed
- Upgrade `diesel` to v2.1.1
- Upgrade `diesel-derive-enum` to v2.1.0
- Upgrade `diesel-derive-newtype` to v2.1.0
- Upgrade `diesel_migrations` to v2.1.0
- Upgrade `rand` to v0.8.5
- Upgrade `juniper` to v0.15.11
- Upgrade `strum` to v0.25.0
- Upgrade `paperclip` to v0.8.1
- Upgrade `graphql_client` to v0.13.0
- Upgrade `reqwest-middleware` to v0.2.3
- Upgrade `reqwest-retry` to v0.2.3
- Upgrade `actix-identity` to v0.5.2 and added `actix-session` v0.7.2
- Upgrade `dialoguer` to v0.10.4
- Upgrade `futures` to v0.3.28
- Upgrade `regex` to v1.9.5
- Upgrade `jsonwebtoken` to v8.3.0
- Upgrade `csv` to v1.2.2
- Upgrade `xml-rs` to v0.8.17
- Upgrade `log` to v0.4.20
- Upgrade `clap` to v4.4.2
- Short version of host command is now `-H` instead of `-h` in CLI

## [[0.11.4]](https://github.com/thoth-pub/thoth/releases/tag/v0.11.4) - 2023-08-28
### Security
Expand Down
Loading

0 comments on commit af236ba

Please sign in to comment.