Releases: wttech/aemc
Releases · wttech/aemc
v2.0.16
Changelog
- 8b23605: Fix (@krystian-panek-vmltech)
- be9309c: Makeself (@krystian-panek-vmltech)
- 14a7111: Makeself-self extraction (@krystian-panek-vmltech)
- dd959fa: Merge pull request #333 from wttech/makeself-self-extraction (@krystian-panek-vmltech)
- 6d5256f: Release v2.0.16 (@krystian-panek-vmltech)
- a59a39f: Same method of extraction on Windows & Unixes (@krystian-panek-vmltech)
v2.0.15
Changelog
- f7ad8f5: Apply suggestion from @Copilot (@krystian-panek-vmltech)
- 6cfea97: Apply suggestion from @Copilot (@krystian-panek-vmltech)
- b3d56f2: Clean up (@krystian-panek-vmltech)
- e890c56: Merge pull request #326 from wttech/replication-fix (@krystian-panek-vmltech)
- e90f27e: Release task (@krystian-panek-vmltech)
- 632019f: Release v2.0.15 (@krystian-panek-vmltech)
- 89bb4a5: Repl for both HTML and JSON (@krystian-panek-vmltech)
- 9867e1d: Replication fixed (@krystian-panek-vmltech)
- 7800e9c: Replication works with both HTML/JSON (@krystian-panek-vmltech)
v2.0.14
Changelog
- 7e14582: Maven wrapper impr (@krystian-panek-vmltech)
- 119490f: Maven wrapper without fixes - not needed when using GitBash on Windows (@krystian-panek-vmltech)
- 82cb9dd: Release v2.0.14 (@krystian-panek-vmltech)
v2.0.13
Changelog
- 134475e: Add separate field in oak-run to indicate use of local jar-file (@yfrickx-kbc)
- c548709: Maven wrapper improvement (@krystian-panek-vmltech)
- 11e66ba: Merge pull request #316 from yfrickx-kbc/feature/allow-offline-oak-run-jar (@krystian-panek-vmltech)
- 1e4755a: Merge pull request #323 from wttech/mvnw-improvement (@krystian-panek-vmltech)
- 7f842be: Merge pull request #324 from wttech/oak-run-local (@krystian-panek-vmltech)
- f922cc4: OakRun offline (@krystian-panek-vmltech)
- b016e3d: Release v2.0.13 (@krystian-panek-vmltech)
- 44603b1: Remove JarFile from lock (@yfrickx-kbc)
- 630978c: Rename to JarFile, early return when using local jar (@yfrickx-kbc)
- 7ab18b9: closes #315: Allow downloadURL to reference local file for oak-run jar setup (@yfrickx-kbc)
v2.0.12
v2.0.11
v2.0.10
v2.0.9
Changelog
- a2931cf Merge pull request #311 from wttech/pkg-deploy-extract-only
- 1955518 Merge pull request #312 from wttech/java-home-in-instance-lock
- 9a7c87f Merge remote-tracking branch 'origin/main' into pkg-deploy-extract-only
- 12710ab Package install extract only when snapshot
- 769e05a Release v2.0.9
- 29f7ad0 Restart instance when Java changed
v2.0.8
Changelog
- 036d2b3 Add user password management command
- 546a23e Add user private keys management commands: add, delete
- 0684047 Fix build error - rename variables
- 7ede2e4 Fix capitalization in keystore and key management messages
- 4dabdca Fix capitalization in keystore command descriptions
- e15d85e Merge pull request #303 from wttech/feature/auth-user-password-set
- 9fc43a1 Merge pull request #304 from wttech/feature/user-keystore-add-key
- edfd649 Refactor CLI and project package imports; streamline logging messages
- 89283a7 Refactor Keystore methods: remove code repetitions
- 3afa3a8 Refactor UserManager and KeystoreManager: streamline keystore methods and improve structure
- 65c841c Refactor UserPasswordSet to simplify password check logic
- 9ad92cf Refactor keystore management: streamline path composition and relocate readKeyStore function
- 2384789 Refactor user command structure: separate user key management into its own command
- d6c01f9 Refactor user password management functions for consistency and clarity
- 8e97375 Refactor user password management: update command descriptions and streamline path generation
- 8731f68 Refactor user path generation: replace generateUserPath with assembleUserPath for readabilty
- f16e18a Refactor user type handling in UnmarshalStatus: replace string literals with constants for clarity
- 8c3e6df Release v2.0.8
- 7f18fed Rename files for conciseness
- ce89a41 Simplify password check logic in UserPasswordSet function
- 0389721 Update GitHub Actions to use latest versions of cache, setup-go, and checkout actions
- 967dd39 Update Go version to 1.24 in workflows and go.mod