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

Prepare 2.2.0.dev0 #11239

Merged
merged 3 commits into from
Nov 25, 2020
Merged

Prepare 2.2.0.dev0 #11239

merged 3 commits into from
Nov 25, 2020

Conversation

Eric-Arellano
Copy link
Contributor

Internal only changes:

  • Rewrite changelog helper to Python and use markdown for changelog (#11224)

  • Update to nails 0.8.0. (#11226)

  • upgrade to Rust v1.48.0 (#11210)

  • Move Session to its own file. (#11222)

  • Port InteractiveProcess to Tokio to unblock async interruption (#11219)

  • Add ./cargo script to facilitate Rust development (#11218)

  • Add partition metadata (#11212)

  • Hotfix unbound $PY variable breaking cargo script (#11209)

  • Remove dataclasses backport (#11208)

  • Stop using Python 3.6 internally and in CI (#11175)

  • Update to tokio 0.2.23. (#11200)

  • Add test address metadata (#11193)

  • Port more tests from TestBase to RuleRunner (#11183)

  • acquire GIL during work unit conversion (#11186)

  • Add counter metrics for remote execution (#11155)

  • add metrics to local cache code paths (#11146)

  • Deprecate the sources field for python_awslambda (#11176)

  • Make S3 bucket expiry deletion handling robust. (#11156)

  • Detect delete markers in our s3 cache of native_engine.so. (#11140)

  • Fix target globs for deleted file pants_run_integration_test.py. (#11127)

  • Deduplicate Platform and PlatformConstraint (#11157)

  • move counter increment into check_action_cache (#11154)

  • Replace the "base target" concept with "BUILD targets" (#11136)

  • Re-land the port of Pants' nailgun client to Rust (#11147)

  • Flatten execution and target PlatformConstraints in MultiPlatformProcess (#11145)

  • Prepare 2.1.0rc2 (#11180)

  • Prepare 2.1.0rc1 (#11144)

  • Prepare 2.0.1rc0 (#11141)

  • Prepare 2.0.1rc2 (#11220)

  • Prepare 2.1.1rc0 (#11221)

  • Prepare 2.1.0 (#11198)

  • Prepare 2.0.1rc1 (#11192)

  • Prepare 2.1.0rc3 (#11191)

[ci skip-rust]

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]
Copy link
Contributor Author

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notes on internal only changes:

Add counter metrics for remote execution (#11155)
add metrics to local cache code paths (#11146)

Should this be documentation?

Deprecate the sources field for python_awslambda (#11176)

This got reverted. Users never hit the deprecation in the wild, so it's noisy to include.

Replace the "base target" concept with "BUILD targets" (#11136)

Maybe documentation? But it only impacts our own code and comments.

Prepare 2.* (#11180)

I think these are noisy to include in the changelog. It doesn't really impact a user in any way.

Copy link
Member

@stuhood stuhood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -0,0 +1,59 @@
# 2.1.x Stable Releases
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.2.x

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]
@tdyas
Copy link
Contributor

tdyas commented Nov 24, 2020

Notes on internal only changes:

Add counter metrics for remote execution (#11155)
add metrics to local cache code paths (#11146)

Should this be documentation?

We haven't documented any of the counters yet. Probably okay to still consider internal.

We decided it's worth landing this, even though it will slow things down.

[ci skip-rust]
[ci skip-build-wheels]
@Eric-Arellano Eric-Arellano merged commit aa0f8ee into pantsbuild:master Nov 25, 2020
@Eric-Arellano Eric-Arellano deleted the prep-22 branch November 25, 2020 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants