This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
Releases: ch3ck/privatemail
Releases · ch3ck/privatemail
v0.2.4
What's Changed
- Bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1 by @dependabot in #66
- Bump serde_json from 1.0.88 to 1.0.89 by @dependabot in #67
- Bump tokio from 1.22.0 to 1.24.1 by @dependabot in #74
- Bump katyo/publish-crates from 1 to 2 by @dependabot in #76
- Update hashicorp/aws requirement from ~> 3.27 to ~> 5.46 in /terraform by @dependabot in #85
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Bump ossf/scorecard-action from 1.1.1 to 2.0.4 by @dependabot in #53
- Bump lambda_runtime from 0.5.1 to 0.6.1 by @dependabot in #52
- Update cargo audit workflow by @ch3ck in #64
- Remove environment from CI workflow by @ch3ck in #65
Full Changelog: v0.2.1...v0.2.3
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
[0.2.1] - 2022-06-24
Security
- Add terraform security scans to CI.
Changed
- Use aws_s3_bucket_versioning module for versioning objects
- Update Cargo packages to latest versions
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Security
- Fix security vulnerabilities in dependency tree
- Fix clippy warnings in configs library crate
- Create scorecards yml
- Create security policy MD
- Add terraform package ecosystem to dependabot yml
- Update dependencies based on dependabot #9, #8, #10, #11, #12, #13, #14, #15, #16
Changed
- Replace handler_fn for servce_fn from latest lambda_runtime crate
- Fix handler function by @ch3ck in #1
- Using structs to ensure sns message is accessed correctly by @noxasaxon in #3
- Remove unnecessary policy to allow sendRawEmail by @elysiumn in #4
- Bump serde from 1.0.132 to 1.0.136 by @dependabot in #9
- Bump actions/checkout from 2 to 3 by @dependabot in #8
- Bump tokio from 1.15.0 to 1.16.1 by @dependabot in #10
- Bump ossf/scorecard-action from 0.0.1 to 1.0.4 by @dependabot in #11
- Bump lambda_runtime from 0.4.1 to 0.5.0 by @dependabot in #13
- Bump actions/upload-artifact from 2.3.1 to 3 by @dependabot in #12
- Bump github/codeql-action from 1.0.26 to 1.1.5 by @dependabot in #14
- Bump serde_json from 1.0.73 to 1.0.79 by @dependabot in #15
- Bump tracing from 0.1.29 to 0.1.32 by @dependabot in #16
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: https://github.com/ch3ck/privatemail/commits/v0.2.0
v0.1.0
Added
terraform
provisioning scripts for SES forwarding and creating lambda binary.privatemail
crate for forwarding emails from verified domain toverified email
.- GitHub actions workflows for building, testing and deploying code.
- Code contribution guidelines.
- Unit and integration tests for privatemail service.
Changed
- Fix handler function by @ch3ck in #1
- Using structs to ensure sns message is accessed correctly by @noxasaxon in #3
- Remove unnecessary policy to allow sendRawEmail by @elysiumn in #4
New Contributors
- @noxasaxon made their first contribution in #3
- @elysiumn made their first contribution in #4
Full Changelog: https://github.com/ch3ck/privatemail/commits/v0.1.0