From ac2fd550601c1c249fb86cccf90c18f8e7b314b8 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 7 Jul 2026 16:39:32 +1000 Subject: [PATCH 1/2] feat(news): latest air sdk release 51.3.3.2 --- news/2026-07-07-air-release.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 news/2026-07-07-air-release.md diff --git a/news/2026-07-07-air-release.md b/news/2026-07-07-air-release.md new file mode 100644 index 000000000..d0506256c --- /dev/null +++ b/news/2026-07-07-air-release.md @@ -0,0 +1,31 @@ +--- +title: Release 51.3.3.2 +authors: [ marchbold ] +tags: [ airsdk, updates ] +--- + +New AIR SDK Release **51.3.3.2** + +- [Release Notes](https://airsdk.harman.com/api/versions/51.3.3.2/release-notes/Release_Notes_AIR_SDK_51.3.3.pdf) + + + +## Download + +Please use AIR SDK Manager. Follow the instructions to install here: https://airsdk.dev/docs/basics/getting-started + +- https://github.com/airsdk/airsdkmanager-releases/releases/latest + +:::info +For Flex users: download an AIR SDK using the above and then click on the cog button to allow you to choose an existing Flex SDK folder on top of which to overlay the AIR files. +::: + +## Bug Fixes + +- [github-1803](https://github.com/airsdk/Adobe-Runtime-Support/issues/1803): Ensuring Linux symlinks are null-terminated +- [github-1977](https://github.com/airsdk/Adobe-Runtime-Support/issues/1977): Ensuring macOS windows receive 'move' event if they are dragged +- [github-4214](https://github.com/airsdk/Adobe-Runtime-Support/issues/4214): Ensuring Android 15+ apps are panned when soft keyboard is raised +- [github-4224](https://github.com/airsdk/Adobe-Runtime-Support/issues/4224): Correcting fix to avoid iOS deadlock in multiple urlstream clean-up +- [github-4246](https://github.com/airsdk/Adobe-Runtime-Support/issues/4246): Outputting parameter details on Win32 integer overflow error in fixed div +- [github-4253](https://github.com/airsdk/Adobe-Runtime-Support/issues/4253): Correct Windows mousewheel handling when using track-pads +- [github-4259](https://github.com/airsdk/Adobe-Runtime-Support/issues/4259): Ensuring package validation can be disabled fully From 410e01dc854f82c2e54b5ada987cef022ad3078a Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 7 Jul 2026 16:42:06 +1000 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- news/2026-07-07-air-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/2026-07-07-air-release.md b/news/2026-07-07-air-release.md index d0506256c..e4efddb7a 100644 --- a/news/2026-07-07-air-release.md +++ b/news/2026-07-07-air-release.md @@ -25,7 +25,7 @@ For Flex users: download an AIR SDK using the above and then click on the cog bu - [github-1803](https://github.com/airsdk/Adobe-Runtime-Support/issues/1803): Ensuring Linux symlinks are null-terminated - [github-1977](https://github.com/airsdk/Adobe-Runtime-Support/issues/1977): Ensuring macOS windows receive 'move' event if they are dragged - [github-4214](https://github.com/airsdk/Adobe-Runtime-Support/issues/4214): Ensuring Android 15+ apps are panned when soft keyboard is raised -- [github-4224](https://github.com/airsdk/Adobe-Runtime-Support/issues/4224): Correcting fix to avoid iOS deadlock in multiple urlstream clean-up +- [github-4224](https://github.com/airsdk/Adobe-Runtime-Support/issues/4224): Correcting fix to avoid iOS deadlock during multiple URLStream clean-up - [github-4246](https://github.com/airsdk/Adobe-Runtime-Support/issues/4246): Outputting parameter details on Win32 integer overflow error in fixed div - [github-4253](https://github.com/airsdk/Adobe-Runtime-Support/issues/4253): Correct Windows mousewheel handling when using track-pads - [github-4259](https://github.com/airsdk/Adobe-Runtime-Support/issues/4259): Ensuring package validation can be disabled fully