Skip to content

Commit

Permalink
Release 6.0.0-pre.20220127.1 (2022-02-02)
Browse files Browse the repository at this point in the history
Baseline: c17f1b7

This release contains contributions from many people at Google, as well as Bohdan Vanieiev, Keith Smiley, Zhongpeng Lin.
  • Loading branch information
Bazel Release System authored and fweikert committed Feb 2, 2022
1 parent c17f1b7 commit bd92a66
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## Release 6.0.0-pre.20220127.1 (2022-02-02)

```
Baseline: c17f1b7f9b93bf034046d0973bf2b7e9a64815bf
```

This release contains contributions from many people at Google, as well as Bohdan Vanieiev, Keith Smiley, Zhongpeng Lin.

## Release 6.0.0-pre.20220123.2 (2022-01-28)

```
Baseline: e2abe2b519fe86b213d822c1fadd7a51d6d3a3f6
```

Incompatible changes:

- Error Prone now checks for unused return values of additional
methods on `java.lang.Object`, which can be disabled using
`--javacopts=-Xep:ReturnValueIgnored:OFF`
- Error Prone now checks for unused return values of additional
methods on `java.lang.Object`, which can be disabled using
`--javacopts=-Xep:ReturnValueIgnored:OFF`

Important changes:

- provider() has a new parameter: init, a callback for performing
pre-processing and validation of field values. Iff this parameter
is set,
provider() returns a tuple of 2 elements: the usual provider
symbol (which,
when called, invokes init) and a raw constructor (which bypasses
init).

This release contains contributions from many people at Google, as well as Chad Miller, Christopher Sauer, dmaclach, floriographygoth, jheaff1, juanchoviedo, Keith Smiley, Oscar Bonilla, Paul Tarjan, Ulrik Falklof, Zhongpeng Lin.

## Release 6.0.0-pre.20220112.2 (2022-01-19)

```
Expand Down

0 comments on commit bd92a66

Please sign in to comment.