Skip to content

Commit 1bd1960

Browse files
joamagclaude
andcommitted
version: 1.4.48
- Added COLONY_LOGGING_LOGSTASH config alias with fallback to LOGGING_LOGSTASH - Updated README configuration documentation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c1def28 commit 1bd1960

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
* Added `COLONY_LOGGING_LOGSTASH` config alias with fallback to `LOGGING_LOGSTASH` for Logstash adapter activation
16+
*
1717

1818
### Fixed
1919

2020
*
2121

22+
## [1.4.48] - 2026-04-09
23+
24+
### Changed
25+
26+
* Added `COLONY_LOGGING_LOGSTASH` config alias with fallback to `LOGGING_LOGSTASH` for Logstash adapter activation
27+
* Updated README configuration documentation with new config options
28+
2229
## [1.4.47] - 2026-04-09
2330

2431
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setuptools.setup(
3535
name="colony",
36-
version="1.4.47",
36+
version="1.4.48",
3737
author="Hive Solutions Lda.",
3838
author_email="development@hive.pt",
3939
description="Colony Framework",

src/colony/res/colony.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "colony",
3-
"version": "1.4.47",
3+
"version": "1.4.48",
44
"release": "100",
55
"build": "final"
66
}

src/colony/res/colony.log.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.4.48": ["Added COLONY_LOGGING_LOGSTASH config alias and updated configuration documentation"],
23
"1.4.47": ["New logging format"],
34
"1.4.46": ["Improved TRACE logging with proper stacklevel support and logger name in format"],
45
"1.4.45": ["Added TRACE log level and patch_logging() for fine-grained protocol-level debugging"],

0 commit comments

Comments
 (0)