diff --git a/CHANGES b/CHANGES index 7b4002c91..57f2d1c73 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,20 @@ as it is included in Scoorge's user's guide. 3.x ----- +3.12.3 +~~~~~ + +- scrooge: add the thrift root to the list of includes for scrooge +- scrooge: Automatically whitelist all idl jar dependencies +- scrooge: fixed issue when default value is enum from other namespace where namespace is missing in generated code +- scrooge: Update mustache to 0.8.13 +- scrooge: update util to 6.12.0 +- scrooge: update finagle to 6.12.1 +- scrooge: update util to 6.12.1 +- scrooge: add extra fields to generated companion object for reflection use +- scrooge: capture unknown union values as its own value (THRIFT-99) +- scrooge: Update scrooge to remove date from Generated annotation so generated code is reproducible. + 3.12.2 ~~~~~ diff --git a/pom.xml b/pom.xml index daef02e0a..f3e0751c0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.twitter scrooge pom - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT artifactory-release diff --git a/project/Build.scala b/project/Build.scala index a1ab98143..3da746eba 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -4,7 +4,7 @@ import com.typesafe.sbt.SbtSite.site import com.typesafe.sbt.site.SphinxSupport.Sphinx object Scrooge extends Build { - val libVersion = "3.12.2" + val libVersion = "3.12.3" val utilVersion = "6.12.1" val finagleVersion = "6.12.1" diff --git a/scrooge-benchmark/pom.xml b/scrooge-benchmark/pom.xml index 41b82b93f..bd564cc77 100644 --- a/scrooge-benchmark/pom.xml +++ b/scrooge-benchmark/pom.xml @@ -4,7 +4,7 @@ com.twitter scrooge-benchmark jar - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT com.twitter scala-parent-292 @@ -19,7 +19,7 @@ com.twitter scrooge-runtime - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT @@ -30,7 +30,7 @@ com.twitter scrooge-generator - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT com.twitter diff --git a/scrooge-core/pom.xml b/scrooge-core/pom.xml index 429925e31..16422bec6 100644 --- a/scrooge-core/pom.xml +++ b/scrooge-core/pom.xml @@ -4,7 +4,7 @@ com.twitter scrooge-core jar - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT com.twitter scala-parent-292 diff --git a/scrooge-generator/pom.xml b/scrooge-generator/pom.xml index 394ec641f..1ed632e54 100644 --- a/scrooge-generator/pom.xml +++ b/scrooge-generator/pom.xml @@ -4,7 +4,7 @@ com.twitter scrooge-generator jar - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT com.twitter scala-parent-292 @@ -20,7 +20,7 @@ com.twitter scrooge-runtime - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT test diff --git a/scrooge-maven-plugin/pom.xml b/scrooge-maven-plugin/pom.xml index b0dc1c559..b25bf2209 100644 --- a/scrooge-maven-plugin/pom.xml +++ b/scrooge-maven-plugin/pom.xml @@ -5,7 +5,7 @@ scrooge-maven-plugin maven-plugin scrooge-maven-plugin - 3.12.2 + 3.12.3 2.0.6 @@ -217,7 +217,7 @@ com.twitter scrooge-generator_2.9.2 - 3.12.2 + 3.12.3 diff --git a/scrooge-ostrich/pom.xml b/scrooge-ostrich/pom.xml index 14669a466..481e998e2 100644 --- a/scrooge-ostrich/pom.xml +++ b/scrooge-ostrich/pom.xml @@ -4,7 +4,7 @@ com.twitter scrooge-ostrich jar - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT com.twitter scala-parent-292 diff --git a/scrooge-runtime/pom.xml b/scrooge-runtime/pom.xml index ead464a8d..a7e651175 100644 --- a/scrooge-runtime/pom.xml +++ b/scrooge-runtime/pom.xml @@ -4,7 +4,7 @@ com.twitter scrooge-runtime jar - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT com.twitter scala-parent-292 @@ -20,7 +20,7 @@ com.twitter scrooge-core - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT com.twitter diff --git a/scrooge-serializer/pom.xml b/scrooge-serializer/pom.xml index 580cde265..1fc4a5b8b 100644 --- a/scrooge-serializer/pom.xml +++ b/scrooge-serializer/pom.xml @@ -4,7 +4,7 @@ com.twitter scrooge-serializer jar - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT com.twitter scala-parent-292 @@ -35,7 +35,7 @@ com.twitter scrooge-core - 3.12.3-SNAPSHOT + 3.12.4-SNAPSHOT