Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Aug 12, 2022
1 parent 9c97c0e commit 649e979
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Version 1.0.0 (2022-08-15)
--------------------------
Refactor v1 release filters (#192)
Remove support for GCP auth via env vars (#181)
Bump dependencies (#120)
Fix import order (#175)
Allow env var configuration of updated transformation config (#174)
Fix typo in statsd reporting (#158)
Cleanup Makefile (#112)
Make setting of EventHub Partition Key configurable (#148)
Fix latency reporting with no transformations (#108)
Rationalise transformations and transformation config (#169)
Resolve CI caching errors (#164)
Bump to Go 1.18 (#163)
Bump analytics SDK version to v0.3.0 (#131)
Fix bug in makefile that prevents integration-down from completing (#162)
Revamp unit testing project-wide (#129)
Make anything that doesn't need to be exported private (#111)
Add custom transformation layer (#146)
Fail tests on NewConfig error (#145)
Remove AWS Lambda and GCP Cloudfunctions builds (#140)
Add telemetry (#124)
Extend filtering to use custom data (#176)
Use Snyk test to block release if there are vulnerabilities (#119)
Clean up tls configuration (#177)
Allow configuration from a file (#105)

Version 0.8.1 (2022-06-07)
--------------------------
Update Sarama package to 1.34 for kafka v3 (#133)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ Unauthorized copying of this project via any medium is strictly prohibited.

Copyright (c) 2020-2022 Snowplow Analytics Ltd. All rights reserved.

[release-image]: http://img.shields.io/badge/golang-0.8.1-6ad7e5.svg?style=flat
[release-image]: http://img.shields.io/badge/golang-1.0.0-6ad7e5.svg?style=flat
[releases]: https://github.com/snowplow-devops/stream-replicator/releases/
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
1.0.0
2 changes: 1 addition & 1 deletion cmd/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package cmd

const (
// AppVersion is the current version of the replicator
AppVersion = "0.8.1"
AppVersion = "1.0.0"

// AppName is the name of the application to use in logging / places that require the artifact
AppName = "stream-replicator"
Expand Down

0 comments on commit 649e979

Please sign in to comment.