Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS resolver #3

Merged
merged 10 commits into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# 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]

### Changed

- Merge pull request #4 from bnkc/dependabot/cargo/pyo3-0.22.4
- Bump pyo3 from 0.22.2 to 0.22.4
- Changing toolchain
- Completed domain deliverability
- Restructuring project
- Update README.md

## [1.0.0] - 2024-08-08

### Added

- Add files via upload

### Changed

- Updating toml
- Renaming to emval
- Update README.md
- Update README.md
- Update benchmark.py
- Delete benchmark_results.svg
- Delete test.py
- Update README.md
- Delete perf.png
- Began new benchmarking
- Flattened out ValidatedEmail, working on valid tests
- Update README.md
- Update README.md
- Update README.md
- Create LICENSE
- Update README.md
- Update README.md
- Starting readme
- Close to completeing invalid syntax testing
- Deliverable flag and more invalid email tests
- Better PyError handling
- Python bindings
- Preparing for python binding migration
- Refactored tests, added original and normalized email to struct
- Validate special domains
- Setup case testing, passing test suite
- Still working on quoted local part tests
- Quoted local part tests pass
- Domain literals completed
- Working on fixing domain testing and validation
- Benchmarking
- Initial commit for new project structure

[unreleased]: https://github.com/bnkc/emval/compare/v1.0.0..HEAD

<!-- generated by git-cliff -->
Loading
Loading