Skip to content

v1.5.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Nov 17:17
· 2 commits to beta since this release
956c466

1.5.0-beta.1 (2025-11-07)

Feature

  • Show new P2P Hybrid info on launch (0ce0ef1)
  • Display the P2P Hybrid status in the UI (8006a5d)
  • configure algod now lets you enable/disable hybrid mode (b7c5f17)

Bug Fixes

  • Correctly identify when the process is running (2d49afe)
  • Handle and report config.json permissions more appropriately on Linux (4ec1ede)
  • We no longer panic if a config file doesn't exist (ac32568)
  • Display the full NODEKIT banner (1893039)
  • Allow start and stop commands to provide a -d directory (2fc0559)
  • Added a short delay when restarting node to prevent failed startups (8de0c47)
  • FindPathToFile will now correctly look for the file (543a603)
  • paths are used correctly regardless of a trailing / or not (39101b4)
  • Identify data directory by genesis.json rather than algod.token (e9cd6de)
  • bootstrap and debug now work with a given data directory (c4f6673)

Chores

  • beta release (956c466)
  • Replace individual file with generic settings.json file (799651e)
  • fix comments (878e3d2)
  • minor typo corrections (62fd7c4)
  • Moved log to ui from internal (5e09fe6)
  • Update tests to work with the P2P status (d088d76)
  • Make InvalidNetwork a package-level error that we can check for (f48475a)
  • Reorder GetDataDir priority: -d -> env -> default (d9fd5ec)
  • Simplify GetDataDir priority: env -> -d -> default (95d6498)
  • Update IsRunning() and IsInitialized() calls to take a path argument (c6e0a29)