sendgrid 0.20.1

An unofficial client library for the SendGrid API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

## 0.20.1 - 2024-02-27

### Fixed

- The main documentation was updated to reflect the current feature flags.

## 0.20.0 - 2024-01-16

### Added

- `blocking_send` function. This allows for asynchronous and blocking code to coexist. (#105)

### Removed

- The `async` feature is now considered default. (#105)