Skip to content

Releases: jonahsnider/doglog

v2027.1.0

31 May 03:13
100f987

Choose a tag to compare

2027.1.0 (2026-05-31)

Features

  • remove DogLog.time() for commands (66a5c94), closes #183

v2027.0.0

28 May 06:38
b9fdd92

Choose a tag to compare

2027.0.0 (2026-05-28)

⚠ BREAKING CHANGES

  • remove ntPublish and captureNt options
  • update to WPILib 2027 (#99)

Features

Bug Fixes

  • fix DogLogOptions Javadoc (0dd28a2)
  • make all config operations thread safe (#177) (8aa041e)

v2026.5.0

11 Feb 05:58
0d97967

Choose a tag to compare

2026.5.0 (2026-02-11)

Features

  • gracefully handle WPILib's broken struct generation for enums (ace84eb)

v2026.4.0

25 Jan 08:54
64910c4

Choose a tag to compare

2026.4.0 (2026-01-25)

Features

  • add tunable double arrays (0fc4622)

v2026.3.1

20 Jan 18:17
1216ce6

Choose a tag to compare

2026.3.1 (2026-01-20)

Bug Fixes

  • register Commands as composed once in DogLog.time() (#153) (4a20e0c)

v2026.3.0

13 Jan 18:44
eb3b05f

Choose a tag to compare

2026.3.0 (2026-01-13)

Features

  • support forced NetworkTables publishing for some logs (#150) (ef44414)

v2026.2.0

09 Jan 04:30
ba5b948

Choose a tag to compare

2026.2.0 (2026-01-09)

Features

  • update to stable release of WPILib 2026 (#147) (9c2bb1e)

v2026.1.0

23 Dec 01:48
3c65c0f

Choose a tag to compare

2026.1.0 (2025-12-23)

Features

  • add logging of enums and records using StructGenerator (#146) (98653a5)

Bug Fixes

  • provide timestamp when updating datalog unit metadata (de590f4)

v2026.0.1

19 Nov 07:25
201c144

Choose a tag to compare

2026.0.1 (2025-11-19)

Bug Fixes

  • change frcYear to 2026beta (a38ff20)

v2026.0.0

19 Nov 07:17
9713409

Choose a tag to compare

2026.0.0 (2025-11-19)

⚠ BREAKING CHANGES

  • update to WPILib 2026 (#139)

Features