Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Jun 20, 2023
1 parent ab45da4 commit 4068d5d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.4.0 (2023-05-26)
--------------------------
Use fs2Pubsub 0.22 (close #50)
Make event frequencies configurable (#40)
Populate event_name fields from unstructured event (#24)
Add randomised Seed option (#34)
Add Kinesis sink (#21)
Count generated entities (#33)
Add pubsub sink (#41)
Add AWS region configuration (#45)

Version 0.3.1 (2022-11-08)
--------------------------
Ensure HEAD requests don't have a body (#29)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ We provide [a command line tool](#quickstart-cli) to output events to a file, an

## Quickstart CLI

Download the [executable from github](https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.3.1/snowplow-event-generator-0.3.1.tar.gz). You need java installed to run it.
Download the [executable from github](https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.4.0/snowplow-event-generator-0.4.0.tar.gz). You need java installed to run it.

```bash
wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.3.1/snowplow-event-generator-0.3.1.tar.gz
tar -xzf snowplow-event-generator-0.3.1.tar.gz
wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.4.0/snowplow-event-generator-0.4.0.tar.gz
tar -xzf snowplow-event-generator-0.4.0.tar.gz
```

And start generating events in your `my-events` directory:
Expand Down Expand Up @@ -150,7 +150,7 @@ All fields in the configuration file are optional:
Core is a scala library for generating snowplow events.

```
libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.3.1" % Test
libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.4.0" % Test
```

```scala
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.8.2

0 comments on commit 4068d5d

Please sign in to comment.