July 10, 2025 — Spin aka v0.4.2 updates

We’re excited to announce the release of spin aka v0.4.2, the latest version of Akamai Functions plugin!

✨ What’s New in spin aka v0.4.2

  • A new spin aka app history command has been added that enables you to view things like the deployments you’ve made to your app.
$ spin aka app history --app-name hello-world
+------------+----------------------------------+-------------+
| Event      | Timestamp                        | Details     |
+=============================================================+
| deployment | 2025-05-26T15:44:16.906412-06:00 | Version - 3 |
|------------+----------------------------------+-------------|
| deployment | 2025-05-23T10:24:28.689647-06:00 | Version - 2 |
|------------+----------------------------------+-------------|
| deployment | 2025-05-23T10:11:55.305177-06:00 | Version - 1 |
+------------+----------------------------------+-------------+
  • spin aka login no longer fails if you are trying to log in with a user that is associated with multiple accounts.