| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.9.0 source code.tar.gz | 2025-08-27 | 28.3 MB | |
| 3.9.0 source code.zip | 2025-08-27 | 28.4 MB | |
| README.md | 2025-08-27 | 1.3 kB | |
| Totals: 3 Items | 56.6 MB | 0 | |
Release Changelog - August 27, 2025
Highlights
- Official compatibility updates:
- Adds support for OpenSearch v3.0 and above
- Adds support for Elasticsearch v9.0 and above
Features
- Connect flow improvements:
- Enable Connect button when required values are valid.
- Validate app name and URL.
- Automatically prepend http to URL if missing. Contributions by Du Tran. (Refs: issue-480, issue-481)
Build & Tooling
- Node Support: Build now supports Node v22.
- Versioning: Bumped app version to 3.9.0.
Dependency Updates
- Bumped cipher-base from 1.0.4 to 1.0.6. (PR [#502])
- Bumped sha.js from 2.4.11 to 2.4.12. (PR [#501])
- Bumped brace-expansion from 1.1.11 to 1.1.12. (PR [#500])
- Bumped @babel/runtime from 7.20.6 to 7.27.6. (PR [#499])
- Bumped pbkdf2 from 3.0.17 to 3.1.3. (PR [#498])
- Previously: Bumped elliptic from 6.5.7 to 6.6.0. (PR [#495])
- build(deps): bump tar-fs from 1.16.3 to 1.16.5 (PR [#503])
Merges & Maintenance
- Merged index name/connection validation improvements. (PR [#497])
- Merged URL auto-prefixing enhancement. (PR [#496])
- Routine chores and version updates.
Thanks to contributors: Du Tran (@quangdutran), @dependabot, and @siddharthlatest.