Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Bumps github.com/rootlyhq/rootly-go from 0.1.0 to 0.2.0.

Release notes

Sourced from github.com/rootlyhq/rootly-go's releases.

v0.2.0

Full Changelog: rootlyhq/rootly-go@v0.1.0...v0.2.0

Changelog

Sourced from github.com/rootlyhq/rootly-go's changelog.

[v0.2.0] - 2025-12-18

Added

  • Add nullable-type: true configuration for oapi-codegen
  • Add github.com/oapi-codegen/nullable v1.1.0 dependency
  • Add dedup Makefile target to remove duplicate type declarations automatically
  • Add mise.toml for Go version management
  • Add Dependabot configuration for automated dependency updates

Changed

  • Upgrade Go minimum version to 1.24.0
  • Upgrade github.com/getkin/kin-openapi to v0.133.0
  • Upgrade github.com/oapi-codegen/runtime to v1.1.2
  • Upgrade oapi-codegen to v2.5.1 in tools
  • Upgrade GitHub Actions: checkout v4 → v6, setup-go v5 → v6
  • Upgrade golangci-lint-action to v6 with 5m timeout

Fixed

  • Fix golangci-lint timeout on large generated files
Commits
  • 66b09f4 docs: add CHANGELOG.md for v0.2.0 release
  • 1063804 github.com/oapi-codegen/nullable v1.1.0
  • 6818c03 Add nullable-type: true
  • 10cfe09 build: add dedup target to remove duplicate type declarations
  • 459e357 chore: regenerate schema with oapi-codegen v2.5.1
  • 5065abe ci: upgrade GitHub Actions and tools dependencies
  • ccba0e3 ci: fix lint timeout and upgrade GitHub Actions
  • f4d5a06 chore(deps): upgrade dependencies and regenerate schema
  • 6fba51b chore: add mise.toml for Go version management
  • 1d96c8e docs: update minimum Go version requirement to 1.22.5
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/rootlyhq/rootly-go](https://github.com/rootlyhq/rootly-go) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/rootlyhq/rootly-go/releases)
- [Changelog](https://github.com/rootlyhq/rootly-go/blob/master/CHANGELOG.md)
- [Commits](rootlyhq/rootly-go@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/rootlyhq/rootly-go
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 19, 2025
- Update convert.go to use nullable.NewNullableWithValue for fields that
  changed from pointer types to nullable.Nullable types in rootly-go v0.2.0
- Update test expectations to match new JSON serialization behavior where
  unset nullable fields are omitted rather than serialized as null

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@kwent kwent force-pushed the dependabot/go_modules/github.com/rootlyhq/rootly-go-0.2.0 branch from 1908756 to 7acfc73 Compare December 19, 2025 19:19
@kwent kwent merged commit 984f549 into main Dec 19, 2025
22 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/rootlyhq/rootly-go-0.2.0 branch December 19, 2025 19:25
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.

2 participants