File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed
Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 1.0.0 (2022-08-15)
2+ --------------------------
3+ Refactor v1 release filters (#192)
4+ Remove support for GCP auth via env vars (#181)
5+ Bump dependencies (#120)
6+ Fix import order (#175)
7+ Allow env var configuration of updated transformation config (#174)
8+ Fix typo in statsd reporting (#158)
9+ Cleanup Makefile (#112)
10+ Make setting of EventHub Partition Key configurable (#148)
11+ Fix latency reporting with no transformations (#108)
12+ Rationalise transformations and transformation config (#169)
13+ Resolve CI caching errors (#164)
14+ Bump to Go 1.18 (#163)
15+ Bump analytics SDK version to v0.3.0 (#131)
16+ Fix bug in makefile that prevents integration-down from completing (#162)
17+ Revamp unit testing project-wide (#129)
18+ Make anything that doesn't need to be exported private (#111)
19+ Add custom transformation layer (#146)
20+ Fail tests on NewConfig error (#145)
21+ Remove AWS Lambda and GCP Cloudfunctions builds (#140)
22+ Add telemetry (#124)
23+ Extend filtering to use custom data (#176)
24+ Use Snyk test to block release if there are vulnerabilities (#119)
25+ Clean up tls configuration (#177)
26+ Allow configuration from a file (#105)
27+
128Version 0.8.1 (2022-06-07)
229--------------------------
330Update Sarama package to 1.34 for kafka v3 (#133)
Original file line number Diff line number Diff line change @@ -60,5 +60,5 @@ Unauthorized copying of this project via any medium is strictly prohibited.
6060
6161Copyright (c) 2020-2022 Snowplow Analytics Ltd. All rights reserved.
6262
63- [ release-image ] : http://img.shields.io/badge/golang-0.8.1 -6ad7e5.svg?style=flat
63+ [ release-image ] : http://img.shields.io/badge/golang-1.0.0 -6ad7e5.svg?style=flat
6464[ releases ] : https://github.com/snowplow-devops/stream-replicator/releases/
Original file line number Diff line number Diff line change 1- 0.8.1
1+ 1.0.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package cmd
88
99const (
1010 // AppVersion is the current version of the replicator
11- AppVersion = "0.8.1 "
11+ AppVersion = "1.0.0 "
1212
1313 // AppName is the name of the application to use in logging / places that require the artifact
1414 AppName = "stream-replicator"
You can’t perform that action at this time.
0 commit comments