|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 1.6.1 - 2026-01-19 |
| 4 | + |
| 5 | +- Support new regions eu-west-2 and ca-central-1 |
| 6 | + |
3 | 7 | ## 1.6.0 - 2025-06-30 |
4 | 8 |
|
5 | | -* Support active content detection |
6 | | -* Add `AMaasScanOptions` to support customizable scan options. |
| 9 | +- Support active content detection |
| 10 | +- Add `AMaasScanOptions` to support customizable scan options. |
7 | 11 |
|
8 | 12 | ## 1.5.0 - 2025-06-18 |
9 | 13 |
|
10 | | -* Supports HTTP and SOCKS5 proxy |
11 | | -* Add example code `s3stream` for scanning an S3 object as an implementation of `AMaasReader` |
| 14 | +- Supports HTTP and SOCKS5 proxy |
| 15 | +- Add example code `s3stream` for scanning an S3 object as an implementation of `AMaasReader` |
12 | 16 |
|
13 | 17 | ## 1.4.5 - 2025-03-03 |
14 | 18 |
|
15 | | -* Support new region me-central-1 |
| 19 | +- Support new region me-central-1 |
16 | 20 |
|
17 | 21 | ## 1.4.4 - 2024-10-11 |
18 | 22 |
|
19 | | -* Update deoendencies |
20 | | -* Fix grpc issue for examples |
| 23 | +- Update deoendencies |
| 24 | +- Fix grpc issue for examples |
21 | 25 |
|
22 | 26 | ## 1.4.3 - 2024-10-10 |
23 | 27 |
|
24 | | -* Rollback to fix grpc issue |
| 28 | +- Rollback to fix grpc issue |
25 | 29 |
|
26 | 30 | ## 1.4.2 - 2024-10-10 |
27 | 31 |
|
28 | | -* Update dependencies: protobuf-java, protobuf-java-util, grpc-netty |
| 32 | +- Update dependencies: protobuf-java, protobuf-java-util, grpc-netty |
29 | 33 |
|
30 | 34 | ## 1.4.1 - 2024-08-28 |
31 | 35 |
|
32 | | -* Support certificate verification bypass using environment variable |
| 36 | +- Support certificate verification bypass using environment variable |
33 | 37 |
|
34 | 38 | ## 1.4.0 - 2024-08-23 |
35 | 39 |
|
36 | | -* Update README.md |
37 | | -* Support digest calculation bypass |
| 40 | +- Update README.md |
| 41 | +- Support digest calculation bypass |
38 | 42 |
|
39 | 43 | ## 1.3.0 - 2024-08-21 |
40 | 44 |
|
41 | | -* Update README.md |
42 | | -* Support passing host address in an AMaasClient constructor |
43 | | -* Support CA cert import |
| 45 | +- Update README.md |
| 46 | +- Support passing host address in an AMaasClient constructor |
| 47 | +- Support CA cert import |
44 | 48 |
|
45 | 49 | ## 1.2.0 - 2024-08-07 |
46 | 50 |
|
47 | | -* Support verbose scan result |
| 51 | +- Support verbose scan result |
48 | 52 |
|
49 | 53 | ## 1.1.1 - 2024-04-10 |
50 | 54 |
|
51 | | -* Update README.md |
52 | | -* Extend the scan default timeout to 300s |
| 55 | +- Update README.md |
| 56 | +- Extend the scan default timeout to 300s |
53 | 57 |
|
54 | 58 | ## 1.1.0 - 2024-04-03 |
55 | 59 |
|
56 | | -* Update protos |
57 | | -* Enable PML (Predictive Machine Learning) detection and smart feedback |
58 | | -* Enable bulk mode |
59 | | -* Enable India region |
60 | | -* Support for scanning large files (over 2GB) |
| 60 | +- Update protos |
| 61 | +- Enable PML (Predictive Machine Learning) detection and smart feedback |
| 62 | +- Enable bulk mode |
| 63 | +- Enable India region |
| 64 | +- Support for scanning large files (over 2GB) |
61 | 65 |
|
62 | 66 | ## 1.0.1 - 2023-11-23 |
63 | 67 |
|
64 | | -* Update to latest code |
| 68 | +- Update to latest code |
65 | 69 |
|
66 | 70 | ## 1.0.0 - 2023-11-21 |
67 | 71 |
|
68 | | -* Initial release |
| 72 | +- Initial release |
0 commit comments