Skip to main content

June 2026 - Release Notes

· 4 min read

Thank you for using DeployGate.

Here is a summary of updates released in June 2026. In the Web Client, we fixed issues in upload processing and various server errors, strengthened security, and added Agent Plugin setup instructions to the onboarding screen. We also updated internal libraries and strengthened security in the iOS Client, and released Gradle Plugin 2.10.0 (with AGP 9.x / Configuration Cache support) and GitHub Action v1.1.3.

Your feedback is invaluable, as it helps us to improve our services. If you have requests, comments, or concerns about our services, please post on X with #deploygate or contact us.

Web Client Changes

Fixed Upload Processing Issues

We fixed issues where app uploads could fail.

  • Fixed an issue where uploading an IPA whose Info.plist stores UIDeviceFamily as a single string instead of an array failed with an error.
  • Fixed an issue where AAB upload processing could fail due to a Keystore creation conflict when multiple binaries were processed at the same time.

Fixed Various Errors

We fixed issues where server errors (500 errors) occurred under specific conditions.

  • Fixed an issue where accessing a binary page URL containing invalid characters such as "]" resulted in a server error, so that a 400 Bad Request is now correctly returned.
  • Fixed an issue where a password reset request sent in an invalid format resulted in a server error, so that the page is now displayed normally with a validation error.
  • Fixed an issue where sending a malformed email parameter to the email verification API caused a server error, so that a 400 Bad Request is now correctly returned.
  • Fixed an issue where a server error occurred when displaying the URL Scheme of an iOS app that has never had a binary uploaded.
  • Fixed an issue where the activity list on the dashboard resulted in a server error when it contained activities referencing deleted distribution pages or deleted apps.

Strengthened Security

We updated the libraries used by the web frontend to resolve reported vulnerabilities and strengthen security.

Added Agent Plugin Setup Instructions to the Onboarding Screen

We added tabs with setup instructions for uploading apps using the Claude Code / Codex Agent Plugin to the onboarding screen shown after completing signup (the Claude Code tab is displayed by default).

iOS Client Changes

Updated Internal Libraries and Strengthened Security

We updated the app's underlying internal libraries to the latest versions. We also made changes to strengthen security.

Gradle Plugin Changes

Released Gradle Plugin 2.10.0

We released DeployGate Gradle Plugin 2.10.0.

  • Added support for the latest Android Gradle Plugin 9.x (Gradle 9 series).
  • Added support for Gradle's Configuration Cache, so the plugin can now be used in projects with the Configuration Cache enabled.
  • The plugin is now published to both the Gradle Plugin Portal and Maven Central, so it can be applied via the plugins DSL (id com.deploygate) without the resolutionStrategy workaround.
  • The minimum supported environment has been raised to AGP 8.0 / Gradle 8.0 / JDK 17. If you are using AGP 4.2.x-7.4.x or Gradle 6.x-7.x, please continue to use 2.9.x.
  • The client-side pre-check for unsigned builds has been removed, and unsigned uploads are now rejected on the server side.

GitHub Action Changes

Released GitHub Action v1.1.3 (Fixed Dependency Vulnerabilities)

We released DeployGate Upload GitHub Action v1.1.3. We updated the bundled dependencies to fix reported vulnerabilities. If you are using the v1 tag, the fix is applied automatically. If you have pinned a specific version, please update to v1.1.3.

Other Notes

There are no major updates to the following products:

  • Android Client
  • Android SDK
  • iOS SDK
  • Fastlane