Skip to content

Releases: Enriquefft/meta-cli

v0.3.0

07 Apr 05:54

Choose a tag to compare

meta-cli v0.3.0

Changelog

Features

  • 9d1dc23 feat(update): add meta update subcommand

Full Changelog: v0.2.1...v0.3.0

v0.2.1

07 Apr 05:08

Choose a tag to compare

meta-cli v0.2.1

Changelog

Features

  • 83fd6a9 feat(assets): add upload-image command and meta_upload_image MCP tool
  • 1efe840 feat(creatives): auto-resolve video thumbnails for video creatives

Bug Fixes

  • c0a53a6 fix(errors): surface error_user_title and error_user_msg in GraphError

Refactoring

  • e6ce15f refactor(meta): chain GET after every Create to return full records

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Apr 04:16

Choose a tag to compare

meta-cli v0.2.0

Changelog

Features

  • f2aeb01 feat(pages): aggregate Pages from all access sources

Full Changelog: v0.1.1...v0.2.0

v0.1.1

07 Apr 03:41

Choose a tag to compare

meta-cli v0.1.1

Changelog

Bug Fixes

  • c08eb3d fix(ci): migrate golangci-lint config to v2 schema
  • 986ed3a fix(ci): pin golangci-lint to v2.11.4
  • 732f86d fix(ci): upgrade to golangci-lint-action v7, use go.mod version
  • 070df64 fix(ci): use golangci-lint v2 for Go 1.26 compat
  • b80619e fix: return full video record from UploadVideo

Full Changelog: v0.1.0...v0.1.1

v0.1.0

02 Apr 15:05

Choose a tag to compare

meta-cli v0.1.0

Changelog

Features

  • 37922e3 feat: add debug_token introspection to auth status
  • e639a78 feat: implement CLI commands with cobra
  • 554edec feat: implement MCP server with tool handlers
  • 2268181 feat: implement Phase 3 (output) and Phase 4 (domain layer)
  • 45f6d45 feat: implement output module with JSON, table, and CSV formatting
  • 57c8eff feat: implement resumable upload with chunked transfer

Bug Fixes

  • 462ff23 fix: harden graph client retry, rate limiting and upload safety
  • 164e422 fix: resolve targeting, adset and creative API bugs
  • b55384f fix: surface pagination JSON parse errors in PageIterator

Refactoring

  • b14e9d1 refactor: remove global config state, use explicit Store injection
  • 4b3300e refactor: shared retry loop, cursor pagination, rate limiter

Others

  • efce316 Add MIT License to the project

Full Changelog: ...v0.1.0