@@ -4,6 +4,52 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.5.12] - 2023-08-20
8
+
9
+ ### API changes list
10
+
11
+ - Add NetEndian versions of toIp and toIpPort.
12
+
13
+ - Add setsockopt to TcpClient and TcpServer.
14
+
15
+ - Support setting max files in AsyncFileLogger.
16
+
17
+ - Support returning multiple results for dns parsing.
18
+
19
+ ### Changed
20
+
21
+ - Refactor SSL handling.
22
+
23
+ - Add ability to use one log file until the size-limit.
24
+
25
+ - Make the std::string_view work on windows.
26
+
27
+ - Drop Botan 2 support and support Botan 3.
28
+
29
+ - Make the getNextLoop method multi-thread safe.
30
+
31
+ - Add fallback when OpenSSL not providing BLAKE2b.
32
+
33
+ ### Fixed
34
+
35
+ - Fix override mark.
36
+
37
+ - Add missing <cstdint > header with GCC 13.
38
+
39
+ - Fix AresResolver.
40
+
41
+ - Fix building built-in hashes on Windows.
42
+
43
+ - Fix MSYS2/Cygwin compatibility issues.
44
+
45
+ - Fix more build errors on win32/mingw.
46
+
47
+ - Fix off_t(on windows off_t defined with long, not longlong).
48
+
49
+ - Fix bug with Trantor::Date timeZoneOffset calculation.
50
+
51
+ - Fix wrong usage of shared pointer in TcpClient ctor.
52
+
7
53
## [ 1.5.11] - 2023-03-17
8
54
9
55
### API Changes list
@@ -520,7 +566,9 @@ All notable changes to this project will be documented in this file.
520
566
521
567
## [ 1.0.0-rc1] - 2019-06-11
522
568
523
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.11...HEAD
569
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.12...HEAD
570
+
571
+ [ 1.5.12 ] : https://github.com/an-tao/trantor/compare/v1.5.11...v1.5.12
524
572
525
573
[ 1.5.11 ] : https://github.com/an-tao/trantor/compare/v1.5.10...v1.5.11
526
574
0 commit comments