Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 29 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,72 @@
# CHANGELOG

## 1.6.1 - 2026-01-19

- Support new regions eu-west-2 and ca-central-1

## 1.6.0 - 2025-06-30

* Support active content detection
* Add `AMaasScanOptions` to support customizable scan options.
- Support active content detection
- Add `AMaasScanOptions` to support customizable scan options.

## 1.5.0 - 2025-06-18

* Supports HTTP and SOCKS5 proxy
* Add example code `s3stream` for scanning an S3 object as an implementation of `AMaasReader`
- Supports HTTP and SOCKS5 proxy
- Add example code `s3stream` for scanning an S3 object as an implementation of `AMaasReader`

## 1.4.5 - 2025-03-03

* Support new region me-central-1
- Support new region me-central-1

## 1.4.4 - 2024-10-11

* Update deoendencies
* Fix grpc issue for examples
- Update deoendencies
- Fix grpc issue for examples

## 1.4.3 - 2024-10-10

* Rollback to fix grpc issue
- Rollback to fix grpc issue

## 1.4.2 - 2024-10-10

* Update dependencies: protobuf-java, protobuf-java-util, grpc-netty
- Update dependencies: protobuf-java, protobuf-java-util, grpc-netty

## 1.4.1 - 2024-08-28

* Support certificate verification bypass using environment variable
- Support certificate verification bypass using environment variable

## 1.4.0 - 2024-08-23

* Update README.md
* Support digest calculation bypass
- Update README.md
- Support digest calculation bypass

## 1.3.0 - 2024-08-21

* Update README.md
* Support passing host address in an AMaasClient constructor
* Support CA cert import
- Update README.md
- Support passing host address in an AMaasClient constructor
- Support CA cert import

## 1.2.0 - 2024-08-07

* Support verbose scan result
- Support verbose scan result

## 1.1.1 - 2024-04-10

* Update README.md
* Extend the scan default timeout to 300s
- Update README.md
- Extend the scan default timeout to 300s

## 1.1.0 - 2024-04-03

* Update protos
* Enable PML (Predictive Machine Learning) detection and smart feedback
* Enable bulk mode
* Enable India region
* Support for scanning large files (over 2GB)
- Update protos
- Enable PML (Predictive Machine Learning) detection and smart feedback
- Enable bulk mode
- Enable India region
- Support for scanning large files (over 2GB)

## 1.0.1 - 2023-11-23

* Update to latest code
- Update to latest code

## 1.0.0 - 2023-11-21

* Initial release
- Initial release
Loading