-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
40 lines (32 loc) · 1.15 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Changelog 1.4.5 (12-07-2021)
----------------------------
* Avoid null appender
Changelog 1.4.4 (12-07-2021)
----------------------------
* Fix Additivity for Console Logger
Changelog 1.4.3 (15-02-2021)
----------------------------
* Nothing. Technical build for fix artifact in release repository
Changelog 1.4.2 (28-01-2021)
----------------------------
* Change flush logic
Changelog 1.4.1 (28-01-2021)
----------------------------
* Fix NPE when absent configuration method
Changelog 1.4 (27-01-2021)
----------------------------
* Fix for *before/*after methods when threads count less than tests count
* Append test method name to log from configuration method
* Update TestNG version (^7.3.0)
* Detect testng's 'parallel="tests" as parallel mode'
Changelog 1.3 (26-01-2021)
----------------------------
* Fix logs for @BeforeSuite
Changelog 1.2 (15-01-2021)
----------------------------
* Fix logs for @DataProvider(parallel = true)
* Fix logs for *before/*after methods
Changelog 1.1 (20-05-2020)
----------------------------
* Added single_pattern in properties
* Added support custom pattern for initialization before tests. log("[%p] %d{HH:mm:ss} custom - %m%n");