-
Notifications
You must be signed in to change notification settings - Fork 124
Add Beam 2.7.0 release blog post #570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,76 @@ | ||
| --- | ||
| layout: post | ||
| title: "Apache Beam 2.7.0" | ||
| date: 2018-10-03 00:00:01 -0800 | ||
| excerpt_separator: <!--more--> | ||
| categories: blog | ||
| authors: | ||
| - ccy | ||
|
|
||
| --- | ||
| <!-- | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
|
|
||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. | ||
| --> | ||
|
|
||
| We are happy to present the new 2.7.0 release of Beam. This release includes both improvements and new functionality. | ||
| See the [download page](https://beam.apache.org/get-started/downloads/#270-2018-10-02) for this release.<!--more--> | ||
| For more information on changes in 2.7.0, check out the | ||
| [detailed release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12343654). | ||
|
|
||
| ## New Features / Improvements | ||
|
|
||
| ### New I/Os | ||
|
|
||
| * KuduIO | ||
| * Amazon SNS sink | ||
| * Amazon SqsIO | ||
|
|
||
| ### Dependency Upgrades | ||
|
|
||
| * Apache Calcite dependency upgraded to 1.17.0 | ||
| * Apache Derby dependency upgraded to 10.14.2.0 | ||
| * Apache HTTP components upgraded (see release notes). | ||
|
|
||
| ### Portability | ||
|
|
||
| * Experimental support for Python on local Flink runner for simple | ||
| examples, see latest information here: | ||
| https://beam.apache.org/contribute/portability/#status. | ||
|
|
||
| ## Miscellaneous Fixes | ||
|
|
||
| ### I/Os | ||
|
|
||
| * KinesisIO, fixed dependency issue | ||
|
|
||
| ## List of Contributors | ||
|
|
||
| According to git shortlog, the following 72 people contributed | ||
| to the 2.7.0 release. Thank you to all contributors! | ||
|
|
||
| Ahmet Altay, Alan Myrvold, Alexey Romanenko, Aljoscha Krettek, | ||
| Andrew Pilloud, Ankit Jhalaria, Ankur Goenka, Anton Kedin, Boyuan | ||
| Zhang, Carl McGraw, Carlos Alonso, cclauss, Chamikara Jayalath, | ||
| Charles Chen, Cory Brzycki, Daniel Oliveira, Dariusz Aniszewski, | ||
| devinduan, Eric Beach, Etienne Chauchot, Eugene Kirpichov, Garrett | ||
| Jones, Gene Peters, Gleb Kanterov, Henning Rohde, Henry Suryawirawan, | ||
| Holden Karau, Huygaa Batsaikhan, Ismaël Mejía, Jason Kuster, Jean- | ||
| Baptiste Onofré, Joachim van der Herten, Jozef Vilcek, jxlewis, Kai | ||
| Jiang, Katarzyna Kucharczyk, Kenn Knowles, Krzysztof Trubalski, Kyle | ||
| Winkelman, Leen Toelen, Luis Enrique Ortíz Ramirez, Lukasz Cwik, | ||
| Łukasz Gajowy, Luke Cwik, Mark Liu, Matthias Feys, Maximilian Michels, | ||
| Melissa Pashniak, Mikhail Gryzykhin, Mikhail Sokolov, mingmxu, Norbert | ||
| Chen, Pablo Estrada, Prateek Chanda, Raghu Angadi, Ravi Pathak, Reuven | ||
| Lax, Robert Bradshaw, Robert Burke, Rui Wang, Ryan Williams, Sindy Li, | ||
| Thomas Weise, Tim Robertson, Tormod Haavi, Udi Meiri, Vaclav Plajt, | ||
| Valentyn Tymofieiev, xiliu, XuMingmin, Yifan Zou, Yueyang Qiu. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add this link to the downloads page too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.