Skip to content

Releases: jwodder/outgoing

v0.6.1 — Bump platformdirs

08 May 18:33
v0.6.1
Compare
Choose a tag to compare
  • Support platformdirs v4.0
  • Migrated from setuptools to hatch
  • Drop support for Python 3.7

v0.6.0 — Update dependencies

30 Oct 19:55
v0.6.0
Compare
Choose a tag to compare
  • Support python-dotenv v1.0
  • Always read JSON configuration files using UTF-8 encoding
  • Always read files for the "file" password method using UTF-8 encoding
  • Support Python 3.12
  • Correct the default Linux config file location listed in the README
  • Update pydantic to v2.0

v0.5.0 — Update platformdirs

09 Feb 20:17
v0.5.0
Compare
Choose a tag to compare
  • Update platformdirs dependency to v3. This is a breaking change on macOS, where the default configuration path changes from ~/Library/Preferences/outgoing/outgoing.toml back to ~/Library/Application Support/outgoing/outgoing.toml.

v0.4.0 — Python updates

25 Oct 20:30
v0.4.0
Compare
Choose a tag to compare
  • Drop support for Python 3.6
  • Support Python 3.11
  • Use tomllib on Python 3.11

v0.3.2 — Minor fix for pydantic 1.10

03 Sep 15:55
v0.3.2
Compare
Choose a tag to compare
  • Overload Password.__eq__ so that instances continue to compare equal to pydantic.SecretStr instances even under pydantic 1.10

v0.3.1 — Support tomli 2.0

02 Jan 19:06
v0.3.1
Compare
Choose a tag to compare

v0.3.0 — Change some dependencies

31 Oct 21:08
v0.3.0
Compare
Choose a tag to compare
  • Support Python 3.10
  • Replaced entrypoints dependency with importlib-metadata
  • Replaced appdirs dependency with platformdirs. This is a breaking change on macOS, where the default configuration path changes from ~/Library/Application Support/outgoing/outgoing.toml to ~/Library/Preferences/outgoing/outgoing.toml.

v0.2.5 — Export an exception

27 Sep 20:10
v0.2.5
Compare
Choose a tag to compare
  • outgoing.errors.UnsupportedEmailError is now re-exported as outgoing.UnsupportedEmailError like all the other exception classes

v0.2.4 — Update for tomli 1.2.0

02 Aug 12:54
v0.2.4
Compare
Choose a tag to compare

v0.2.3 — Read TOML files in UTF-8

04 Jul 19:19
v0.2.3
Compare
Choose a tag to compare