Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps the minor-and-patch group with 5 updates in the /runtime directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.32.5 1.32.6
github.com/aws/aws-sdk-go-v2/config 1.28.5 1.28.6
github.com/aws/aws-sdk-go-v2/service/s3 1.69.0 1.71.0
github.com/dgraph-io/dgo/v240 240.0.1 240.1.0
github.com/getsentry/sentry-go 0.29.1 0.30.0

Bumps the minor-and-patch group with 1 update in the /runtime/languages/golang/testdata directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/anthropic-functions directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/auth directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/classification directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/collections directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/dgraph directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/embedding directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/graphql directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/http directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/postgresql directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/simple directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/textgeneration directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/vectors directory: github.com/hypermodeinc/modus/sdk/go.
Bumps the minor-and-patch group with 1 update in the /sdk/go/templates/default directory: github.com/hypermodeinc/modus/sdk/go.

Updates github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.6

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.5 to 1.28.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.69.0 to 1.71.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.33.1 to 1.33.2

Commits

Updates github.com/dgraph-io/dgo/v240 from 240.0.1 to 240.1.0

Release notes

Sourced from github.com/dgraph-io/dgo/v240's releases.

dgo v240.1.0

What's Changed

Full Changelog: dgraph-io/dgo@v240.0.1...v240.1.0

Commits
  • 6e59191 upgrade protobuf library to use Google's protobuf (#178)
  • 58fdf60 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the minor-and-patch ...
  • 27e9f34 Bump google.golang.org/grpc from 1.67.1 to 1.68.0 in the minor-and-patch grou...
  • See full diff in compare view

Updates github.com/getsentry/sentry-go from 0.29.1 to 0.30.0

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.30.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.30.0.

Features

  • Add sentryzerolog integration (#857)
  • Add sentryslog integration (#865)
  • Always set Mechanism Type to generic (#896)

Bug Fixes

  • Prevent panic in fasthttp and fiber integration in case a malformed URL has to be parsed (#912)

Misc

Drop support for Go 1.18, 1.19 and 1.20. The currently supported Go versions are the last 3 stable releases: 1.23, 1.22 and 1.21.

Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.30.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.30.0.

Features

  • Add sentryzerolog integration (#857)
  • Add sentryslog integration (#865)
  • Always set Mechanism Type to generic (#896)

Bug Fixes

  • Prevent panic in fasthttp and fiber integration in case a malformed URL has to be parsed (#912)

Misc

Drop support for Go 1.18, 1.19 and 1.20. The currently supported Go versions are the last 3 stable releases: 1.23, 1.22 and 1.21.

Commits

Updates github.com/hypermodeinc/modus/sdk/go from 0.14.2 to 0.14.3

Release notes

Sourced from github.com/hypermodeinc/modus/sdk/go's releases.

sdk/go/v0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623
Changelog

Sourced from github.com/hypermodeinc/modus/sdk/go's changelog.

2024-11-27 - AssemblyScript SDK 0.14.2

  • chore: Export base Message class in OpenAI chat SDK #616

2024-11-27 - Go SDK 0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623

2024-11-25 - Go SDK 0.14.2

  • fix: Reduce Go build times #615

2024-11-25 - CLI 0.13.10

  • fix: modus new rename branch to main if not #613
  • fix: use git commit with double quotes for Windows #612

2024-11-23 - Runtime 0.14.0

  • feat: Apply in-code documentation to generated GraphQL #519
  • feat: Reduce logger output during development #576
  • chore: Trigger internal release pipeline at the end of the release-runtime workflow #577
  • feat: Add API explorer to runtime #578
  • feat: Add API explorer component to runtime #584
  • fix: logic for jwks endpoint unmarshalling was incorrect #594
  • chore: Refactoring schema generation #605

2024-11-23 - AssemblyScript SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - Go SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - AssemblyScript SDK 0.14.0

  • Capture jsdoc comments #519

2024-11-23 - Go SDK 0.14.0

  • Capture Go doc comments #519

2024-11-20 - CLI 0.13.9

  • feat: use user provided name for package.json and go.mod #595
  • feat: Add scarf to track installs and modus new #596

2024-11-18 - AssemblyScript SDK 0.13.5

... (truncated)

Commits
  • 2dddad8 chore: Update changelog for releases (#627)
  • d06bcf7 fix: api explorer visual fix (#626)
  • c54f8e1 fix: Lookup of 'latest' SDK when no Modus SDK is referenced (#625)
  • da79435 Bump vite from 5.4.11 to 6.0.1 in /runtime/explorer/content (#621)
  • 32b973b Bump the minor-and-patch group across 13 directories with 8 updates (#620)
  • af2507a chore(deps): bump the minor-and-patch group across 14 directories with 3 upda...
  • 7c2dd1c Bump @​hypermode/react-api-explorer from 1.0.0-alpha.8 to 1.0.0-alpha.12 in /r...
  • 5fb3380 fix: Filter imports to modus host functions (#623)
  • 44e9754 Bump github.com/wundergraph/graphql-go-tools/v2 from 2.0.0-rc.127 to 2.0.0-rc...
  • a04ce4e feat: add variable inputs to api explorer (#617)
  • Additional commits viewable in compare view

Updates github.com/hypermodeinc/modus/sdk/go from 0.14.2 to 0.14.3

Release notes

Sourced from github.com/hypermodeinc/modus/sdk/go's releases.

sdk/go/v0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623
Changelog

Sourced from github.com/hypermodeinc/modus/sdk/go's changelog.

2024-11-27 - AssemblyScript SDK 0.14.2

  • chore: Export base Message class in OpenAI chat SDK #616

2024-11-27 - Go SDK 0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623

2024-11-25 - Go SDK 0.14.2

  • fix: Reduce Go build times #615

2024-11-25 - CLI 0.13.10

  • fix: modus new rename branch to main if not #613
  • fix: use git commit with double quotes for Windows #612

2024-11-23 - Runtime 0.14.0

  • feat: Apply in-code documentation to generated GraphQL #519
  • feat: Reduce logger output during development #576
  • chore: Trigger internal release pipeline at the end of the release-runtime workflow #577
  • feat: Add API explorer to runtime #578
  • feat: Add API explorer component to runtime #584
  • fix: logic for jwks endpoint unmarshalling was incorrect #594
  • chore: Refactoring schema generation #605

2024-11-23 - AssemblyScript SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - Go SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - AssemblyScript SDK 0.14.0

  • Capture jsdoc comments #519

2024-11-23 - Go SDK 0.14.0

  • Capture Go doc comments #519

2024-11-20 - CLI 0.13.9

  • feat: use user provided name for package.json and go.mod #595
  • feat: Add scarf to track installs and modus new #596

2024-11-18 - AssemblyScript SDK 0.13.5

... (truncated)

Commits
  • 2dddad8 chore: Update changelog for releases (#627)
  • d06bcf7 fix: api explorer visual fix (#626)
  • c54f8e1 fix: Lookup of 'latest' SDK when no Modus SDK is referenced (#625)
  • da79435 Bump vite from 5.4.11 to 6.0.1 in /runtime/explorer/content (#621)
  • 32b973b Bump the minor-and-patch group across 13 directories with 8 updates (#620)
  • af2507a chore(deps): bump the minor-and-patch group across 14 directories with 3 upda...
  • 7c2dd1c Bump @​hypermode/react-api-explorer from 1.0.0-alpha.8 to 1.0.0-alpha.12 in /r...
  • 5fb3380 fix: Filter imports to modus host functions (#623)
  • 44e9754 Bump github.com/wundergraph/graphql-go-tools/v2 from 2.0.0-rc.127 to 2.0.0-rc...
  • a04ce4e feat: add variable inputs to api explorer (#617)
  • Additional commits viewable in compare view

Updates github.com/hypermodeinc/modus/sdk/go from 0.14.2 to 0.14.3

Release notes

Sourced from github.com/hypermodeinc/modus/sdk/go's releases.

sdk/go/v0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623
Changelog

Sourced from github.com/hypermodeinc/modus/sdk/go's changelog.

2024-11-27 - AssemblyScript SDK 0.14.2

  • chore: Export base Message class in OpenAI chat SDK #616

2024-11-27 - Go SDK 0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623

2024-11-25 - Go SDK 0.14.2

  • fix: Reduce Go build times #615

2024-11-25 - CLI 0.13.10

  • fix: modus new rename branch to main if not #613
  • fix: use git commit with double quotes for Windows #612

2024-11-23 - Runtime 0.14.0

  • feat: Apply in-code documentation to generated GraphQL #519
  • feat: Reduce logger output during development #576
  • chore: Trigger internal release pipeline at the end of the release-runtime workflow #577
  • feat: Add API explorer to runtime #578
  • feat: Add API explorer component to runtime #584
  • fix: logic for jwks endpoint unmarshalling was incorrect #594
  • chore: Refactoring schema generation #605

2024-11-23 - AssemblyScript SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - Go SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - AssemblyScript SDK 0.14.0

  • Capture jsdoc comments #519

2024-11-23 - Go SDK 0.14.0

  • Capture Go doc comments #519

2024-11-20 - CLI 0.13.9

  • feat: use user provided name for package.json and go.mod #595
  • feat: Add scarf to track installs and modus new #596

2024-11-18 - AssemblyScript SDK 0.13.5

... (truncated)

Commits
  • 2dddad8 chore: Update changelog for releases (#627)
  • d06bcf7 fix: api explorer visual fix (#626)
  • c54f8e1 fix: Lookup of 'latest' SDK when no Modus SDK is referenced (#625)
  • da79435 Bump vite from 5.4.11 to 6.0.1 in /runtime/explorer/content (#621)
  • 32b973b Bump the minor-and-patch group across 13 directories with 8 updates (#620)
  • af2507a chore(deps): bump the minor-and-patch group across 14 directories with 3 upda...
  • 7c2dd1c Bump @​hypermode/react-api-explorer from 1.0.0-alpha.8 to 1.0.0-alpha.12 in /r...
  • 5fb3380 fix: Filter imports to modus host functions (#623)
  • 44e9754 Bump github.com/wundergraph/graphql-go-tools/v2 from 2.0.0-rc.127 to 2.0.0-rc...
  • a04ce4e feat: add variable inputs to api explorer (#617)
  • Additional commits viewable in compare view

Updates github.com/hypermodeinc/modus/sdk/go from 0.14.2 to 0.14.3

Release notes

Sourced from github.com/hypermodeinc/modus/sdk/go's releases.

sdk/go/v0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623
Changelog

Sourced from github.com/hypermodeinc/modus/sdk/go's changelog.

2024-11-27 - AssemblyScript SDK 0.14.2

  • chore: Export base Message class in OpenAI chat SDK #616

2024-11-27 - Go SDK 0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623

2024-11-25 - Go SDK 0.14.2

  • fix: Reduce Go build times #615

2024-11-25 - CLI 0.13.10

  • fix: modus new rename branch to main if not #613
  • fix: use git commit with double quotes for Windows #612

2024-11-23 - Runtime 0.14.0

  • feat: Apply in-code documentation to generated GraphQL #519
  • feat: Reduce logger output during development #576
  • chore: Trigger internal release pipeline at the end of the release-runtime workflow #577
  • feat: Add API explorer to runtime #578
  • feat: Add API explorer component to runtime #584
  • fix: logic for jwks endpoint unmarshalling was incorrect #594
  • chore: Refactoring schema generation #605

2024-11-23 - AssemblyScript SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - Go SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - AssemblyScript SDK 0.14.0

  • Capture jsdoc comments #519

2024-11-23 - Go SDK 0.14.0

  • Capture Go doc comments #519

2024-11-20 - CLI 0.13.9

  • feat: use user provided name for package.json and go.mod #595
  • feat: Add scarf to track installs and modus new #596

2024-11-18 - AssemblyScript SDK 0.13.5

... (truncated)

Commits
  • 2dddad8 chore: Update changelog for releases (#627)
  • d06bcf7 fix: api explorer visual fix (#626)
  • c54f8e1 fix: Lookup of 'latest' SDK when no Modus SDK is referenced (#625)
  • da79435 Bump vite from 5.4.11 to 6.0.1 in /runtime/explorer/content (#621)
  • 32b973b Bump the minor-and-patch group across 13 directories with 8 updates (#620)
  • af2507a chore(deps): bump the minor-and-patch group across 14 directories with 3 upda...
  • 7c2dd1c Bump @​hypermode/react-api-explorer from 1.0.0-alpha.8 to 1.0.0-alpha.12 in /r...
  • 5fb3380 fix: Filter imports to modus host functions (#623)
  • 44e9754 Bump github.com/wundergraph/graphql-go-tools/v2 from 2.0.0-rc.127 to 2.0.0-rc...
  • a04ce4e feat: add variable inputs to api explorer (#617)
  • Additional commits viewable in compare view

Updates github.com/hypermodeinc/modus/sdk/go from 0.14.2 to 0.14.3

Release notes

Sourced from github.com/hypermodeinc/modus/sdk/go's releases.

sdk/go/v0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623
Changelog

Sourced from github.com/hypermodeinc/modus/sdk/go's changelog.

2024-11-27 - AssemblyScript SDK 0.14.2

  • chore: Export base Message class in OpenAI chat SDK #616

2024-11-27 - Go SDK 0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623

2024-11-25 - Go SDK 0.14.2

  • fix: Reduce Go build times #615

2024-11-25 - CLI 0.13.10

  • fix: modus new rename branch to main if not #613
  • fix: use git commit with double quotes for Windows #612

2024-11-23 - Runtime 0.14.0

  • feat: Apply in-code documentation to generated GraphQL #519
  • feat: Reduce logger output during development #576
  • chore: Trigger internal release pipeline at the end of the release-runtime workflow #577
  • feat: Add API explorer to runtime #578
  • feat: Add API explorer component to runtime #584
  • fix: logic for jwks endpoint unmarshalling was incorrect #594
  • chore: Refactoring schema generation #605

2024-11-23 - AssemblyScript SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - Go SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - AssemblyScript SDK 0.14.0

  • Capture jsdoc comments #519

2024-11-23 - Go SDK 0.14.0

  • Capture Go doc comments #519

2024-11-20 - CLI 0.13.9

  • feat: use user provided name for package.json and go.mod #595
  • feat: Add scarf to track installs and modus new #596

2024-11-18 - AssemblyScript SDK 0.13.5

... (truncated)

Commits
  • 2dddad8 chore: Update changelog for releases (#627)
  • d06bcf7 fix: api explorer visual fix (#626)
  • c54f8e1 fix: Lookup of 'latest' SDK when no Modus SDK is referenced (#625)
  • da79435 Bump vite from 5.4.11 to 6.0.1 in /runtime/explorer/content (#621)
  • 32b973b Bump the minor-and-patch group across 13 directories with 8 updates (#620)
  • af2507a chore(deps): bump the minor-and-patch group across 14 directories with 3 upda...
  • 7c2dd1c Bump @​hypermode/react-api-explorer from 1.0.0-alpha.8 to 1.0.0-alpha.12 in /r...
  • 5fb3380 fix: Filter imports to modus host functions (#623)
  • 44e9754 Bump github.com/wundergraph/graphql-go-tools/v2 from 2.0.0-rc.127 to 2.0.0-rc...
  • a04ce4e feat: add variable inputs to api explorer (#617)
  • Additional commits viewable in compare view

Updates github.com/hypermodeinc/modus/sdk/go from 0.14.2 to 0.14.3

Release notes

Sourced from github.com/hypermodeinc/modus/sdk/go's releases.

sdk/go/v0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623
Changelog

Sourced from github.com/hypermodeinc/modus/sdk/go's changelog.

2024-11-27 - AssemblyScript SDK 0.14.2

  • chore: Export base Message class in OpenAI chat SDK #616

2024-11-27 - Go SDK 0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623

2024-11-25 - Go SDK 0.14.2

  • fix: Reduce Go build times #615

2024-11-25 - CLI 0.13.10

  • fix: modus new rename branch to main if not #613
  • fix: use git commit with double quotes for Windows #612

2024-11-23 - Runtime 0.14.0

  • feat: Apply in-code documentation to generated GraphQL #519
  • feat: Reduce logger output during development #576
  • chore: Trigger internal release pipeline at the end of the release-runtime workflow #577
  • feat: Add API explorer to runtime #578
  • feat: Add API explorer component to runtime #584
  • fix: logic for jwks endpoint unmarshalling was incorrect #594
  • chore: Refactoring schema generation #605

2024-11-23 - AssemblyScript SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - Go SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - AssemblyScript SDK 0.14.0

  • Capture jsdoc comments #519

2024-11-23 - Go SDK 0.14.0

  • Capture Go doc comments #519

2024-11-20 - CLI 0.13.9

  • feat: use user provided name for package.json and go.mod #595
  • feat: Add scarf to track installs and modus new #596

2024-11-18 - AssemblyScript SDK 0.13.5

... (truncated)

Commits
  • 2dddad8 chore: Update changelog for releases (#627)
  • d06bcf7 fix: api explorer visual fix (#626)
  • c54f8e1 fix: Lookup of 'latest' SDK when no Modus SDK is referenced (#625)
  • da79435 Bump vite from 5.4.11 to 6.0.1 in /runtime/explorer/content (#621)
  • 32b973b Bump the minor-and-patch group across 13 directories with 8 updates (#620)
  • af2507a chore(deps): bump the minor-and-patch group across 14 directories with 3 upda...
  • 7c2dd1c Bump @​hypermode/react-api-explorer from 1.0.0-alpha.8 to 1.0.0-alpha.12 in /r...
  • 5fb3380 fix: Filter imports to modus host functions (#623)
  • 44e9754 Bump github.com/wundergraph/graphql-go-tools/v2 from 2.0.0-rc.127 to 2.0.0-rc...
  • a04ce4e feat: add variable inputs to api explorer (#617)
  • Additional commits viewable in compare view

Updates github.com/hypermodeinc/modus/sdk/go from 0.14.2 to 0.14.3

Release notes

Sourced from github.com/hypermodeinc/modus/sdk/go's releases.

sdk/go/v0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623
Changelog

Sourced from github.com/hypermodeinc/modus/sdk/go's changelog.

2024-11-27 - AssemblyScript SDK 0.14.2

  • chore: Export base Message class in OpenAI chat SDK #616

2024-11-27 - Go SDK 0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623

2024-11-25 - Go SDK 0.14.2

  • fix: Reduce Go build times #615

2024-11-25 - CLI 0.13.10

  • fix: modus new rename branch to main if not #613
  • fix: use git commit with double quotes for Windows #612

2024-11-23 - Runtime 0.14.0

  • feat: Apply in-code documentation to generated GraphQL #519
  • feat: Reduce logger output during development #576
  • chore: Trigger internal release pipeline at the end of the release-runtime workflow #577
  • feat: Add API explorer to runtime #578
  • feat: Add API explorer component to runtime #584
  • fix: logic for jwks endpoint unmarshalling was incorrect #594
  • chore: Refactoring schema generation #605

2024-11-23 - AssemblyScript SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - Go SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - AssemblyScript SDK 0.14.0

  • Capture jsdoc comments #519

2024-11-23 - Go SDK 0.14.0

  • Capture Go doc comments #519

2024-11-20 - CLI 0.13.9

  • feat: use user provided name for package.json and go.mod #595
  • feat: Add scarf to track installs and modus new #596

2024-11-18 - AssemblyScript SDK 0.13.5

... (truncated)

Commits
  • 2dddad8 chore: Update changelog for releases (#627)
  • d06bcf7 fix: api explorer visual fix (#626)
  • c54f8e1 fix: Lookup of 'latest' SDK when no Modus SDK is referenced (#625)
  • da79435 Bump vite from 5.4.11 to 6.0.1 in /runtime/explorer/content (#621)
  • 32b973b Bump the minor-and-patch group across 13 directories with 8 updates (#620)
  • af2507a chore(deps): bump the minor-and-patch group across 14 directories with 3 upda...
  • 7c2dd1c Bump @​hypermode/react-api-explorer from 1.0.0-alpha.8 to 1.0.0-alpha.12 in /r...
  • 5fb3380 fix: Filter imports to modus host functions (#623)
  • 44e9754 Bump github.com/wundergraph/graphql-go-tools/v2 from 2.0.0-rc.127 to 2.0.0-rc...
  • a04ce4e feat: add variable inputs to api explorer (#617)
  • Additional commits viewable in compare view

Updates github.com/hypermodeinc/modus/sdk/go from 0.14.2 to 0.14.3

Release notes

Sourced from github.com/hypermodeinc/modus/sdk/go's releases.

sdk/go/v0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623
Changelog

Sourced from github.com/hypermodeinc/modus/sdk/go's changelog.

2024-11-27 - AssemblyScript SDK 0.14.2

  • chore: Export base Message class in OpenAI chat SDK #616

2024-11-27 - Go SDK 0.14.3

  • chore: Export base Message class in OpenAI chat SDK #616
  • fix: Filter imports to modus host functions #623

2024-11-25 - Go SDK 0.14.2

  • fix: Reduce Go build times #615

2024-11-25 - CLI 0.13.10

  • fix: modus new rename branch to main if not #613
  • fix: use git commit with double quotes for Windows #612

2024-11-23 - Runtime 0.14.0

  • feat: Apply in-code documentation to generated GraphQL #519
  • feat: Reduce logger output during development #576
  • chore: Trigger internal release pipeline at the end of the release-runtime workflow #577
  • feat: Add API explorer to runtime #578
  • feat: Add API explorer compone...

    Description has been truncated

…h 7 updates

Bumps the minor-and-patch group with 5 updates in the /runtime directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.5` | `1.32.6` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.5` | `1.28.6` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.69.0` | `1.71.0` |
| [github.com/dgraph-io/dgo/v240](https://github.com/dgraph-io/dgo) | `240.0.1` | `240.1.0` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.29.1` | `0.30.0` |

Bumps the minor-and-patch group with 1 update in the /runtime/languages/golang/testdata directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/anthropic-functions directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/auth directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/classification directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/collections directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/dgraph directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/embedding directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/graphql directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/http directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/postgresql directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/simple directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/textgeneration directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/examples/vectors directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).
Bumps the minor-and-patch group with 1 update in the /sdk/go/templates/default directory: [github.com/hypermodeinc/modus/sdk/go](https://github.com/hypermodeinc/modus).


Updates `github.com/aws/aws-sdk-go-v2` from 1.32.5 to 1.32.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.5...v1.32.6)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.5 to 1.28.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.5...config/v1.28.6)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.69.0 to 1.71.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.69.0...service/s3/v1.71.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.1 to 1.33.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.33.1...service/sfn/v1.33.2)

Updates `github.com/dgraph-io/dgo/v240` from 240.0.1 to 240.1.0
- [Release notes](https://github.com/dgraph-io/dgo/releases)
- [Changelog](https://github.com/dgraph-io/dgo/blob/master/RELEASE.md)
- [Commits](dgraph-io/dgo@v240.0.1...v240.1.0)

Updates `github.com/getsentry/sentry-go` from 0.29.1 to 0.30.0
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.29.1...v0.30.0)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

Updates `github.com/hypermodeinc/modus/sdk/go` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](sdk/go/v0.14.2...sdk/go/v0.14.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/dgraph-io/dgo/v240
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/getsentry/sentry-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/hypermodeinc/modus/sdk/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team December 4, 2024 16:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 4, 2024
@mattjohnsonpint mattjohnsonpint merged commit be32d2d into main Dec 6, 2024
59 checks passed
@mattjohnsonpint mattjohnsonpint deleted the dependabot/go_modules/runtime/minor-and-patch-0fdab7f381 branch December 6, 2024 17:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Development

Successfully merging this pull request may close these issues.

2 participants