Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions news/2026-07-01-july-news.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
slug: 2026-07
title: July 2026
description: Extension Updates
image: images/adobeair.png
authors: [ marchbold ]
tags: [newsletter, gameservices, nativewebview, windows, chromium]
---

> June Release Update

June focused on Windows functionality improvements in NativeWebView and maintenance updates to GameServices packaging and documentation.

Key focus:

- NativeWebView Windows updates for cookie handling and cache clearing
- NativeWebView Chromium runtime update to v147.0.10
- GameServices packaging update to remove ReplayKit inclusion from the norecording workflow


<!-- truncate -->

Here's a quick overview of the latest extension updates:

:::note Extension Updates
- [NativeWebView v9.0.1](https://github.com/airnativeextensions/ANE-NativeWebView/releases/tag/v9.0.1) - Windows implementation updates, including improved cookie clearing, cache clearing, and Chromium version update
- [GameServices v11.0.3](https://github.com/airnativeextensions/ANE-GameServices/releases/tag/v11.0.3) - norecording packaging update and documentation cleanup
:::

If you have any questions, we're here to help!


---

![](images/nativewebview.png)

### [NativeWebView](https://airnativeextensions.com/extension/com.distriqt.NativeWebView)

[v9.0.1](https://github.com/airnativeextensions/ANE-NativeWebView/releases/tag/v9.0.1)

This release updates the Windows implementation with better cache and cookie management and includes a Chromium runtime update.

#### Updates
- Windows: Improved `removeAllCookies` functionality to better handle each WebView request context
- Windows: Added clear cache functionality
- Windows: Updated Chromium version to v147.0.10


---

![](images/gameservices.png)

### [GameServices](https://airnativeextensions.com/extension/com.distriqt.GameServices)

[v11.0.3](https://github.com/airnativeextensions/ANE-GameServices/releases/tag/v11.0.3)

Maintenance update improving norecording packaging behavior and cleaning up outdated documentation references.

#### Updates
- norecording: Updated implementation to remove ReplayKit inclusion and release the airpackage
- Documentation: Removed references to legacy dependency com.distriqt.playservices.Drive
- Android Library Versions:
- `com.google.android.gms.play-services-games` v21.0.0


---

![](images/adobeair.png)

## Further Information

As always, thank you for your continued support of distriqt and the AIR developer community.
Your feedback and contributions help us keep these extensions up to date and running smoothly across platforms.

- For full documentation and setup guides, visit [docs.airnativeextensions.com](https://docs.airnativeextensions.com)
- Join the AIR community discussions and get support at [github](https://github.com/airsdk/Adobe-Runtime-Support/)
- Publicly available extensions at [airnativeextensions](https://github.com/airnativeextensions)
- [Support](https://github.com/sponsors/marchbold) my ongoing involvement in the community

Stay tuned for more updates next month!
Loading