Skip to content

Commit 61f920a

Browse files
authored
Version 5.2.2
PR-URL: #254
1 parent 738d1ac commit 61f920a

3 files changed

Lines changed: 339 additions & 223 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased][unreleased]
44

5+
## [5.2.2][] - 2024-04-26
6+
7+
- Fix Content-length on httpApiCall
8+
- Fix memory-leak on fetch
9+
- Validate collected data
10+
- Update dependencies
11+
512
## [5.2.1][] - 2024-02-10
613

714
- Fixed abort handling in `Collector`
@@ -294,7 +301,8 @@
294301
See this link for 2.2.0 and all previous versions:
295302
https://github.com/metarhia/common/blob/master/CHANGELOG.md
296303

297-
[unreleased]: https://github.com/metarhia/metautil/compare/v5.2.1....HEAD
304+
[unreleased]: https://github.com/metarhia/metautil/compare/v5.2.2....HEAD
305+
[5.2.2]: https://github.com/metarhia/metautil/compare/v5.2.1...v5.2.2
298306
[5.2.1]: https://github.com/metarhia/metautil/compare/v5.2.0...v5.2.1
299307
[5.2.0]: https://github.com/metarhia/metautil/compare/v5.1.0...v5.2.0
300308
[5.1.0]: https://github.com/metarhia/metautil/compare/v5.0.0...v5.1.0

0 commit comments

Comments
 (0)