Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.78 KB

CHANGES.md

File metadata and controls

56 lines (38 loc) · 2.78 KB

Current version (not yet released; still in development)

Highlights

  • New highly anticipated feature X added to Python SDK (BEAM-X).
  • New highly anticipated feature Y added to JavaSDK (BEAM-Y).

I/Os

  • Python SDK: Adds support for standard HDFS URLs (with server name). (#10223).
  • Support for X source added (Java/Python) (BEAM-X).

New Features / Improvements

  • X feature added (Java/Python) (BEAM-X).
  • Added a PTransform for inspection and deidentification of text using Google Cloud DLP. (Python) (BEAM-9258)

Breaking Changes

  • ReadFromPubSub(topic=) in Python previously created a subscription under the same project as the topic. Now it will create the subscription under the project specified in pipeline_options. If the project is not specified in pipeline_options, then it will create the subscription under the same project as the topic. (BEAM-3453).
  • SpannerAccessor in Java is now package-private to reduce API surface. SpannerConfig.connectToSpanner has been moved to SpannerAccessor.create. (BEAM-9310).

Deprecations

  • X behavior is deprecated and will be removed in X versions (BEAM-X).

Bugfixes

  • Fixed X (Java/Python) (BEAM-X).
  • Fixed exception when running in IPython notebook (Python) (BEAM-X9277).

Known Issues

[2.19.0] - 2020-01-31

  • For versions 2.19.0 and older release notes are available on Apache Beam Blog.