Releases: Aiven-Open/aiven-repositories-for-opensearch
Releases · Aiven-Open/aiven-repositories-for-opensearch
ES encryption repository plugins v 4.2.1
Add additional permissions for BC
ES encryption repository plugins v 4.2.0
Fixed memory leak
ES encryption repository plugins v 4.1.1
- fixed memory leak problem
- bump up
ZSTD
lib to version1.4.5.-12
ES encryption repository plugins v 4.1.0
- Support ES 7.9.3
- New S3 plugin
ES GCS encryption repository plugin v 4.0.0
What's new:
- RSA public and private key settings for GCS plugin now called
aiven.gcs.public_key
andaiven.gcs.prtivate_key
, which breaks backward coimpatibnility with previous version - Set maximum chunk size to 64GB
- Add support of
io_buffer_size
GCS repository settings, which gives possibility to change buffer size during encryption. Default value is 128KB, maximum - 8MB
ES GCS encryption repository plugin v 3.1.0
Changes:
- Add common abstraction for plugins
- Refactor GCS plugin to extends common abstractions
- Bump up ES version to 7.9.1
ES GCS encryption repository plugin v 3.0.1
Plugin now configs only if aiven-prefixes keys have been set,
which prevents ES to be failed for empty keys.
ES GCS encryption repository plugin v 3.0.0
Now plugin works only with ES 7.9.x.
ES GCS encryption repository plugin v 2.3.0
Support for additional security permissions for:
- file system
- socket
- use bouncy castle security provider
- use native zstd library
- and some additional permissions for reflection
ES GCS encryption repository plugin v 2.2.0
Lazy load initialization of plugin has been removed