Skip to content

chore(deps): bump the go-modules group across 2 directories with 1 update - #12

Merged
BloggerBust merged 3 commits into
mainfrom
dependabot/go_modules/examples/simple-go/go-modules-11dd70b494
Jul 28, 2026
Merged

chore(deps): bump the go-modules group across 2 directories with 1 update#12
BloggerBust merged 3 commits into
mainfrom
dependabot/go_modules/examples/simple-go/go-modules-11dd70b494

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-modules group with 1 update in the /examples/simple-go directory: github.com/hatchet-dev/hatchet.
Bumps the go-modules group with 1 update in the /examples/use-cases/scheduled/go directory: github.com/hatchet-dev/hatchet.

Updates github.com/hatchet-dev/hatchet from 0.88.6 to 0.95.3

Release notes

Sourced from github.com/hatchet-dev/hatchet's releases.

Hatchet v0.94.10 headlines two DevEx improvements: development images that run without authentication, and use-case templates for the hatchet quickstart command. The release also adds independent OLAP and core data retention settings to the engine, tenant tagging and consolidated settings pages in Hatchet Cloud, automatic stream listener reconnection in the Go SDK, and RSS feeds for newly published changelog and cookbooks entries.

Highlights

  • Introduces a set of development images that allow Hatchet to be run without authentication, removing the need to manage API tokens in development and testing environments. See Running without authentication.
  • Hatchet Cloud now supports tagging tenants and organization user groups, automatically adding group members to tenants with matching tags. Additionally, the tenant and organization-scoped settings pages have been consolidated into a single Settings section.
  • OLAP and core data retention can be configured independently on the Hatchet engine via SERVER_LIMITS_OLAP_PARTITION_RETENTION and SERVER_LIMITS_CORE_PARTITION_RETENTION, falling back to SERVER_LIMITS_DEFAULT_TENANT_RETENTION_PERIOD when unset.
  • Exposes additional Prometheus Tenant Metrics for tracking slot utilization per worker pool, grouped by labels: hatchet_tenant_worker_label_slots (total), hatchet_tenant_used_worker_label_slots (in-use), and hatchet_tenant_available_worker_label_slots (free).
  • The Go SDK's streaming listeners now reconnect automatically with jittered backoff: Workflow.Result() no longer hangs if its listener dies, and transient network failures no longer kill workers.
  • The Hatchet documentation website now supports RSS feeds for new cookbooks and releases. These can be accessed at https://docs.hatchet.run/cookbooks/feed.xml and /reference/changelog/<component>/feed.xml (e.g. platform), or via autodiscovery by adding a page URL directly to your RSS reader.
  • Fixed timeouts in the UserSession cleanup job (introduced in v0.90.13) by indexing the relevant columns; the migration is applied automatically on upgrade.
  • hatchet quickstart supports use-case templates via a new --use-case flag, starting with scheduled: a Go template whose workflow runs on a cron schedule and can also be run on demand. See the quickstart CLI docs.

Upgrade Notes

Running without authentication

The Hatchet development images can be pulled directly as hatchet-api-dev, hatchet-engine-dev, hatchet-admin-dev, and hatchet-dashboard-dev, or spun up via the Hatchet CLI with hatchet server start --disable-auth, which runs hatchet-lite-dev in place of hatchet-lite.

This approach embeds a single global worker API key in the Hatchet binaries themselves, so it should only be used in development and testing environments.

See the docs for running without authentication via the CLI and via Docker Compose.

What's Changed

Added

Changed

  • Use cached worker action-hash for replenish v0.94.6 by @​grutt in #4401

Fixed

... (truncated)

Commits

Updates github.com/hatchet-dev/hatchet from 0.88.6 to 0.95.3

Release notes

Sourced from github.com/hatchet-dev/hatchet's releases.

Hatchet v0.94.10 headlines two DevEx improvements: development images that run without authentication, and use-case templates for the hatchet quickstart command. The release also adds independent OLAP and core data retention settings to the engine, tenant tagging and consolidated settings pages in Hatchet Cloud, automatic stream listener reconnection in the Go SDK, and RSS feeds for newly published changelog and cookbooks entries.

Highlights

  • Introduces a set of development images that allow Hatchet to be run without authentication, removing the need to manage API tokens in development and testing environments. See Running without authentication.
  • Hatchet Cloud now supports tagging tenants and organization user groups, automatically adding group members to tenants with matching tags. Additionally, the tenant and organization-scoped settings pages have been consolidated into a single Settings section.
  • OLAP and core data retention can be configured independently on the Hatchet engine via SERVER_LIMITS_OLAP_PARTITION_RETENTION and SERVER_LIMITS_CORE_PARTITION_RETENTION, falling back to SERVER_LIMITS_DEFAULT_TENANT_RETENTION_PERIOD when unset.
  • Exposes additional Prometheus Tenant Metrics for tracking slot utilization per worker pool, grouped by labels: hatchet_tenant_worker_label_slots (total), hatchet_tenant_used_worker_label_slots (in-use), and hatchet_tenant_available_worker_label_slots (free).
  • The Go SDK's streaming listeners now reconnect automatically with jittered backoff: Workflow.Result() no longer hangs if its listener dies, and transient network failures no longer kill workers.
  • The Hatchet documentation website now supports RSS feeds for new cookbooks and releases. These can be accessed at https://docs.hatchet.run/cookbooks/feed.xml and /reference/changelog/<component>/feed.xml (e.g. platform), or via autodiscovery by adding a page URL directly to your RSS reader.
  • Fixed timeouts in the UserSession cleanup job (introduced in v0.90.13) by indexing the relevant columns; the migration is applied automatically on upgrade.
  • hatchet quickstart supports use-case templates via a new --use-case flag, starting with scheduled: a Go template whose workflow runs on a cron schedule and can also be run on demand. See the quickstart CLI docs.

Upgrade Notes

Running without authentication

The Hatchet development images can be pulled directly as hatchet-api-dev, hatchet-engine-dev, hatchet-admin-dev, and hatchet-dashboard-dev, or spun up via the Hatchet CLI with hatchet server start --disable-auth, which runs hatchet-lite-dev in place of hatchet-lite.

This approach embeds a single global worker API key in the Hatchet binaries themselves, so it should only be used in development and testing environments.

See the docs for running without authentication via the CLI and via Docker Compose.

What's Changed

Added

Changed

  • Use cached worker action-hash for replenish v0.94.6 by @​grutt in #4401

Fixed

... (truncated)

Commits

Updates github.com/hatchet-dev/hatchet from 0.88.6 to 0.95.3

Release notes

Sourced from github.com/hatchet-dev/hatchet's releases.

Hatchet v0.94.10 headlines two DevEx improvements: development images that run without authentication, and use-case templates for the hatchet quickstart command. The release also adds independent OLAP and core data retention settings to the engine, tenant tagging and consolidated settings pages in Hatchet Cloud, automatic stream listener reconnection in the Go SDK, and RSS feeds for newly published changelog and cookbooks entries.

Highlights

  • Introduces a set of development images that allow Hatchet to be run without authentication, removing the need to manage API tokens in development and testing environments. See Running without authentication.
  • Hatchet Cloud now supports tagging tenants and organization user groups, automatically adding group members to tenants with matching tags. Additionally, the tenant and organization-scoped settings pages have been consolidated into a single Settings section.
  • OLAP and core data retention can be configured independently on the Hatchet engine via SERVER_LIMITS_OLAP_PARTITION_RETENTION and SERVER_LIMITS_CORE_PARTITION_RETENTION, falling back to SERVER_LIMITS_DEFAULT_TENANT_RETENTION_PERIOD when unset.
  • Exposes additional Prometheus Tenant Metrics for tracking slot utilization per worker pool, grouped by labels: hatchet_tenant_worker_label_slots (total), hatchet_tenant_used_worker_label_slots (in-use), and hatchet_tenant_available_worker_label_slots (free).
  • The Go SDK's streaming listeners now reconnect automatically with jittered backoff: Workflow.Result() no longer hangs if its listener dies, and transient network failures no longer kill workers.
  • The Hatchet documentation website now supports RSS feeds for new cookbooks and releases. These can be accessed at https://docs.hatchet.run/cookbooks/feed.xml and /reference/changelog/<component>/feed.xml (e.g. platform), or via autodiscovery by adding a page URL directly to your RSS reader.
  • Fixed timeouts in the UserSession cleanup job (introduced in v0.90.13) by indexing the relevant columns; the migration is applied automatically on upgrade.
  • hatchet quickstart supports use-case templates via a new --use-case flag, starting with scheduled: a Go template whose workflow runs on a cron schedule and can also be run on demand. See the quickstart CLI docs.

Upgrade Notes

Running without authentication

The Hatchet development images can be pulled directly as hatchet-api-dev, hatchet-engine-dev, hatchet-admin-dev, and hatchet-dashboard-dev, or spun up via the Hatchet CLI with hatchet server start --disable-auth, which runs hatchet-lite-dev in place of hatchet-lite.

This approach embeds a single global worker API key in the Hatchet binaries themselves, so it should only be used in development and testing environments.

See the docs for running without authentication via the CLI and via Docker Compose.

What's Changed

Added

Changed

  • Use cached worker action-hash for replenish v0.94.6 by @​grutt in #4401

Fixed

... (truncated)

Commits

Updates github.com/hatchet-dev/hatchet from 0.88.6 to 0.95.3

Release notes

Sourced from github.com/hatchet-dev/hatchet's releases.

Hatchet v0.94.10 headlines two DevEx improvements: development images that run without authentication, and use-case templates for the hatchet quickstart command. The release also adds independent OLAP and core data retention settings to the engine, tenant tagging and consolidated settings pages in Hatchet Cloud, automatic stream listener reconnection in the Go SDK, and RSS feeds for newly published changelog and cookbooks entries.

Highlights

  • Introduces a set of development images that allow Hatchet to be run without authentication, removing the need to manage API tokens in development and testing environments. See Running without authentication.
  • Hatchet Cloud now supports tagging tenants and organization user groups, automatically adding group members to tenants with matching tags. Additionally, the tenant and organization-scoped settings pages have been consolidated into a single Settings section.
  • OLAP and core data retention can be configured independently on the Hatchet engine via SERVER_LIMITS_OLAP_PARTITION_RETENTION and SERVER_LIMITS_CORE_PARTITION_RETENTION, falling back to SERVER_LIMITS_DEFAULT_TENANT_RETENTION_PERIOD when unset.
  • Exposes additional Prometheus Tenant Metrics for tracking slot utilization per worker pool, grouped by labels: hatchet_tenant_worker_label_slots (total), hatchet_tenant_used_worker_label_slots (in-use), and hatchet_tenant_available_worker_label_slots (free).
  • The Go SDK's streaming listeners now reconnect automatically with jittered backoff: Workflow.Result() no longer hangs if its listener dies, and transient network failures no longer kill workers.
  • The Hatchet documentation website now supports RSS feeds for new cookbooks and releases. These can be accessed at https://docs.hatchet.run/cookbooks/feed.xml and /reference/changelog/<component>/feed.xml (e.g. platform), or via autodiscovery by adding a page URL directly to your RSS reader.
  • Fixed timeouts in the UserSession cleanup job (introduced in v0.90.13) by indexing the relevant columns; the migration is applied automatically on upgrade.
  • hatchet quickstart supports use-case templates via a new --use-case flag, starting with scheduled: a Go template whose workflow runs on a cron schedule and can also be run on demand. See the quickstart CLI docs.

Upgrade Notes

Running without authentication

The Hatchet development images can be pulled directly as hatchet-api-dev, hatchet-engine-dev, hatchet-admin-dev, and hatchet-dashboard-dev, or spun up via the Hatchet CLI with hatchet server start --disable-auth, which runs hatchet-lite-dev in place of hatchet-lite.

This approach embeds a single global worker API key in the Hatchet binaries themselves, so it should only be used in development and testing environments.

See the docs for running without authentication via the CLI and via Docker Compose.

What's Changed

Added

Changed

  • Use cached worker action-hash for replenish v0.94.6 by @​grutt in #4401

Fixed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 6, 2026
…date

Bumps the go-modules group with 1 update in the /examples/simple-go directory: [github.com/hatchet-dev/hatchet](https://github.com/hatchet-dev/hatchet).
Bumps the go-modules group with 1 update in the /examples/use-cases/scheduled/go directory: [github.com/hatchet-dev/hatchet](https://github.com/hatchet-dev/hatchet).


Updates `github.com/hatchet-dev/hatchet` from 0.88.6 to 0.95.3
- [Release notes](https://github.com/hatchet-dev/hatchet/releases)
- [Changelog](https://github.com/hatchet-dev/hatchet/blob/main/CHANGELOG.md)
- [Commits](hatchet-dev/hatchet@v0.88.6...v0.95.3)

Updates `github.com/hatchet-dev/hatchet` from 0.88.6 to 0.95.3
- [Release notes](https://github.com/hatchet-dev/hatchet/releases)
- [Changelog](https://github.com/hatchet-dev/hatchet/blob/main/CHANGELOG.md)
- [Commits](hatchet-dev/hatchet@v0.88.6...v0.95.3)

Updates `github.com/hatchet-dev/hatchet` from 0.88.6 to 0.95.3
- [Release notes](https://github.com/hatchet-dev/hatchet/releases)
- [Changelog](https://github.com/hatchet-dev/hatchet/blob/main/CHANGELOG.md)
- [Commits](hatchet-dev/hatchet@v0.88.6...v0.95.3)

Updates `github.com/hatchet-dev/hatchet` from 0.88.6 to 0.95.3
- [Release notes](https://github.com/hatchet-dev/hatchet/releases)
- [Changelog](https://github.com/hatchet-dev/hatchet/blob/main/CHANGELOG.md)
- [Commits](hatchet-dev/hatchet@v0.88.6...v0.95.3)

---
updated-dependencies:
- dependency-name: github.com/hatchet-dev/hatchet
  dependency-version: 0.90.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/hatchet-dev/hatchet
  dependency-version: 0.90.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/hatchet-dev/hatchet
  dependency-version: 0.90.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/hatchet-dev/hatchet
  dependency-version: 0.90.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/examples/simple-go/go-modules-11dd70b494 branch from 3d4486d to 7988999 Compare July 27, 2026 05:45
Dependabot bumps the generated examples, and sync-go-template-deps
copies those files onto the templates.
@BloggerBust
BloggerBust merged commit c917d16 into main Jul 28, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/examples/simple-go/go-modules-11dd70b494 branch July 28, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant