Skip to content

Commit a387f4c

Browse files
joamagclaude
andcommitted
version: 1.21.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent af3f2c2 commit a387f4c

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
* `conf_override` context manager for temporarily overriding configuration values
13-
* `ConsulProxyServer` for Consul-based service discovery in the reverse proxy
12+
*
1413

1514
### Changed
1615

1716
*
1817

1918
### Fixed
2019

20+
*
21+
22+
## [1.21.0] - 2026-02-07
23+
24+
### Added
25+
26+
* `conf_override` context manager for temporarily overriding configuration values
27+
* `ConsulProxyServer` for Consul-based service discovery in the reverse proxy
28+
29+
### Fixed
30+
2131
* SSLError propagation in `on_write` breaking the main loop during SSL handshake failures
2232

2333
## [1.20.7] - 2025-09-30

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.20.7",
60+
version="1.21.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.20.7"
61+
VERSION = "1.21.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)