Skip to content

Releases: apolloio/apollo-io-cli

v1.1.0

29 May 21:16

Choose a tag to compare

v1.1.0 — API/command-surface changes since v1.0.1

Minor, additive release (new commands + flags; no breaking changes).

sequences — lifecycle commands (#32):
  create   POST /sequences                      (--name, --steps-file, --schedule-id, --permissions, --exact-daytime, --active, --label)
  update   PATCH /sequences/:id                 (--id, --steps-file, --name, --schedule-id, --permissions, --exact-daytime, --active/--inactive, --label)
  approve  POST /emailer_campaigns/:id/approve  (--id)
  schedules GET /emailer_schedules

people (#31, #29):
  search   +--include-similar-titles, --email-status, --using-all-technology, --not-using-technology,
           --keyword-tags, --organization-ids, --company-location, --employees, --hiring-for,
           --job-locations, --num-jobs, --job-posted, --revenue, --funding, --total-funding;
           --industry clarified to expect tag IDs
  enrich   +--hashed-email, --domain, --reveal-personal-emails; --company now = company name
  bulk-enrich  +--file, --reveal-personal-emails; --emails no longer required

companies (#31):
  search   +--name, --domains, --organization-ids, --funding-date, --job-locations, --num-jobs, --job-posted

Tooling: pure exported body-builders + Vitest suites; live test harness under src/live/.

v1.0.1

22 May 15:51
2a8ad1e

Choose a tag to compare

NOTICKET Add Windows x64 build target (#28)

* Add Windows x64 build target

Adds a bun-windows-x64 build to build:all producing apollo-windows-x64.exe,
wires it into the release workflow signing loop and asset list, and
documents the install path in the README.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Document Windows PowerShell skill install

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Bump version to 1.0.1

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v1.0.0

16 May 00:15
92ab79a

Choose a tag to compare

NOTICKET Bump npm dependencies to latest (#26)

* Bump npm dependencies to latest versions

- commander ^12.1.0 -> ^14.0.3
- @types/node ^22.0.0 -> ^25.7.0
- typescript ^5.6.0 -> ^6.0.3
- Add explicit "types": ["node"] in tsconfig (required under TS 6)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* update docs

* bump version

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v0.5.4

11 May 22:56
4d8b069

Choose a tag to compare

Fix auth whoami + bump version to 0.5.4 (#25)

Fix auth whoami: use first_name/last_name from flat API response

/users/api_profile returns a flat object with first_name, last_name,
and email — not a nested user object with a name field.

Bump version to 0.5.4.

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v0.5.3

11 May 19:51

Choose a tag to compare

Bump version to 0.5.3

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v0.5.2

06 May 19:08

Choose a tag to compare

Bump version to 0.5.2

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v0.5.1

04 May 21:31
79af089

Choose a tag to compare

Wire Homebrew tap update via PR + read version from package.json (#12)

- Release workflow: compute Linux x64 SHA alongside macOS SHAs, switch
  from direct-push to opening a PR via peter-evans/create-pull-request
  so tap changes are auditable and human-driven edits can't silently
  clobber bot updates.
- src/index.ts: read version from package.json at runtime so
  `apollo --version` always matches the published release tag.
- package.json: bump to 0.5.1 (first release to carry the correct
  version string in the binary).
- README: add Homebrew install section.

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v0.5.0

30 Apr 05:02
b1e3529

Choose a tag to compare

v0.5.0

v0.4.0

13 Mar 17:43

Choose a tag to compare

Fix security issues: command injection, token field validation, input…

v0.3.0

11 Mar 00:51
c4caae3

Choose a tag to compare

Merge pull request #1 from apolloio/oauth

Switch auth to OAuth-only via mcp.apollo.io