github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/gh-pages/content/en/blog/1.7.0-release-notes.md (about) 1 --- 2 title: "✨ 1.7.0 Release Note" 3 description: "Command launcher 1.7.0 Release" 4 excerpt: "Command launcher 1.7.0 Release" 5 date: 2022-11-13T09:19:42+01:00 6 lastmod: 2022-11-13T09:19:42+01:00 7 draft: false 8 weight: 50 9 images: [] 10 categories: ["News"] 11 tags: ["release"] 12 contributors: ["Bo HOU"] 13 pinned: false 14 homepage: false 15 --- 16 17 ## Release notes 18 19 * ✨New mechanism to access resources with user consent, resources required user consent: 20 * username 21 * password 22 * auth_token 23 * log_level 24 * ✨New system package with system command. Now supports two types of system command: 25 * __login__: extends the built-in login command 26 * __metrics__: extends the built-in metrics 27 * ✨New package management with new built-in commands: 28 * list: list installed local and dropin packages and remote packages. It also provides the possibility to show the installed commands 29 * install: install dropin packages from git repository or remote/local zip file 30 * delete: delete installed dropin packages 31 * ✨New URL convention for command launcher self update. You can now use the Github release file as the latest version 32 * ✨New configurations: 33 * enable_user_consent 34 * user_consent_life 35 * system_package 36 * system_package_public_key 37 * system_package_public_key_file 38 * verify_package_checksum 39 * verify_package_signature 40 * 🔒️Enable package checksum verification 41 * ♻️Refactor local repository management and remote management 42 * 🔨Default local build version now takes the current branch name: [branch name]-dev. See build.sh