Skip to content

Commit 2946a83

Browse files
joamagclaude
andcommitted
version: 1.46.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 57c82c9 commit 2946a83

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
* Sequential MX session mode for SMTP client (`sequential` parameter in `message()`), establishes one connection at a time per MX host to reduce pressure on remote servers that drop concurrent connections from the same source
12+
*
1313

1414
### Changed
1515

16-
* Extract `initiate_mx()` from `on_mx_resolved()` in SMTP client for clearer separation of DNS collection and connection initiation phases
16+
*
1717

1818
### Fixed
1919

2020
*
2121

22+
## [1.46.0] - 2026-04-13
23+
24+
### Added
25+
26+
* Sequential MX session mode for SMTP client (`sequential` parameter in `message()`), establishes one connection at a time per MX host to reduce pressure on remote servers that drop concurrent connections from the same source
27+
28+
### Changed
29+
30+
* Extract `initiate_mx()` from `on_mx_resolved()` in SMTP client for clearer separation of DNS collection and connection initiation phases
31+
2232
## [1.45.1] - 2026-04-13
2333

2434
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def read_file(path):
5757

5858
setuptools.setup(
5959
name="netius",
60-
version="1.45.1",
60+
version="1.46.0",
6161
author="Hive Solutions Lda.",
6262
author_email="development@hive.pt",
6363
description="Netius System",

src/netius/base/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
identification of both the clients and the services this
5959
value may be prefixed or suffixed """
6060

61-
VERSION = "1.45.1"
61+
VERSION = "1.46.0"
6262
""" The version value that identifies the version of the
6363
current infra-structure, all of the services and clients
6464
may share this value """

0 commit comments

Comments
 (0)