Skip to content

Commit 9f9d461

Browse files
committed
docs: update TEMPLATE-CHANGELOG
1 parent a83f003 commit 9f9d461

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

TEMPLATE-CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)