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
68 changes: 68 additions & 0 deletions src/pages/intro_and_overview/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,74 @@

Stay up to date with the latest features, improvements, and bug fixes in App Builder and Adobe I/O Runtime.

## June 2026

*June 1, 2026*

### @adobe/aio-cli-plugin-runtime 8.3.0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can update the version number to 8.3.1 since we released a patch for the bug fixes that we found yesterday


#### New Features

- Added `aio runtime ip-list get` command to fetch the current Adobe I/O Runtime outbound (egress) IP ranges, so you can update corporate or network allowlists without opening a support ticket
- Supports the full IP list, region filtering, and JSON output
- On first use for a given Adobe org, you are prompted to accept the I/O Runtime egress IP allowlist terms and provide a contact email for IP-change notifications; subsequent calls in the same org are non-interactive

#### Upgrade Instructions

To use the update, reinstall the aio-cli:

```
npm install -g @adobe/aio-cli
```

Then run:

```
aio runtime ip-list get
```

See the [`aio runtime ip-list get` command documentation](https://github.com/adobe/aio-cli-plugin-runtime#aio-runtime-ip-list-get) for full usage and flags.

[Full release changes](https://github.com/adobe/aio-cli-plugin-runtime/releases/tag/8.3.0)

## May 2026

*May 29, 2026*

### @adobe/aio-lib-files 4.1.4

#### Security

- Fixed CVE-2026-41907 by updating a vulnerable dependency

#### Upgrade Instructions

To use the update, reinstall the aio-cli:

```
npm install -g @adobe/aio-cli
```

[Full release changes](https://github.com/adobe/aio-lib-files/releases/tag/4.1.4)

*May 28, 2026*

### @adobe/aio-lib-runtime 7.4.0

#### New Features

- Added Node.js 26 runtime support

#### Upgrade Instructions

To use the update, reinstall the aio-cli:

```
npm install -g @adobe/aio-cli
```

[Full release changes](https://github.com/adobe/aio-lib-runtime/releases/tag/7.4.0)

## April 2026

*April 27, 2026*
Expand Down