Skip to content
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

Prep for 1.15.0.dev0 #7230

Merged
merged 1 commit into from
Feb 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0rc0
1.15.0.dev0
62 changes: 62 additions & 0 deletions src/python/pants/notes/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,68 @@ Master Pre-Releases
This document describes development releases which occur weekly from master, and which have
not undergone the vetting associated with ``stable`` releases.

1.15.0.dev0 (2/8/2019)
----------------------

API Changes
~~~~~~~~~~~

* deprecate implicit usage of binary_mode=True and mode='wb' in dirutil methods (#7120)
`PR #7120 <https://github.com/pantsbuild/pants/pull/7120>`_

* Resolve all platforms from all python targets (#7156)
`PR #7156 <https://github.com/pantsbuild/pants/pull/7156>`_

* Only lint the direct sources of a linted target. (#7219)
`PR #7219 <https://github.com/pantsbuild/pants/pull/7219>`_

New Features
~~~~~~~~~~~~

* Add flag reporting-zipkin-sample-rate (#7211)
`PR #7211 <https://github.com/pantsbuild/pants/pull/7211>`_

* Add flags to prosecc_executor that say where to materialize output and what is output (#7201)
`PR #7201 <https://github.com/pantsbuild/pants/pull/7201>`_

Bugfixes
~~~~~~~~

* Do not render the coursier workunit unless it will run. (#7218)
`PR #7218 <https://github.com/pantsbuild/pants/pull/7218>`_

* Output non-empty digest for empty directory as output_directories when running ExecuteProcessRequest (#7208)
`PR #7208 <https://github.com/pantsbuild/pants/pull/7208>`_

Documentation
~~~~~~~~~~~~~

* documentation for grpcio (#7155)
`PR #7155 <https://github.com/pantsbuild/pants/pull/7155>`_

Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Make Resettable lazy again (#7222)
`PR #7222 <https://github.com/pantsbuild/pants/pull/7222>`_

* fix _raise_deferred_exc() (#7008)
`PR #7008 <https://github.com/pantsbuild/pants/pull/7008>`_

* Skip flaky test (#7209)
`PR #7209 <https://github.com/pantsbuild/pants/pull/7209>`_

* Only run master-dependent commithooks on master (#7214)
`PR #7214 <https://github.com/pantsbuild/pants/pull/7214>`_

* Revert "make GoTest subclass PartitionedTestRunnerTaskMixin to test transitively" (#7212)
`PR #7212 <https://github.com/pantsbuild/pants/pull/7212>`_

* Absolute-ify GIT_DIR (#7210)
`PR #7210 <https://github.com/pantsbuild/pants/pull/7210>`_

* Fix release script ownership check command name. (#7204)
`PR #7204 <https://github.com/pantsbuild/pants/pull/7204>`_

1.14.0rc0 (2/01/2019)
---------------------
Expand Down