Skip to content

Releases: speakeasy-api/gram

dashboard@0.17.1

23 Oct 22:21
32d1788

Choose a tag to compare

Patch Changes

  • 3c00725: Set of improvements for functions onboarding UX, including better support for mixed OpenAPI / Functions projects
  • Updated dependencies [3c00725]
    • @gram/client@0.14.17

cli@0.11.3

23 Oct 22:21
32d1788

Choose a tag to compare

Patch Changes

  • f824633: Fixed an issue where Go's http.Client used by CLI was stripping the
    Content-Length header. This happens when Go cannot determine the content
    length from a given io.Reader. It will prefer to drop any custom
    Content-Length header in favor of using chunked transfer encoding. However
    this won't work when hitting Gram's assets API which expects an explicit
    Content-Length header to be on the request.
  • dbf6700: When adding duplicate sources via gram stage, the last occurrence of
    each source slug is now retained, ensuring predictable behavior without
    erroring out.

@gram/client@0.14.17

23 Oct 22:22
32d1788

Choose a tag to compare

Patch Changes

  • 3c00725: Set of improvements for functions onboarding UX, including better support for mixed OpenAPI / Functions projects

@gram-ai/functions@0.3.0

23 Oct 22:22
32d1788

Choose a tag to compare

Minor Changes

  • 8fa3809: Updated the Gram Functions TypeScript SDK and the Gram Functions template to
    support seamless build and deploy powered by the SDK and Gram CLI.

@gram-ai/create-function@0.3.0

23 Oct 22:21
32d1788

Choose a tag to compare

Minor Changes

  • 8fa3809: Updated the Gram Functions TypeScript SDK and the Gram Functions template to
    support seamless build and deploy powered by the SDK and Gram CLI.

server@0.9.1

22 Oct 19:08
1e86db5

Choose a tag to compare

Patch Changes

  • d6f5579: Adds a basic toolset UX for managing resources in the system adding/subtracting them per toolset
  • 44cfc3b: Pass the appropriate uintptr value in the slog Record when logging in oops.ShareableError.Log(). Previously, all log messages had their source location being the Log method itself which was not helpful.
  • 2fb24e6: Adds UI hints for custom tools, indicating which "subtools" are missing (if any), or just surfacing the list of subtools otherwise. Begins tracking the required subtools more powerfully in order to support Gram Functions.

dashboard@0.17.0

22 Oct 19:08
1e86db5

Choose a tag to compare

Minor Changes

  • aaad92f: Show Gram Functions on deployment pages

Patch Changes

  • 0b51c20: Add WebGL ASCII shader effects to onboarding wizard with interactive star particles
  • d6f5579: Adds a basic toolset UX for managing resources in the system adding/subtracting them per toolset
  • 321699e: Function-based tools can now be used in Custom Tools
  • 2fb24e6: Adds UI hints for custom tools, indicating which "subtools" are missing (if any), or just surfacing the list of subtools otherwise. Begins tracking the required subtools more powerfully in order to support Gram Functions.
  • Updated dependencies [d6f5579]
  • Updated dependencies [2fb24e6]
    • @gram/client@0.14.16

cli@0.11.2

22 Oct 19:08
1e86db5

Choose a tag to compare

Patch Changes

  • 6a816ad: Add a more inviting page for successful authentication

@gram/client@0.14.16

22 Oct 19:08
1e86db5

Choose a tag to compare

Patch Changes

  • d6f5579: Adds a basic toolset UX for managing resources in the system adding/subtracting them per toolset
  • 2fb24e6: Adds UI hints for custom tools, indicating which "subtools" are missing (if any), or just surfacing the list of subtools otherwise. Begins tracking the required subtools more powerfully in order to support Gram Functions.

server@0.9.0

21 Oct 13:46
2a14bbe

Choose a tag to compare

Minor Changes

  • 7cd9b62: Rename packages in changelogs, git tags and github releases

Patch Changes

  • 671cc0e: Fixes two issues: 1) Producer scoped keys were incorrectly not able to access MCP servers, the app documents them as a superset on consumer and we had a bug. 2) The MCP install page was incorrectly forming a URL without the MCP Slug.
  • 4680971: Implements listing resources into our actual MCP Server layer. Also implements the gateway proxy for resources currently only being served from functions. Billing/Metrics wise we still treat fetching a resources as a tool call, but there are resource attributes added onto this that would allow us to separate in the future.