Skip to content

chore(deps): bump github.com/rootlyhq/rootly-go from 0.2.0 to 0.8.0#25

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/rootlyhq/rootly-go-0.8.0
Open

chore(deps): bump github.com/rootlyhq/rootly-go from 0.2.0 to 0.8.0#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/rootlyhq/rootly-go-0.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

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

Release notes

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

v0.8.0: post-release fixes

v0.8.0

Breaking changes

[!WARNING] Note that this release introduces a number of breaking changes to the public exported API.

This release was planned to be a patch release, but due to the breaking changes, is being released as a (breaking) minor release.

Additional initialisms are now used #40

In addition to the initialism changes from last release, we now also treat the plural of "ID", IDs, as an initialism.

Fix regression to query parameters' handling of omitempty (#39)

For anyone upgrading from v0.6.0 to v0.7.0, you may have noticed that optional query parameters may have been serialized as part of requests, subtly (or very clearly) breaking API calls.

This is now fixed.

Nullable fields (inside arrays) are now nullable.Nullable'd

As part of upstream changes in oapi-codegen, we now generate a nullable.Nullable for any elements inside arrays which are marked as nullable: true.

🚀 New features and improvements

🐛 Bug fixes

  • Fix regression to query parameters' handling of omitempty (#39)

📦 Dependency updates

  • fix(deps): update github.com/oapi-codegen/oapi-codegen/v2 digest to 99eadbe (#43) @renovate[bot]
  • chore(deps): use latest commit for oapi-codegen (#41) @​jamietanna

v0.7.0: future proofing our Go API contract

v0.7.0

Breaking changes

[!WARNING] Note that this release introduces a number of breaking changes to the public exported API.

This aligns with a number of best practices for the code generator we use (oapi-codegen).

These breaking changes will allow us to future-proof consumers of this library, as our code generation should be more consistent in the future, and the breaking changes should be reduced.

Please note that as a 0.x release, breaking changes may still occur in the future, but we'll try our hardest to minimise them.

... (truncated)

Changelog

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

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[!NOTE] Since 2026-02-10, release notes can be found on the GitHub Releases page.

This CHANGELOG is kept for historical purposes.

[v0.6.0] - 2026-01-31

Added

  • Add Catalog Fields API endpoints for managing custom catalog fields:
    • Causes: ListCauseCatalogFields, CreateCauseCatalogField
    • Environments: ListEnvironmentCatalogFields, CreateEnvironmentCatalogField
    • Functionalities: ListFunctionalityCatalogFields, CreateFunctionalityCatalogField
    • Incident Types: ListIncidentTypeCatalogFields, CreateIncidentTypeCatalogField
    • Services: ListServiceCatalogFields, CreateServiceCatalogField
    • Groups: ListGroupCatalogFields, CreateGroupCatalogField
  • Add AlertPayloadConditions to AlertTriggerParams for advanced alert filtering with operators (IS, IS NOT, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, SET, UNSET, ANY, NONE)
  • Add UserNotificationRuleNotificationType (audible/quiet) for notification preferences
  • Add CommunicationsTemplateCommunicationTemplateStages for template stage management
  • Add Slug field to various types for identifier support
  • Add JsmopsId field to User type for Jira Service Management integration

[v0.5.0] - 2026-01-15

Added

  • Add Meta struct for pagination support
  • Add ISNOT condition for workflow tasks via SDK

Fixed

  • Fix Shift struct for correct response type
  • Fix required and optional types for Dashboard Params
  • Fix LCR required and optional params

[Unreleased]

[v0.4.0] - 2026-01-06

Added

  • Add Meta struct for pagination support (CurrentPage, NextPage, PrevPage, TotalCount, TotalPages)
  • Add Meta field to list response types for pagination metadata
  • Add ShortId field to Alert type for human-readable short identifiers
  • Add StartedAt and EndedAt fields to Alert type for alert timing

... (truncated)

Commits
  • b2beffa fix(deps): update github.com/oapi-codegen/oapi-codegen/v2 digest to 99eadbe (...
  • 0679e79 test: add regression test for #39
  • d6e1429 chore(deps): update oapi-codegen to latest commit
  • 417c8cc feat: make IDs an initialism
  • 191dfc5 chore(deps): update OpenAPI spec
  • 07f1554 feat: use idiomatic Go initialisms
  • 548a937 test: use constant for server URL
  • f385f82 feat: generate server URLs
  • 7b61242 feat: always prefix enums
  • 904e7ef fix: don't use optional pointers on container types
  • 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 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.2.0 to 0.8.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.2.0...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/rootlyhq/rootly-go
  dependency-version: 0.8.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 Feb 25, 2026
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.

0 participants