Skip to content

Releases: nobl9/nobl9-go

v0.126.0

25 Mar 15:19
94d9066

Choose a tag to compare

What's Changed

🚀 Features

  • feat: Sumo Logic multi-query (ABC pattern) support [PC-18992] (#889) @nikodemrafalski

    SumoLogicMetric now supports multi-query (ABC pattern). A new
    Queries field accepts up to 6 query rows (A–F), where later rows can
    reference earlier ones via #A, #B, etc. The GetQueries() method
    provides backward-compatible access. Query and Queries are mutually
    exclusive; Queries is only allowed for the metrics type.
    PC-18992

  • feat: add Dash0 data source type, metric, and direct config (#895) @matkaras
  • feat: PC-18830 servicenow token auth (#894) @n-lechowicz

    Added token authentication support for ServiceNow alert methods as an
    alternative to basic auth.

🧰 Maintenance

9 changes

v0.126.0-rc4

24 Mar 10:05
bc7a0da

Choose a tag to compare

v0.126.0-rc4 Pre-release
Pre-release
chore: update GetAlerts to use request struct parameter (#899)

## Motivation

Sloctl operates on generic object representation, so the
`GetV1alphaAlerts` (and others returning concrete types) won't work
since it filters by Go type (which in case of sloctl will be the
`v1alpha.GenericObject`).
We need tto keep supporting `GetAlerts` or switch entirely to generic
`Get`.
Since this function has so many parameters, I think it's beneficial to
keep it for now, but move the parameters filtering to `GetAlerts`.
In the future, If we have more cases like this one we will need to
figure out a better way of serving sloctl needs.

## Summary

Changes the GetAlerts method signature to accept a `GetAlertsRequest`
parameter instead of separate header and query parameters. Moves the
filter building logic from `GetV1alphaAlerts` to the deprecated
`GetAlerts` method.

## Related changes

- https://github.com/nobl9/sloctl/pull/441

v0.126.0-rc3

20 Mar 08:25
c8afc93

Choose a tag to compare

v0.126.0-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.126.0-rc2...v0.126.0-rc3

v0.126.0-rc2

19 Mar 14:09
0711c94

Choose a tag to compare

v0.126.0-rc2 Pre-release
Pre-release

What's Changed

  • chore: Update minor and patch Golang dependencies by @renovate[bot] in #892
  • feat: add Dash0 data source type, metric, and direct config by @matkaras in #895

Full Changelog: v0.126.0-rc1...v0.126.0-rc2

v0.126.0-rc1

12 Mar 10:52
94a8155

Choose a tag to compare

v0.126.0-rc1 Pre-release
Pre-release
feat: PC-18830 servicenow token auth (#894)

## Release Notes
Added token authentication support for ServiceNow alert methods as an
alternative to basic auth.

## Summary
- Add `ApiToken` field to `ServiceNowAlertMethod` for token-based
authentication (x-sn-apikey header)
- Update validation to support two auth modes: basic auth
(username/password) or token auth (apiToken), with mutual exclusivity
check
- Add tests for all new validation cases (token auth valid, no auth,
both auth types, basic auth missing username)

---------

Co-authored-by: Brian Singer <5863322+bsinger355.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: kskitek <krzysztof.skitek@nobl9.com>
Co-authored-by: Mateusz Hawrus <mateusz.hawrus@nobl9.com>

v0.125.0

02 Mar 10:37
672ba6b

Choose a tag to compare

What's Changed

🚀 Features

🧰 Maintenance

  • chore: Update module github.com/modelcontextprotocol/go-sdk to v1.4.0 (#886) @renovate[bot]
  • chore: Update minor and patch Golang dependencies (#884) @renovate[bot]

v0.124.1

26 Feb 13:57
02d1353

Choose a tag to compare

What's Changed

🧰 Maintenance

v0.124.0

26 Feb 09:25
382069d

Choose a tag to compare

What's Changed

🚀 Features

  • feat: add support for MCP server proxy API (#874) @nieomylnieja

    sdk.Client now supports MCP server's API via a proxy mechanism which
    allows MCP stdio clients to connect with Nobl9 MCP HTTP server.

🧰 Maintenance

v0.123.0

20 Feb 16:04
c16bd8b

Choose a tag to compare

What's Changed

🚀 Features

  • feat: add GetType to role binding (#879) @nieomylnieja

    RoleBinding now has GetType method which returns its type, either
    Organization or Project.

🧰 Maintenance

4 changes

v0.122.2

29 Jan 12:18
c8655b7

Choose a tag to compare

What's Changed

🚀 Features

  • feat: Atlas Agents available in beta release channel [PC-18538] (#871) @matkaras

    Atlas Agent is only available in beta release channel.