Skip to content

Commit e08611e

Browse files
committed
Prepared for release
1 parent 4209baf commit e08611e

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
Version 0.8.1 (2022-06-07)
229
--------------------------
330
Update Sarama package to 1.34 for kafka v3 (#133)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ Unauthorized copying of this project via any medium is strictly prohibited.
6060

6161
Copyright (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/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1
1+
1.0.0

cmd/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package cmd
88

99
const (
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"

0 commit comments

Comments
 (0)