Releases: thevickypedia/gmail-connector
Releases · thevickypedia/gmail-connector
v1.0.3
v1.0.2
- Removes complexity with phone number validation
- Improved code readability
v1.0.1
- Includes a retry logic for occasional errors while sending emails
- Improved linting and updates to docs and dependencies
v1.0
- Uses
pydantic
for input validations - Includes
Enum
wrappers around options - Open access for SMS Gateway and Country codes
- Includes a bug fix for missing sender while reading emails
- Better documentation and runbook
v1.0b
Release beta version for v1
v1.0a
Prerelease for v1
0.9.1
Includes some minor modifications in type hinting
v0.9
Support validating email addresses for iterables Update README.md and test_runner.py
v0.8
Validate recipient address format in send_email.py Make validator available on name space package Update test runner
v0.7.5
Remove unused namespace package Reformat imports and update README.md