Please Versions Save

High-performance extensible build system for reproducible multi-language builds.

v17.8.6

2 weeks ago

This is Please v17.8.6

  • Speed up parsing of subrepo-heavy repos (notably go_repo) (#3126)
  • Query commands take subrepos into account (#3124)

v17.8.5

3 weeks ago

This is Please v17.8.5

  • Revert #3111

v17.8.4

1 month ago

This is Please v17.8.4

  • Fix a nil pointer when querying targets with the --arch flag (#3113)
  • Improved output for downloading test outputs (#3112)
  • Only download child dirs for filegroups where necessary (#3111)
  • Minor parse time performance improvements (#3114)

v17.8.3

1 month ago

This is Please v17.8.3

  • Don't re-parse subrepos unnecessarily (#3103)
  • Added some gRPC client metrics (#3104)
  • Add a check in parser on unary operator precedence (#3106)
  • Various third-party library updates (#3097, #3098)

v17.8.2

1 month ago

This is Please v17.8.2

  • Empty values in some .plzconfig sections now correctly generate keys again (#3095)

v17.8.1

1 month ago

This is Please v17.8.1

  • Allow lists to be passed to subinclude() (#3080)
  • plz query inputs now outputs in sorted order, and doesn't output intermediate targets from subrepos (#3073)
  • Some fixes to operator precedence (#3088)
  • Test runs are correctly set for remote execution (#3090)
  • Fix calculation of cache size when using compression (#3055)

v17.8.0

2 months ago

This is Please v17.8.0

  • Add a --ignore_unknown flag to query whatinputs (#3057)
  • Improve somepath --hidden behaviour (#3067)
  • Enable plz build --shell` to work correctly with remote execution and subrepos (#3066) (#3069)
  • subinclude can now take annotated label and list (#2990)

v17.7.0

3 months ago

This is Please v17.7.0

  • Make json() marshal range as a list (#3044)
  • Allow setting PLZ_REPO_ROOT env variable to tell Please where the repo root is (#3046)

v17.6.2

3 months ago

This is Please v17.6.2

  • Performance improvements for clean remote execution builds (#3038)
  • Recognise range type in isinstance (#3040)

v17.6.1

3 months ago

This is Please v17.6.1

  • Only automatically sort tag parameter below name parameter for built-in Please rules (#3036)