Skip to content

Releases: rudderlabs/rudder-go-kit

v0.16.1

26 Oct 09:51
88ee064
Compare
Choose a tag to compare

0.16.1 (2023-10-26)

Miscellaneous

v0.16.0

26 Oct 09:15
b64d886
Compare
Choose a tag to compare

0.16.0 (2023-10-26)

Features

Miscellaneous

  • deps: bump github.com/aws/aws-sdk-go from 1.45.24 to 1.45.27 (#159) (d645e9e)
  • deps: bump github.com/aws/aws-sdk-go from 1.45.27 to 1.46.3 (#172) (a6e1b13)
  • deps: bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 (#167) (6cbe667)
  • deps: bump github.com/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0 (#163) (3e0196f)
  • deps: bump github.com/prometheus/common from 0.44.0 to 0.45.0 (#161) (85c4178)
  • deps: bump google.golang.org/api from 0.147.0 to 0.148.0 (#166) (d93b31c)
  • removing unused parameter (#173) (be0f632)

v0.15.13

18 Oct 14:32
838b786
Compare
Choose a tag to compare

0.15.13 (2023-10-18)

Miscellaneous

  • change default postgres container shm size to 128MB (6ba6edb)
  • code formatting (ad42e7a)
  • deps: bump github.com/aws/aws-sdk-go from 1.45.3 to 1.45.24 (#144) (f2938d3)
  • deps: bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 (#158) (97f7469)
  • deps: bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#156) (35f3f81)
  • deps: bump google.golang.org/api from 0.146.0 to 0.147.0 (#151) (91bf8f9)

v0.15.12

16 Oct 17:24
05aceba
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #124
  • chore(deps): bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 by @dependabot in #126
  • chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #149
  • chore(deps): bump google.golang.org/api from 0.138.0 to 0.146.0 by @dependabot in #146
  • chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.7 to 3.23.9 by @dependabot in #147
  • chore: expose S3Manager#GetSession by @BonapartePC in #153

New Contributors

Full Changelog: v0.15.11...v0.15.12

v0.15.11

15 Sep 11:49
7c05703
Compare
Choose a tag to compare

0.15.11 (2023-09-15)

Bug Fixes

  • another config deadlock by trying to acquire a read lock twice (#120) (95ddd6f)

v0.15.10

15 Sep 06:57
ac71452
Compare
Choose a tag to compare

0.15.10 (2023-09-15)

Bug Fixes

  • config deadlock by trying to acquire a read lock twice (#118) (458381e)

v0.15.9

13 Sep 09:30
fda5211
Compare
Choose a tag to compare

0.15.9 (2023-09-13)

Bug Fixes

  • register reloadable config variables (#108) (2466840)

v0.15.8

13 Sep 08:12
1a022b1
Compare
Choose a tag to compare

0.15.8 (2023-09-11)

Miscellaneous

  • configurable shared memory size for postgres container (#113) (ff2dc63)
  • deps: bump cloud.google.com/go/storage from 1.30.1 to 1.32.0 (#103) (cf9f48d)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.284 to 1.45.3 (#115) (3dd6bd2)
  • deps: bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10 (#102) (3c3359c)
  • deps: bump github.com/minio/minio-go/v7 from 7.0.57 to 7.0.63 (#106) (4e2a6d4)
  • deps: bump go.uber.org/zap from 1.24.0 to 1.25.0 (#101) (ed1ba46)
  • upgrade go version 1.21 (#116) (1f9dde1)

v0.15.7

25 Aug 13:40
0af17bf
Compare
Choose a tag to compare

0.15.7 (2023-08-25)

Miscellaneous

  • add sqlutil.PrintRowsToTable (#98) (df55621)
  • deps: bump github.com/prometheus/common from 0.42.0 to 0.44.0 (#87) (ad6cb2e)
  • deps: bump github.com/shirou/gopsutil/v3 from 3.23.4 to 3.23.7 (#85) (94832ed)
  • deps: bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#94) (067692c)
  • deps: bump github.com/throttled/throttled/v2 from 2.11.0 to 2.12.0 (#84) (61a0b55)
  • deps: bump google.golang.org/api from 0.128.0 to 0.138.0 (#95) (1b6a3aa)

v0.15.6

23 Aug 14:27
dc6a218
Compare
Choose a tag to compare

0.15.6 (2023-08-23)

Bug Fixes