-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
45 lines (33 loc) · 1.27 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Changelog
All notable changes to this project will be documented in this file.
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]
## [0.6.4] - 2023-12-31
### Update dependencies, in particular most aws libraries are 1.x
## [0.6.3] - 2023-02-06
### Update various dependencies
### Slightly simplify tests
### Send extra info to sentry when we fail to parse the host
## [0.6.2] - 2022-09-02
### Update aws-sdk to 0.4.8
### Update internal dependencies
### (internal) change how we publish docker image
## [0.6.1] - 2022-08-13
### x-amz-date does not containing anymore subseconds
## [0.6.0] - 2022-08-12
### Migrate from rusoto to aws-sdk-rust
### Update various dependencies
## [0.5.0] - 2022-03-23
### Update Sentry
### Update rust edition to 2021
## [0.4.2] - 2022-03-09
### Update to actix-web 4 stable
## [0.4.1] - 2021-12-19
### Add informations about the current http request to Sentry events
## [0.4.0] - 2021-11-21
### Add option to define CORS origin, default to any
## [0.3.0] - 2021-11-14
### Use actix-web 4.0.0-beta 10 to enable tokio > 1.0 everywhere
### Refactored CI to be more strict on clippy errors and tests
### Improved documentation