Skip to content

Releases: innogames/slack-bot

v2.3.14 - pull request comment notification

02 Oct 06:50
312d291

Choose a tag to compare

Features / Changes

Internal

  • add AGENTS.md (#735) @brainexe
  • Add various lint and code cleanups as part of many linter cleanups and stdlib migrations (#732, #722)
  • Examples and documentation updates (#728, #723)
  • Misc CI/workflow updates via actions bumps (see dependencies)
  • many linter cleanups (#732) @brainexe
  • switch x/exp maps/slices to stdlib, remove pkg/errors, and adopt slices.Collect for map values/keys. (#722) @brainexe
  • AWS: migrated library to v2 (#731) @brainexe
  • Update examples/openai/readme.md (#728) @brainexe

Dependency Updates

  • github.com/aws/aws-sdk-go-v2/config: 1.31.5 -> 1.31.12 (MRs: #742, #755)
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: 1.53.1 -> 1.54.4 (MRs: #734, #751, #756)
  • github.com/aws/aws-sdk-go-v2/service/ecs: 1.63.3 -> 1.64.2 (MRs: #733, #754)
  • gitlab.com/gitlab-org/api/client-go: 0.138.0 -> 0.145.0 (MRs: #727, #736, #744, #748)
  • golang.org/x/text: 0.26.0 -> 0.29.0 (MRs: #717, #750)
  • github.com/redis/go-redis/v9: 9.11.0 -> 9.14.0 (MRs: #721, #743)
  • docker/login-action: 3.4.0 -> 3.6.0 (MRs: #716, #757)
  • github.com/prometheus/client_golang: 1.22.0 -> 1.23.2 (MRs: #724, #745)
  • actions/checkout: 4 -> 5 (MR: #718)
  • actions/setup-go: 5 -> 6 (MR: #740)
  • github.com/stretchr/testify: 1.11.0 -> 1.11.1 (MR: #737)
  • github.com/gookit/color: 1.5.4 -> 1.6.0 (MR: #729)
  • github.com/andygrunwald/go-jira: 1.16.0 -> 1.17.0 (MR: #758)

v2.3.13 - GPT-5

13 Aug 12:03
926c350

Choose a tag to compare

Features/Changes

  • OpenAI: make reasoning_effort configurable and add max tokens for additional models (#720)

Dependency updates

  • github.com/slack-go/slack: 0.16.0 -> 0.17.3 (#701, #703, #708, #712)
  • gitlab.com/gitlab-org/api/client-go: 0.129.0 -> 0.138.0 (#711, #719)
  • github.com/redis/go-redis/v9: 9.8.0 -> 9.11.0 (#698, #706)
  • golang.org/x/text: 0.25.0 -> 0.26.0 (#700)
  • docker/build-push-action: 6.17.0 -> 6.18.0 (#697)
  • scribble: dependency removed (#683)

v2.3.12

02 Jun 07:32
3aec5c1

Choose a tag to compare

Features/Changes

Bugfixes

Dependency Updates

  • golang.org/x/text: 0.24.0 → 0.25.0 (#695)
  • docker/build-push-action: 6.15.0 → 6.17.0 (#687, #692)
  • github.com/redis/go-redis/v9: 9.7.3 → 9.8.0 (#690)
  • gitlab.com/gitlab-org/api/client-go: 0.127.0 → 0.129.0 (#693)
  • golangci/golangci-lint-action: 7.0.0 → 8.0.0 (#691)

v2.3.11 - Jira improvements + Gitlab reviewer

16 Apr 09:49
8a203ee

Choose a tag to compare

What’s Changed

Features / Changes

Bugfixes

internal

Dependency Updates

v2.3.10 - replace deplocated file upload API

29 Nov 06:39
4c7ceac

Choose a tag to compare

What’s Changed

use new slack file upload API (#639) @brainexe
see: https://api.slack.com/changelog/2024-04-a-better-way-to-upload-files-is-here-to-stay

dependencies

  • bump docker/build-push-action from 6.7.0 to 6.10.0 (#620, #638)
  • bump codecov/codecov-action from 4 to 5 (#634)
  • bump github.com/xanzy/go-gitlab from 0.108.0 to 0.114.0 (#622, #626, #636)
  • bump github.com/redis/go-redis/v9 from 9.6.1 to 9.7.0 (#633)
  • bump golang.org/x/text from 0.18.0 to 0.20.0 (#624, #632)
  • bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (#629)
  • bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#630)
  • bump github.com/slack-go/slack from 0.14.0 to 0.15.0 (#627)
  • bump wangyoucao577/go-release-action from 1.50 to 1.52 (#625)
  • bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#621)
  • bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#618)

v2.3.9

06 Sep 13:26
b7ea1ca

Choose a tag to compare

What’s Changed

Cleanups

Dependency updates

  • build(deps): bump github.com/xanzy/go-gitlab from 0.105.0 to 0.108.0 (#594, #613)
  • build(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 (#609, #611, #614)
  • build(deps): bump docker/build-push-action from 5.4.0 to 6.7.0 (#580, #587, #601, #608)
  • build(deps): bump github.com/slack-go/slack from 0.13.0 to 0.14.0 (#596, #610)
  • build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#605)
  • build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#606)
  • build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.6.1 (#600, #603)
  • build(deps): bump github.com/redis/go-redis/v9 from 9.5.2 to 9.6.0 (#592, #598)
  • build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 (#585)

v2.3.8 - new channel export as CSV command

11 Jun 11:47
3481901

Choose a tag to compare

What’s Changed

Misc

Dependency updates

  • build(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 (#573) @dependabot
  • build(deps): bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.2 (#567) @dependabot
  • build(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 (#568) @dependabot
  • build(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#566) @dependabot
  • build(deps): bump github.com/xanzy/go-gitlab from 0.103.0 to 0.104.1 (#561) @dependabot
  • build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 (#563) @dependabot
  • build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 (#554) @dependabot

v2.2.10

28 Feb 10:31
3481901

Choose a tag to compare

What’s Changed

Changes

Cleanups

Dependencies

  • build(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 (#373) @dependabot
  • build(deps): bump github.com/xanzy/go-gitlab from 0.77.0 to 0.79.1 (#379) @dependabot
  • build(deps): bump golang.org/x/text from 0.5.0 to 0.6.0 (#372) @dependabot
  • build(deps): bump docker/login-action from 2.0.0 to 2.1.0 (#369) @dependabot
  • build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.1 (#366) @dependabot

v2.3.7

07 May 08:29
6fc569b

Choose a tag to compare

Features

Misc

Dependencies

  • build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 (#557+#558) @dependabot
  • build(deps): bump wangyoucao577/go-release-action from 1.49 to 1.50 (#552) @dependabot
  • build(deps): bump github.com/xanzy/go-gitlab from 0.100.0 to 0.103.0 (#548+#553) @dependabot
  • build(deps): bump docker/setup-buildx-action from 3.1.0 to 3.3.0 (#550) @dependabot

v2.3.6 - dependencies

05 Apr 08:22
82acf10

Choose a tag to compare

What’s Changed

  • golang.org/x/oauth2: bumped from 0.15.0 to 0.19.0. (#518, #547)
  • docker/build-push-action: bumped from 5.1.0 to 5.3.0. (#546)
  • docker/login-action: bumped from 3.0.0 to 3.1.0. (#544)
  • google.golang.org/protobuf: bumped from 1.32.0 to 1.33.0. (#545)
  • github.com/xanzy/go-gitlab: bumped from 0.95.2 to 0.100.0. (#520, #525, #534, #543)
  • github.com/stretchr/testify: bumped from 1.8.4 to 1.9.0. (#539)
  • github.com/prometheus/client_golang: bumped from 1.17.0 to 1.19.0. (#515, #538)
  • github.com/redis/go-redis/v9: bumped from 9.3.0 to 9.5.1. (#517, #533)
  • wangyoucao577/go-release-action: bumped from 1.41 to 1.49. (#516, #521, #522, #530, #535)
  • docker/setup-buildx-action: bumped from 3.0.0 to 3.1.0. (#536)
  • github.com/slack-go/slack: bumped from 0.12.3 to 0.12.4. (#531)
  • golangci/golangci-lint-action: bumped from 3.7.0 to 4.0.0. (#529)
  • codecov/codecov-action: bumped from 3 to 4. (#523)
  • release-drafter/release-drafter: bumped from 5 to 6. (#524)