Skip to content

Releases: hellofresh/klepto

v0.4.5

27 Feb 09:55
223b4a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

15 Mar 08:13
76250e3
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hellofresh/updater-go/v3 from 3.0.5 to 3.0.6 by @dependabot in #169

Full Changelog: v0.4.3...v0.4.4

v0.4.3

14 Mar 09:25
5007449
Compare
Choose a tag to compare

What's Changed

  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.42.0 to 0.44.0 by @dependabot in #160
  • Bump golang.org/x/net from 0.11.0 to 0.17.0 by @dependabot in #159
  • Bump github.com/spf13/viper from 1.16.0 to 1.17.0 by @dependabot in #158
  • Bump github.com/hellofresh/updater-go/v3 from 3.0.3 to 3.0.5 by @dependabot in #161
  • Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #162
  • Bump github.com/spf13/viper from 1.17.0 to 1.18.1 by @dependabot in #164
  • Bump github.com/spf13/viper from 1.18.1 to 1.18.2 by @dependabot in #165
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #166
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #168

Full Changelog: v0.4.2...v0.4.3

v0.4.2

19 Jun 13:55
daed515
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

13 Feb 10:11
18f1617
Compare
Choose a tag to compare

Changelog

v0.4.0

23 Sep 11:12
9171d25
Compare
Choose a tag to compare

Changelog

v0.3.1

02 Aug 10:28
a0d9648
Compare
Choose a tag to compare

Changelog

a0d9648 Merge pull request #130 from hellofresh/patch/EES-6173-func-args
c052835 comment func signature for arguments documentation
7487584 support arguments to fake functions and remove incompatible functions from list
4b6cca5 Merge pull request #128 from hellofresh/patch/rm-legacy
3602b3c Fixed golangci action version
2733582 Removed unused legacy zappr file
0522d7b Merge pull request #127 from hellofresh/patch/EES-4232-stale-bot
6c1b9fd Add stale bot

v0.3.0

26 Sep 15:03
966526d
Compare
Choose a tag to compare

Changelog

966526d Updated steal help output in readme (#126)
b4a5096 Support dumping to AWS RDS Postgres servers (#125)
d726dda Merge pull request #124 from sjhewitt/sjh-postgres-views
954ae68 ignore views/foreign tables/temporary tables in postgres databases
602add2 Merge pull request #123 from itsksaurabh/master
8d4e736 remove NewVersionCmd() child command from root
cbd264a delete version.go
0502d03 set version of cmd tool using underlying Version struct field
ce951ba Merge pull request #121 from hellofresh/whitesource/configure
4824633 IS-779 - Disable GitHub issue creation In order to avoid spamming the GitHub repository with issues regarding possible security vulnerabilities and to integrate probably within the HelloFresh project management. The GitHub issue creation is disabled as per the whitesource documentation
a39c055 Add .whitesource configuration file
9d70451 Merge pull request #120 from hellofresh/hotfix/pipeline-name
551bbf9 Fixed release pipeline name

v0.2.1

10 Jun 13:51
ee68056
Compare
Choose a tag to compare

Changelog

ee68056 Merge pull request #119 from hellofresh/patch/gh-actions
85a1df4 Added release flow
42a2485 Added GH Actions pipeline

v0.2.0

03 Apr 10:54
b572200
Compare
Choose a tag to compare

Changelog

b572200 Merge pull request #115 from hellofresh/hotfix/race-condition
052daa7 Fixed writing to the closed channel
1f12e9d PT-6909 Handle invalid anonymiser (#114)
48b20a3 Merge pull request #113 from hellofresh/patch/apply-matcher-aliases
bc7f4d1 Do not expose config spec - all the config routines are managed by config package
9398461 Apply matcher aliases to tables on config load
ffb0bf8 Merge pull request #112 from hellofresh/patch/read-table-opt
9b40954 Simplify condition
1fdb4fe Allocate capacity for relations
d913626 Extracted reader options to builder from private methods
f81f7a5 Merge pull request #111 from hellofresh/hotfix/init-config-read
0216803 More obvious way of returning dumper init erorrs
527b44c Get cmd persistent flags only once
fc9a5e4 Spec config must exist
a6cda4c Extracted spec loading to config and added some tests