Release 1.4.0

New Features

  • The Gazelle plugin is marked stable for general use (#400, #424)

Other Notable Changes

  • copy_file/copy_directory again allow sandboxing (#392)

Contributors Alexandre Rostovtsev, Nick Gooding, Simon Stewart, Xùdōng Yáng

Release 1.3.0

New Features

  • Added dicts.omit and dicts.pick (#304)
  • Added expand_template rule (#330)
  • Added subpackages module (#348)
  • Added copy_directory rule (#366)
  • Added bzlmod support (#385)

Incompatible Changes

  • native_binary and native_test now use symlinks instead of copying, if the OS supports it (#340)
  • native_binary and native_test now build in target configuration instead of host configuration (#341)
  • copy_file no longer adds non-executables to default_runfiles (#326)

Contributors

Alex Eagle, Alexandre Rostovtsev, Barry McNamara, Derek Cormier, Fabian Meumertzheim, Geoffrey Martin-Noble, hchsiao, Kevin Kres, nickgooding, Vertexwahn, Vinh Tran

Release 1.2.1

Bugfix release: fixes build failure with --incompatible_disallow_empty_glob (#359)

Contributors

Alexandre Rostovtsev, Ivo List

Release 1.2.0

New Features

  • The unittest toolchain has better support for special characters in failure messages (#320)
  • Use portable Bash shebangs for BSD compatibility (#329)
  • Add loadingtest - tests which evaluate during the loading phase (#347)
  • Add doc parameter to analysistest.make, allowing analysis tests to be documented in a Stardoc-friendly way (#343, #352)

Contributors

Alexandre Rostovtsev, Geoffrey Martin-Noble, Kevin Kress, Samuel Freilich, UebelAndre, Yesudeep Mangalapilly

Release 1.1.1 (initially tagged as 1.1.0)

New Features

  • Gazelle: support relative imports (#271) and imports from @bazel_tools (#273)
  • Add partial.is_instance() (#276)
  • Allow unittest.suite() to accept partial calls of test rules (#276)
  • Allow specifying additional aspects to target under test in analysistest.make() (#299)
  • Add Windows support for build_test (#302)

Incompatible Changes

  • structs.to_dict() ignores deprecated to_json()/to_proto() methods (#295)

Contributors

aiuto, alandonovan, Alex Eagle, Alexandre Rostovtsev, Andrew Z Allen, c-parsons, Christopher Sauer, Daniel Wagner-Hall, David Sanderson, dmaclach, Laurent Le Brun, Mansur, Olek Wojnar, Philipp Wollermann, River, Samuel Giddins, Thaler Benedek

Release 1.0.3

Significant Changes

  • Move Gazelle extension to //gazelle/bzl and change package name
  • Stop depending on rules_pkg through the federation. (#259)
  • copy_file: Add parameter to allow symlinks (#252)
  • Create Gazelle language for Starlark (#251)
  • Create a helper rule (select_file) for selecting a file from outputs of another rule (#233)

Incompatible Changes

  • Remove links to maprules (#213)
  • Remove old_sets.bzl (#231) It has been deprecated for a while, the code is not really compatible with Bazel depset-related changes.

Contributors Andrew Z Allen, Bocete, Bor Kae Hwang, irengrig, Jay Conrod, Jonathan B Coe, Marc Plano-Lesay, Robbert van Ginkel, Thomas Van Lenten, Yannic

Release 1.0.0

Incompatible Changes

  • @bazel_skylib//:lib.bzl is removed. You now must specify specific modules via @bazel_skylib//lib:.bzl.
  • maprule.bzl is removed.

New Features

  • Added types.is_set() to test whether an arbitrary object is a set as defined by sets.bzl.

Release 0.9.0

New Features

This release is tested with Bazel 0.28