Releases: friedemannsommer/email-view-tracker
v0.1.19
Changes
-
Dependencies
actix-identity
from0.7.0
to0.8.0
fern
from0.6.2
to0.7.0
getrandom
from0.2.12
to0.2.15
log
from0.4.20
to0.4.22
once_cell
from1.19.0
to1.20.2
serde
from1.0.196
to1.0.214
thiserror
from1.0.57
to1.0.66
time
from0.3.34
to0.3.36
url
from2.5.0
to2.5.2
actix-web
from4.5.1
to4.9.0
actix-session
from0.9.0
to0.10.1
clap
from4.5.0
to4.5.20
uuid
from1.7.0
to1.11.0
sea-orm
from0.12.14
to1.1.0
lightningcss
from1.0.0-alpha.53
to1.0.0-alpha.59
proc-macro2
from1.0.78
to1.0.89
quote
from1.0.35
to1.0.37
-
Dockerfile
- Updated base image versions:
debian:12.5-slim
todebian:12.7-slim
alpine:3.19.1
toalpine:3.20.3
- Updated base image versions:
-
Code Refactoring
- Removed unused fields and annotations:
- Removed
name
field inAsset
struct insrc/model/asset.rs
and related functions inbuild.rs
- Removed
number_of_items
field inTrackerPagination
struct insrc/server/model/tracker_paginator.rs
and its usage insrc/server/route/home.rs
- Simplified Unix socket path validation in
src/model/cli.rs
- Removed
pointer_structural_match
lint setting insrc/main.rs
- Removed
- Removed unused fields and annotations:
Full Changelog: v0.1.18...v0.1.19
v0.1.18
Notice
The Docker containers now use ENTRYPOINT
instead of CMD
to make it easier to pass the required arguments.
Full Changelog: v0.1.17...v0.1.18
v0.1.17
Notice
First successful Docker container build.
If you want to use this program within a containerized environment, you can now pull a prebuilt container from: ghcr.io/friedemannsommer/email-view-tracker
.
Full Changelog: v0.1.16...v0.1.17
v0.1.16
v0.1.15
Dependency changes
- actix-identity v0.6.0 => v0.7.0
- getrandom v0.2.11 => v0.2.12
- markup v0.13.1 => v0.15.0
- once_cell v1.18.0 => v1.19.0
- serde v1.0.192 => v1.0.196
- thiserror v1.0.50 => v1.0.57
- time v0.3.30 => v0.3.34
- url v2.4.1 => v2.5.0
- actix-web v4.4.0 => v4.5.1
- actix-session v0.8.0 => v0.9.0
- clap v4.4.7 => v4.5.0
- uuid v1.5.0 => v1.7.0
- sea-orm v0.12.4 => v0.12.14
- sea-orm-migration v0.12.4 => v0.12.14
- argon2 v0.5.2 => v0.5.3
- mini-moka v0.10.2 => v0.10.3
- lightningcss v1.0.0-alpha.51 => v1.0.0-alpha.53
- proc-macro2 v1.0.69 => v1.0.78
- quote v1.0.33 => v1.0.35
PRs
- Bump actions/labeler from 4 to 5 by @dependabot in #134
- Bump actions/configure-pages from 3 to 4 by @dependabot in #135
- Bump actions/deploy-pages from 2 to 3 by @dependabot in #136
- Bump sea-orm from 0.12.8 to 0.12.9 by @dependabot in #137
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #141
- Bump actions/download-artifact from 3 to 4 by @dependabot in #140
- Bump github/codeql-action from 2 to 3 by @dependabot in #139
- Bump sea-orm from 0.12.9 to 0.12.10 by @dependabot in #142
- Bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #145
- Bump actions/deploy-pages from 3 to 4 by @dependabot in #146
- Bump sea-orm from 0.12.11 to 0.12.12 by @dependabot in #162
- Bump time from 0.3.31 to 0.3.32 by @dependabot in #163
- Bump serde from 1.0.195 to 1.0.196 by @dependabot in #164
- Bump sea-orm-migration from 0.12.11 to 0.12.12 by @dependabot in #165
- Bump the cargo group across 2 directories with 2 updates by @dependabot in #170
Full Changelog: v0.1.14...v0.1.15
v0.1.14
Dependency changes
- Bump actix-identity from 0.5.2 to 0.6.0
- Bump getrandom from 0.2.10 to 0.2.11
- Bump clap from 4.3.23 to 4.4.7
- Bump serde from 1.0.185 to 1.0.192
- Bump thiserror from 1.0.47 to 1.0.50
- Bump time from 0.3.27 to 0.3.30
- Bump url from 2.4.0 to 2.4.1
- Bump actix-web from 4.3.1 to 4.4.0
- Bump actix-session from 0.7.2 to 0.8.0
- Bump uuid from 1.4.1 to 1.5.0
- Bump sea-orm from 0.12.2 to 0.12.4
- Bump argon2 from 0.5.1 to 0.5.2
- Bump lightningcss from 1.0.0-alpha.45 to 1.0.0-alpha.51
- Bump proc-macro2 from 1.0.66 to 1.0.69
- Bump sea-orm-migration from 0.12.2 to 0.12.4
Full Changelog: v0.1.13...v0.1.14
v0.1.13
Notice
Updated rustls-webpki to v0.101.4, which addresses a potential DoS.
Dependency changes
- serde v1.0.171 => v1.0.185
- time v0.3.26 => v0.3.27
PRs
- Bump rustls-webpki from 0.101.3 to 0.101.4 by @dependabot in #101
Full Changelog: v0.1.12...v0.1.13
v0.1.12
Notice
These binaries have been created with Rust v1.71.
Updated "mini-moka" dependency to address a potential memory corruption.
Dependency changes
- clap v4.3.19 => v4.3.23
- lightningcss v1.0.0-alpha.44 => v1.0.0-alpha.45
- log v0.4.19 => v0.4.20
- mini-moka v0.12.1 => v0.12.2
- quote v1.0.32 => v1.0.33
- sea-orm v0.12.1 => v0.12.2
- sea-orm-migration v0.12.1 => v0.12.2
- serde v1.0.177 => v1.0.171
- thiserror v1.0.44 => v1.0.47
- time v0.3.23 => v0.3.26
PRs
- Bump log from 0.4.19 to 0.4.20 by @dependabot in #100
- Bump clap from 4.3.19 to 4.3.22 by @dependabot in #98
- Bump mini-moka from 0.10.1 to 0.10.2 by @dependabot in #97
Full Changelog: v0.1.11...v0.1.12
v0.1.11
Dependency changes
- Bump log from 0.4.18 to 0.4.19
- Bump serde from 1.0.164 to 1.0.177
- Bump thiserror from 1.0.40 to 1.0.44
- Bump time from 0.3.22 to 0.3.23
- Bump clap from 4.3.2 to 4.3.19
- Bump uuid from 1.3.3 to 1.4.1
- Bump sea-orm from 0.11.3 to 0.12.1
- Bump sea-orm-migration from 0.11.3 to 0.12.1
- Bump argon2 from 0.5.0 to 0.5.1
- Bump mini-moka from 0.10.0 to 0.10.1
- Bump lightningcss from 1.0.0-alpha.42 to 1.0.0-alpha.44
- Bump proc-macro2 from 1.0.60 to 1.0.66
- Bump quote from 1.0.28 to 1.0.32
PRs
- Bump clap from 4.3.2 to 4.3.3 by @dependabot in #64
- Bump uuid from 1.3.3 to 1.3.4 by @dependabot in #65
- Bump log from 0.4.18 to 0.4.19 by @dependabot in #66
- Bump clap from 4.3.3 to 4.3.5 by @dependabot in #68
- Bump clap from 4.3.5 to 4.3.8 by @dependabot in #70
- Bump clap from 4.3.8 to 4.3.10 by @dependabot in #74
- Bump proc-macro2 from 1.0.60 to 1.0.63 by @dependabot in #72
- Bump uuid from 1.3.4 to 1.4.0 by @dependabot in #73
- Bump lightningcss from 1.0.0-alpha.42 to 1.0.0-alpha.44 by @dependabot in #75
- Bump quote from 1.0.28 to 1.0.29 by @dependabot in #78
- Bump clap from 4.3.10 to 4.3.11 by @dependabot in #76
- Bump serde from 1.0.164 to 1.0.171 by @dependabot in #79
- Bump actions/upload-pages-artifact from 1 to 2 by @dependabot in #80
- Bump mini-moka from 0.10.0 to 0.10.1 by @dependabot in #85
- Bump time from 0.3.22 to 0.3.23 by @dependabot in #84
- Bump argon2 from 0.5.0 to 0.5.1 by @dependabot in #83
- Bump thiserror from 1.0.40 to 1.0.43 by @dependabot in #82
- Bump proc-macro2 from 1.0.63 to 1.0.65 by @dependabot in #86
- Bump ouroboros from 0.15.5 to 0.17.2 in /entity by @dependabot in #92
Full Changelog: v0.1.10...v0.1.11
v0.1.10
Dependency changes
- Bump once_cell from 1.17.2 to 1.18.0
- Bump serde from 1.0.163 to 1.0.164
- Bump url from 2.3.1 to 2.4.0
- Bump clap from 4.3.0 to 4.3.2
- Bump time from 0.3.21 to 0.3.22
- Bump lightningcss from 1.0.0-alpha.41 to 1.0.0-alpha.42
- Bump proc-macro2 from 1.0.59 to 1.0.60
PRs
- Bump sea-orm from 0.11.2 to 0.11.3 by @dependabot in #52
- Bump serde from 1.0.160 to 1.0.162 by @dependabot in #56
- Bump clap from 4.2.5 to 4.2.7 by @dependabot in #53
- Bump uuid from 1.3.1 to 1.3.2 by @dependabot in #54
- Bump sea-orm-migration from 0.11.2 to 0.11.3 by @dependabot in #55
- Bump serde from 1.0.162 to 1.0.163 by @dependabot in #58
- Bump quote from 1.0.26 to 1.0.27 by @dependabot in #57
- Bump time from 0.3.20 to 0.3.21 by @dependabot in #59
- Bump clap from 4.2.7 to 4.3.0 by @dependabot in #60
- Bump quote from 1.0.27 to 1.0.28 by @dependabot in #62
- Bump proc-macro2 from 1.0.58 to 1.0.59 by @dependabot in #61
- Bump clap from 4.3.0 to 4.3.1 by @dependabot in #63
Full Changelog: v0.1.8...v0.1.10