File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Changed
1515
16- * New logging format
16+ *
1717
1818### Fixed
1919
2020*
2121
22+ ## [ 1.4.47] - 2026-04-09
23+
24+ ### Changed
25+
26+ * New logging format
27+
2228## [ 1.4.46] - 2026-04-09
2329
2430### Added
Original file line number Diff line number Diff line change 3333
3434setuptools .setup (
3535 name = "colony" ,
36- version = "1.4.46 " ,
36+ version = "1.4.47 " ,
3737 author = "Hive Solutions Lda." ,
3838 author_email = "development@hive.pt" ,
3939 description = "Colony Framework" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " colony" ,
3- "version" : " 1.4.46 " ,
3+ "version" : " 1.4.47 " ,
44 "release" : " 100" ,
55 "build" : " final"
66}
Original file line number Diff line number Diff line change 11{
2+ "1.4.47" : [" New logging format" ],
23 "1.4.46" : [" Improved TRACE logging with proper stacklevel support and logger name in format" ],
34 "1.4.45" : [" Added TRACE log level and patch_logging() for fine-grained protocol-level debugging" ],
45 "1.4.44" : [" Fixed thread safety race condition in LogstashHandler" ],
You can’t perform that action at this time.
0 commit comments