Skip to content

Commit eabbfb3

Browse files
amitjoshi438Amit Joshipriyanshu92olprodgithub-actions[bot]
authored
PAC v1.49.4 Update (#1332)
* Enhance CodeQL with telemetry logging and error handling (#1279) * Enhance CodeQL screening with detailed telemetry logging and error handling * Add telemetry logging for SARIF viewer installation and activation events * Remove test for handling null or undefined inputs in CodeQLAction tests * Enhance CodeQL analysis with issue tracking and improved telemetry logging --------- Co-authored-by: Amit Joshi <[email protected]> * [PowerPages][BL] Refactor completion item handling for namespaces and properties (#1285) Refactor completion item handling to simplify namespace and property insertions Co-authored-by: Amit Joshi <[email protected]> * [PowerPages][ActionsHub][Codespaces] Update Actions Hub visibility condition for virtual workspaces (#1286) * Update actionsHub visibility condition to use virtualWorkspace * Update localization pipeline node version (#1287) * Update node version * Add manual trigger for localization update workflow - ✨ Added `workflow_dispatch` to allow manual testing of the localization update workflow. -Priyanshu * Fix token handling in localization update workflow (#1288) - 🔧 Added token configuration for checkout step - 🔒 Ensured GITHUB_TOKEN is set for commit and push step -Priyanshu * Remove paths-ignore from PullRequest workflow (#1290) - 🗑️ Deleted paths-ignore section to allow all changes to trigger the workflow. - 🔄 Ensured that localization files are now included in the CI process. -Priyanshu * Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2223259 (#1276) * Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2223259 * Automated localization update from CI * Dummy commit --------- Co-authored-by: Priyanshu Agrawal <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2227356 (#1292) * Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2227356 * Automated localization update from CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Bump PAC to 1.48.2 (#1293) Co-authored-by: PAC Auto Update Bot <[email protected]> * [Uri Handler] Refactoring Error Handling and Experience (#1291) * Enhance PAC CLI process management with error handling and reset logic in exit and download operations * Refactor handleOpenPowerPages to include progress notifications and improve error handling for URI processing * Refactor URI handling to improve parameter parsing, telemetry data construction, and error handling * Remove duplicate error message displays for missing parameters and download failures in URI handling * Add PowerPagesNavigationConstants for improved code organization and maintainability * Refactor handleOpenPowerPages to directly use selected folder and remove prepareDownloadFolder utility * Refactor URI handler error messages and download progress notifications for clarity and consistency * Add feature flag for 'Open in Desktop' functionality in VSCode Web * Update URI parameters to include WEBSITE_NAME and WEBSITE_PREVIEW_URL for improved flexibility in URI handling * Remove obsolete translation entries related to Power Pages and VS Code Desktop for cleaner localization files * Add localization strings and improve error handling for Power Pages and VS Code Desktop integration * Fix null reference error when killing process in PacInterop --------- Co-authored-by: Amit Joshi <[email protected]> * Enhance website data retrieval with fallback support and new Git ALM format (#1295) Enhance website data retrieval by adding fallback for website name and supporting new Git ALM format in website ID extraction Co-authored-by: Amit Joshi <[email protected]> * Refactor CodeQL screening and clean up dispose method (#1297) * Refactor CodeQL screening to check for .powerpages-site folder existence and clean up dispose method * Clarify comment for .powerpages-site folder existence check in runCodeQLScreening function --------- Co-authored-by: Amit Joshi <[email protected]> * Update CHANGELOG for pac CLI 1.48.2 release (#1298) Update CHANGELOG for pac CLI 1.48.2 release with bug fixes and new features Co-authored-by: Amit Joshi <[email protected]> * Add user roles and authentication token to Server API definitions (#1300) Co-authored-by: Amit Joshi <[email protected]> * Update CHANGELOG for pac CLI version bump to 2.0.100 (#1301) * Update CHANGELOG for pac CLI 1.48.2 release and version bump to 2.1.0 * Update CHANGELOG for pac CLI 1.48.2 release and version bump to 2.0.100 --------- Co-authored-by: Amit Joshi <[email protected]> * Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2230060 (#1296) * Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2230060 * Automated localization update from CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2236210 (#1303) * Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2236210 * Automated localization update from CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Refactor HTTP method names for new changes. (#1304) * Refactor HTTP method names to include 'Async' for clarity and update descriptions * Update Server API autocomplete tests and examples to use 'Async' methods for HTTP client --------- Co-authored-by: Amit Joshi <[email protected]> * Bump axios from 1.11.0 to 1.12.1 (#1305) Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.11.0...v1.12.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Refactor CodeQL command execution for paths with spaces (#1306) * Refactor CodeQL command execution to handle paths with spaces and add tests for escapePath method * Refactor CodeQL command execution to handle paths with spaces and remove escapePath method and related tests --------- Co-authored-by: Amit Joshi <[email protected]> * Add welcome message for non-interactive login in actions hub (#1308) Co-authored-by: Amit Joshi <[email protected]> * Preserve insertion order and add duplicate file handling feature flag (#1310) * Preserve insertion order of root webpage IDs in processDataAndCreateFile function * Add feature flag for duplicate file handling in webpage folders --------- Co-authored-by: Amit Joshi <[email protected]> * Update CHANGELOG.md for version 2.0.102 with new features and bug fixes (#1311) Co-authored-by: Amit Joshi <[email protected]> * Add comprehensive Memory Bank documentation (#1314) 📝 Created initial Memory Bank structure and core files. 📄 Documented project overview, architecture, and workflows. 🔧 Included detailed descriptions of features and user scenarios. 📊 Established progress tracking and technical context. -Priyanshu * Add telemetry events for desktop opening actions (#1315) Add telemetry events for desktop opening actions and feature flag handling Co-authored-by: Amit Joshi <[email protected]> * Bump tar-fs from 3.1.0 to 3.1.1 (#1312) Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.1.0 to 3.1.1. - [Commits](mafintosh/tar-fs@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 3.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Address CodeQL Issues (#1319) suppress codeql * Add automated workflows for release synchronization and manual syncing (#1317) * Add automated workflows for release synchronization and manual syncing * Potential fix for code scanning alert no. 55: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 56: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 57: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: Amit Joshi <[email protected]> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Update the Suppression Rule ID (#1321) update codeql suppression rule id * Add mermaid code block for memory bank instructions (#1322) * Add mermaid code block for memory bank instructions * Refactor memory bank instructions for clarity - ✏️ Cleaned up mermaid flowchart formatting - 📄 Improved organization of core files section - 🔄 Enhanced documentation updates section for better understanding -Priyanshu * Update GOV Instrumentation Key (#1323) - 🔑 Replaced the GOV instrumentation key with the correct value. -Priyanshu * Bump PAC to 1.49.3 (#1324) Co-authored-by: PAC Auto Update Bot <[email protected]> * Update CHANGELOG for pac CLI 1.49.3 release (#1327) Co-authored-by: Amit Joshi <[email protected]> * Bump PAC to 1.49.4 (#1330) Co-authored-by: PAC Auto Update Bot <[email protected]> * Update CHANGELOG for pac CLI 1.49.4 release (#1331) Co-authored-by: Amit Joshi <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Amit Joshi <[email protected]> Co-authored-by: Priyanshu Agrawal <[email protected]> Co-authored-by: olprod <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: PAC Auto Update Bot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sandeep Satheesh <[email protected]> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 6eab188 commit eabbfb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log - Power Platform Extension
22

3-
## 2.0.104
4-
- pac CLI 1.49.3, (see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
3+
## 2.0.105
4+
- pac CLI 1.49.4, (see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
55

66
## 2.0.102
77
- Rollout of "Open in Desktop" capability in Power Pages Actions (Web)

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ async function snapshot() {
352352
}
353353
}
354354

355-
const cliVersion = '1.49.3';
355+
const cliVersion = '1.49.4';
356356

357357
const recompile = gulp.series(
358358
clean,

0 commit comments

Comments
 (0)