Skip to content

Commit

Permalink
Prepare for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Streeter authored and istreeter committed Dec 23, 2020
1 parent c8f4db0 commit af50b94
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Version 1.0.0 (2020-11-??)
--------------------------
Add from URI constructors to emitters (#116)
UUIDProviders for Id and Sync (#112)
Merge the single and batch id-emitters (#142)
Refactor thread usage for the id-emitters (#143)
Add ADT for retry policy on failed http requests (#144)
Add ADT for event queue size policy (#145)
Add a Buffer class (#146)
Add ability to flush Emitter cache (#119)
Use a Action ADT to signal different messages to the Emitter (#147)
Allow subject to be set for specific events (#148)
Add a http4s emitter (#115)
Reduce MetadataSpec's flakiness (#110)
Tracker should not be a case class (#152)
README improvements (#151)
Slf4j to log exceptions in user-supplied callbacks (#153)

Version 0.7.0 (2020-10-23)
--------------------------
Add support for Scala 2.13 (#126)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

lazy val commonSettings = Seq(
organization := "com.snowplowanalytics",
version := "0.7.0",
version := "1.0.0",
scalaVersion := "2.13.3",
crossScalaVersions := Seq("2.12.12", "2.13.3"),
scalacOptions := BuildSettings.compilerOptions(scalaVersion.value),
Expand Down

0 comments on commit af50b94

Please sign in to comment.