Releases: hellofresh/klepto
v0.4.5
What's Changed
- Bump golang.org/x/net from 0.22.0 to 0.33.0 by @dependabot in #176
- Update dependencies by @lucasmdrs in #178
Full Changelog: v0.4.4...v0.4.5
v0.4.4
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
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
What's Changed
- [APPSEC-480] Add dependabot configuration file to .github directory by @Taofeeqib in #149
- Update dependencies by @lucasmdrs in #155
New Contributors
- @Taofeeqib made their first contribution in #149
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
Changelog
- 9171d25 Fix Latitude and Longitude anonymization (#141)
- 17d2104 Add --data-only to copy data without structure (#140)
- 0fd6dd1 Merge pull request #143 from thedyrt/apple-silicon-builds
- c9b9dfa Build darwin-arm64 for Apple Silicon
- 35c4588 Merge pull request #137 from zebroc/master
- b0d33cd Typo
- 76be763 update deps (#136)
- 40b2b31 update updater-go version (#135)
- bd0552d update docs to techdocs format (#134)
- 0305d85 remove github.com/pkg/errors ref (#133)
- e246e46 Update dependencies (#132)
- 3da14dd Merge pull request #131 from pkorobeinikov/master
- f11f023 Fix docker build.
v0.3.1
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
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
v0.2.0
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