Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- **BREAKING**: Upgrade github.com/rootlyhq/rootly-go from v0.2.0 to v0.8.0
- Rename `ServiceIds` to `ServiceIDs` and `EnvironmentIds` to `EnvironmentIDs` for Go naming conventions
- Update `Labels` and `Refs` fields to use `[]nullable.Nullable[struct{...}]` instead of pointer-to-slice
- Upgrade github.com/oapi-codegen/oapi-codegen/v2 from v2.5.1 to v2.6.0
- Upgrade golang.org/x/text from v0.32.0 to v0.34.0
- Migrate GoReleaser config to v2 and upgrade goreleaser-action to v6

### Fixed
- Replace deprecated `go get -v -t -d all` with `go mod download` in Dockerfile

### Added
- Add deprecation warning pointing users to rootlyhq/rootly-cli

## [v2.0.0] - 2025-12-19

### Changed
Expand Down
Loading