All notable changes to the PSAYX project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.1 - 2024-10-08
Bugfix and incremental improvements
- Get-LatestRelease: Add Designer and Intelligence Suite support
- Get-LicensedProducts: Fix parameter name
1.1.0 - 2024-10-07
New installers and API support
The following functions have been added:
- Get-LatestRelease: Fetch latest release from the Alteryx license portal API
- Get-LicensedProducts: List available products from the Alteryx license portal API
- Get-ProductEditions: List available product editions from the Alteryx license portal API
- Get-ProductReleases: List available product releases from the Alteryx license portal API
- Invoke-LicenseAPI: Call the Alteryx license portal API
- Update-LicenseToken: Refresh Alteryx license portal API access token
- Invoke-ServerAPI: Call the Alteryx Server API
- Get-EMongoPassword: Returns embedded MongoDB database user and admin passwords
- Repair-Database: Run maintenance scripts to repair embedded MongoDB database
- Get-ServicePath: Return the path to the Alteryx service executable from registry
- Install-Package: Install Alteryx Data Package
The following functions have been updated:
- Get-ServerProcess
- Get-Version: Now parse version by default (use
-Raw
parameter to get the raw output) - Install-Server: Add support for new installers (versions 2022.3+)
- Uninstall-Server: Add support for new installers (versions 2022.3+)
- Get-License: Path to executable is now optional
- Get-InstallDirectory: Update registry key
- Get-RegistryVersion: Update registry key
- Get-Utility: Add support for more executables
- Add-License: Fix Parameter Exception for LicenseKey
1.0.1 - 2021-11-21
Robustness improvements and bug fixes
The following functions have been added:
- Lock-Workflow
The following functions have been updated:
- Get-ServerProcess: Function is now private; use Get-Utility instead
- Invoke-Engine: BREAKING
EngineVersion
parameter was removed, use-AMP
switch instead - Start-Workflow
- Get-Utility: Resolved quiproquo with licensing utilities
1.0.0 - 2021-09-20
First stable release
Module manifest, README, LICENSE, and CHANGELOG.