Skip to content

Commit 0430a42

Browse files
authored
Update changelog for 0.12.15 (#1382)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Fixed handling of annotations on type variables in returns and fields * Improved dataflow recursion detection accuracy * Enhanced dataflow analysis for lambda bodies in generic methods * Corrected documentation URL for RequireExplicitNullMarking checker * **New Features** * Introduced BOM artifact for simplified dependency management * **Chores** * Updated internals for improved maintainability <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent f4f03c0 commit 0430a42

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
Version 0.12.15
5+
---------------
6+
7+
NullAway now includes a BOM artifact `com.uber.nullaway:nullaway-bom`. Otherwise, this release contains a few bug
8+
fixes and improvements to JSpecify support.
9+
10+
* Fix URL for RequireExplicitNullMarking checker (#1369)
11+
* Handle annotations on type variables in return and field types (#1371)
12+
* Change how recursive calls to dataflow are detected (#1374)
13+
* JSpecify: use type on identifier when its type is a type variable (#1378)
14+
* Include method type parameters in astubx files. by @haewiful (#1370)
15+
* Create nullaway-bom project (#1130) by @lpireyn (#1380)
16+
* Run dataflow analysis on bodies of lambdas passed to generic methods (#1375)
17+
* Maintenance
18+
- Remove BaseNoOpHandler and replace with default methods in Handler (#1376)
19+
420
Version 0.12.14
521
---------------
622

0 commit comments

Comments
 (0)