Skip to content

Releases: thevickypedia/gmail-connector

v1.0.3

25 Nov 02:57

Choose a tag to compare

  • Loosen pydantic version

v1.0.2

05 Jun 13:24

Choose a tag to compare

  • Removes complexity with phone number validation
  • Improved code readability

v1.0.1

26 May 22:51

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

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

Choose a tag to compare

v1.0b Pre-release
Pre-release

Release beta version for v1

v1.0a

26 Oct 15:40

Choose a tag to compare

v1.0a Pre-release
Pre-release

Prerelease for v1

0.9.1

31 Aug 01:15

Choose a tag to compare

Includes some minor modifications in type hinting

v0.9

01 May 19:25

Choose a tag to compare

Support validating email addresses for iterables

Update README.md and test_runner.py

v0.8

03 Apr 23:53

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

Choose a tag to compare

Remove unused namespace package

Reformat imports and update README.md