tag:github.com,2008:https://github.com/gauravgcet/DataflowJavaSDK/releases Release notes from DataflowJavaSDK 2016-01-22T01:49:37Z tag:github.com,2008:Repository/51831660/v1.4.0 2016-01-22T01:49:37Z v1.4.0: Fixes a bug in custom unbounded readers <p>Custom unbounded readers are read in bundles of at most<br> 10k elements or 10 seconds. A recent change accidentally removed<br> the 10k element limit. This change reintroduces it and<br> adds a test.</p> <h2>The previous test also was passing vacuously because<br> the iteration limit was incorrect (it would always<br> have only one iteration).<br> ----Release Notes----<br> []</h2> <p>Created by MOE: <a href="https://github.com/google/moe">https://github.com/google/moe</a><br> MOE_MIGRATED_REVID=112723469</p> jkff tag:github.com,2008:Repository/51831660/v1.3.0 2015-12-03T19:43:25Z v1.3.0: Occasionally compact combined state on write. <p>This is needed to avoid arbitrarily large blowup<br> for many-element windows. Now, with a fixed<br> probability (currently 0.2%) when writing the state,<br> instead of doing a blind write we read in all<br> accumulated values, combine, and replace everything<br> with the final combined value.</p> <h2>----Release Notes----<br> []</h2> <p>Created by MOE: <a href="https://github.com/google/moe">https://github.com/google/moe</a><br> MOE_MIGRATED_REVID=109239045</p> robertwb tag:github.com,2008:Repository/51831660/v1.2.1 2015-10-21T19:45:07Z v1.2.1: Version management <p>Declare version 1.2.0. Prepare for version 1.2.1.</p> <h2>----Release Notes----<br> []</h2> <p>Created by MOE: <a href="https://github.com/google/moe">https://github.com/google/moe</a><br> MOE_MIGRATED_REVID=104700491</p> davorbonaci tag:github.com,2008:Repository/51831660/v1.2.0 2015-10-05T21:19:03Z v1.2.0: Handle exceptions from within the SDK while processing work <p>The DataflowWorkerHarness when processing work wasn't handling<br> general exceptions from being thrown causing the processing<br> threads to all die leaving a zombie worker.<br> ----Release Notes----</p> <h2>[]</h2> <p>Created by MOE: <a href="https://github.com/google/moe">https://github.com/google/moe</a><br> MOE_MIGRATED_REVID=104664789</p> lukecwik tag:github.com,2008:Repository/51831660/v1.1.0 2015-09-15T19:02:23Z v1.1.0: Updates dependency google-api-services-datastore-protobuf. <p>----Release Notes----<br> Updating dependency google-api-services-datastore-protobuf from v1beta2-rev1-2.1.2 to v1beta2-rev1-3.0.2.</p> <h2>[]</h2> <p>Created by MOE: <a href="https://github.com/google/moe">https://github.com/google/moe</a><br> MOE_MIGRATED_REVID=103114238</p> chamikaramj tag:github.com,2008:Repository/51831660/v1.0.0 2015-08-12T13:50:51Z v1.0.0: Dataflow GA: update GitHub's README.md to remove Beta language <h2>----Release Notes----<br> []</h2> <p>Created by MOE: <a href="http://code.google.com/p/moe-java" rel="nofollow">http://code.google.com/p/moe-java</a><br> MOE_MIGRATED_REVID=100331508</p> davorbonaci tag:github.com,2008:Repository/51831660/v0.4.20150727 2015-07-27T20:19:22Z v0.4.20150727: Move GroupByKey validation into validate method <p>----Release Notes----<br> Re-enabled verification of GroupByKey usage. Specififically, the key<br> must have a deterministic coder and using GroupByKey with an Unbounded<br> PCollection requires windowing or triggers.</p> <h2>[]</h2> <p>Created by MOE: <a href="http://code.google.com/p/moe-java" rel="nofollow">http://code.google.com/p/moe-java</a><br> MOE_MIGRATED_REVID=99194010</p> gauravgcet tag:github.com,2008:Repository/51831660/v0.4.20150710 2015-07-16T20:30:55Z v0.4.20150710 <p>Version 0.4.20150710</p> davorbonaci tag:github.com,2008:Repository/51831660/v0.4.20150602 2015-06-01T18:54:06Z v0.4.20150602: Change ExpectedLogs to include better stack-traces <p>Also add support for verifying the absence of a message.</p> <p>----Release Notes----</p> <h2>[]</h2> <p>Created by MOE: <a href="http://code.google.com/p/moe-java" rel="nofollow">http://code.google.com/p/moe-java</a><br> MOE_MIGRATED_REVID=94922273</p> gauravgcet tag:github.com,2008:Repository/51831660/v0.4.20150414 2015-04-16T12:02:16Z v0.4.20150414 <p>Update README.md for Beta</p> davorbonaci