Skip to content

Releases: speakeasy-api/gram

@gram/dashboard@0.13.0

14 Oct 11:26
9cfe8e8

Choose a tag to compare

Minor Changes

  • 3cb955a: Dashboard support for the CLI authentication flow.

Patch Changes

  • 8148897: makes gram functions environments variables now account for in the MCP and gram environments UX
  • 0f75503: adds a very basic few for displaying gram functions sources

@gram/client@0.14.8

14 Oct 11:26
9cfe8e8

Choose a tag to compare

@gram/client

0.14.7

Patch Changes

  • 8972d1d: feat: update client to account for function tool types"

@gram/cli@0.8.0

13 Oct 18:40
c173592

Choose a tag to compare

Minor Changes

  • c173592: Add profile support to CLI for storing and managing credentials. Users can now save their authentication credentials in named profiles, eliminating the need to pass them as explicit environment variables for each command invocation.

@gram/cli@0.7.0

10 Oct 17:10
fde5a08

Choose a tag to compare

Minor changes

  • fde5a08: Support function uploads

@gram/server@0.3.0

29 Sep 12:08
e138689

Choose a tag to compare

Minor Changes

  • f17c187: Support uploading Gram Functions as part of deployments
  • 9a93cdd: adds branding and improved install instructions to mcp install page

Patch Changes

  • b449904: Properly pass in user_config to dxt files
  • b96cb53: Add functions_access table
  • 155c2e1: Add gram cli v0.1.0
  • bd15d15: Fixes mobile layout for install page
  • e68386d: fix openrouter key refresh
  • 4e0646e: Allow leading and trailing underscores and dashes in tool names and slugs
  • ee7b023: Add basic validation for deployment attachments
  • 395b806: small fixes to mcp install page
  • 49a5851: support non security scheme input header parameters
  • a91a5eb: make billing stub no-op in local dev thus preserving desired state

@gram/cli@0.3.0

29 Sep 12:08
e138689

Choose a tag to compare

Minor Changes

  • fa60d03: Support YAML and TOML deployment configs
  • e29c090: Implement status command

Patch Changes

  • 9d23ef1: Initial changelog entry for Gram CLI

@gram/server@0.2.0

18 Sep 12:27
a7a652d

Choose a tag to compare

Minor Changes

  • 6d8ee87: Add an improved MCP installation page that offers one-click install to several popular clients as well as a more aesthetically pleasing presentation
  • c7864b6: Improved revision of the server install page with simpler ergonomics and more install options
  • 87136d0: Rename deployment fields for asset/tool count to prefix with openapiv3 and make room for new tool types/sources.

Patch Changes

  • ceb108f: Fix flakes in global ordering unit test.
  • ece9cbb: ensure the latest tools in the system reflect from the latest successful deployment
  • db11042: Add tool type field to HTTP tool definitions
  • 33cdfa7: Repairs errant release of install page by actually including assets
  • bc7faae: fix scope oauth variables to security key
  • f5dc8b5: Include org id in tracing spans for polar
  • 61f419f: Add OpenTelemetry tracing around OpenAPI processing

@gram/dashboard@0.11.0

18 Sep 12:27
a7a652d

Choose a tag to compare

Minor Changes

  • 87136d0: Rename deployment fields for asset/tool count to prefix with openapiv3 and make room for new tool types/sources.

Patch Changes

  • 33cdfa7: Repairs errant release of install page by actually including assets
  • 5a2214e: add GPT-5 to playground
  • 0397ead: Enable cross-origin access to static assets

@gram/server@0.1.5

15 Sep 13:50
f5bf8fc

Choose a tag to compare

Patch Changes

  • 635a012: Avoid a nil pointer dereference on API-based requests to create deployments.
  • 94c0009: Clear tools from previous deployment attempts when retrying deployments
  • c270b33: fix implement hardcoded limit for tool calls until polar max can be trusted
  • 7b65af4: Fill in project id and openapi document id when creating http security records during deployment processing
  • bb6393f: handle subscription downgrade in polar webhook
  • 0158ef8: Fall back to free tier for orgs with canceled subscriptions
  • f150c54: correct openrouter threshold for pro tier
  • fbcbeee: start checking tool call usage in free tier

@gram/dashboard@0.10.0

15 Sep 13:50
f5bf8fc

Choose a tag to compare

Minor Changes

  • 25b5d18: Migrate buttons from shadcn to design system component