Skip to content

Releases: thevickypedia/gmail-connector

v1.0.2

05 Jun 13:24
Compare
Choose a tag to compare
  • Removes complexity with phone number validation
  • Improved code readability

v1.0.1

26 May 22:51
Compare
Choose a tag to compare
  • Includes a retry logic for occasional errors while sending emails
  • Improved linting and updates to docs and dependencies

v1.0

27 Oct 00:12
Compare
Choose a tag to compare
  • 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

26 Oct 17:38
Compare
Choose a tag to compare
v1.0b Pre-release
Pre-release

Release beta version for v1

v1.0a

26 Oct 15:40
Compare
Choose a tag to compare
v1.0a Pre-release
Pre-release

Prerelease for v1

0.9.1

31 Aug 01:15
Compare
Choose a tag to compare

Includes some minor modifications in type hinting

v0.9

01 May 19:25
Compare
Choose a tag to compare
Support validating email addresses for iterables

Update README.md and test_runner.py

v0.8

03 Apr 23:53
Compare
Choose a tag to compare
Validate recipient address format in send_email.py

Make validator available on name space package
Update test runner

v0.7.5

03 Apr 01:08
Compare
Choose a tag to compare
Remove unused namespace package

Reformat imports and update README.md

v0.7

03 Apr 23:22
Compare
Choose a tag to compare
Make all objects available in __init__.py

Unhook changelog dependency with version numbers
Exclude private members in docs