diff options
| author | Dan Engelbrecht <[email protected]> | 2022-11-21 10:13:05 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-21 01:13:05 -0800 |
| commit | 8e4f89ac73a1924b289b4cf10e1643ceca3526a1 (patch) | |
| tree | 0e846e52349582789c460d490de3cc6a6a79f3b3 /CHANGELOG.md | |
| parent | bump cache large object size limit to 128Kb (#191) (diff) | |
| download | zen-8e4f89ac73a1924b289b4cf10e1643ceca3526a1.tar.xz zen-8e4f89ac73a1924b289b4cf10e1643ceca3526a1.zip | |
add "version" command with "detailed" option (#192)
specify host url to query running service version, otherwise you get zen command version
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d34d6300c..2dbfa413a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ - Feature: Adds two command to Zen command tool to export/import project store oplogs with attachments - `export-project <target-folder> <project> [oplogs...]` - `import-project <target-folder> <project> [oplogs...]` +- Feature: Adds command to query Zen version, specify `host-name` url to query running service version, otherwise you get zen command version. `detailed` option gives you long form version. + - `version [host-name] [detailed]` +- Feature: New service endpoint to query Zen server version, add `?detailed=true` to get long form version + - `<host>/health/version` - Feature: Configure OpenID providers from cmd line and Lua cfg - Feature: Added zen command line executable to release distribution - Improvement: Bumped limit for storing cache values as separate files to reduce number of loose files |