All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add terraform security scans to CI.
- Use aws_s3_bucket_versioning module for versioning objects
- Update Cargo packages to latest versions
- 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
- 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
- @dependabot made their first contribution in #9
Full Changelog: https://github.com/ch3ck/privatemail/commits/v0.2.0
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.
- 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
Full Changelog: https://github.com/ch3ck/privatemail/commits/v0.1.0