File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.3.0] - 2025-05-06
9+
10+ ### Added
11+
12+ - New ` normalize ` and ` normalizeOptions ` utilities for payload normalization in the reprocessing module.
13+ - APM decorators for handlers, enabling instrumentation.
14+ - Functionality to extract RabbitMQ options from the ` RABBIT_OPTIONS ` environment variable.
15+
16+ ### Changed
17+
18+ - Renamed non-standard folder from ` utils ` to ` util ` .
19+ - Improved application startup and shutdown process.
20+ - Enhanced MemCached connection process and added connection timeout.
21+ - Updated the ` .env.example ` file.
22+ - Adjusted when Elastic is started.
23+ - Added protocol adaptation for new RabbitMQ implementations.
24+ - Improved handler processing logic to prevent subsequent handlers from executing prematurely.
25+ - Optimized APM decorators.
26+
27+ ### Fixed
28+
29+ - Added normalization before message validation in the reprocessing module.
30+ - Optimized ` searchLabels ` to prevent maximum call stack overflow.
31+
32+ ### Deprecated
33+
34+ - _ No deprecations._
35+
36+ ### Removed
37+
38+ - _ No removals._
39+
40+ ### Security
41+
42+ - _ No security fixes.
43+
844## [ 2.2.0] - 2025-03-19
945
1046### Added
You can’t perform that action at this time.
0 commit comments