Skip to content

Latest commit

 

History

History
111 lines (61 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

111 lines (61 loc) · 4.71 KB

[Unreleased]

[0.12.0] - 2024-09-06

  • Add wal command (alxvernier)
  • Support configuration of custom systemctl status command (rossta)
  • Fix litestream showing as "not running" in Docker (AxelTheGerman) Update config example in README (jgsheppa)

[0.11.2] - 2024-09-06

  • Simplify the getters to not use memoization

[0.11.1] - 2024-09-06

  • Ensure the litestream initializer handles nils

[0.11.0] - 2024-06-21

[0.10.5] - 2024-06-21

  • Fix Litestream.replicate_process for systemd (@rossta)

[0.10.4] - 2024-06-21

  • Make engine available in published gem pkg (@rossta)

[0.10.3] - 2024-06-10

  • Loading Rake tasks in the engine has them execute twice, so remove

[0.10.2] - 2024-06-10

  • Fix whatever weird thing is up with "e.g." breaking the Rake task descriptions

[0.10.1] - 2024-05-05

  • Ensure verify! reports the database that failed and returns true if verification passes (@fractaledmind)

[0.10.0] - 2024-05-05

  • Remove the verification command and Rake task and replace with a better Litestream.verify! method (@fractaledmind)
  • Add a mountable engine for a web dashboard overview of the Litestream process (@fractaledmind)
  • Add a Puma plugin (@zachasme)

[0.9.0] - 2024-05-04

  • Improve the verification task by exiting with a proper status code and printing out a more clear message (@fractaledmind)

[0.8.0] - 2024-05-02

  • Improve the verification task by returning number of tables, indexes, and rows (@fractaledmind)

[0.7.2] - 2024-05-02

  • Ensure that the Logfmt gem is available to parse the Litestream command output

[0.7.1] - 2024-05-02

  • Fix typo in executing Litestream commands

[0.7.0] - 2024-05-02

  • Commands return parsed Litestream output or error if Litestream errors (@fractaledmind)

[0.6.0] - 2024-04-30

  • Don't provide a default output for the restore command, only for the verify command (@fractaledmind)
  • Remove a typo from upstream.rb (@skatkov)

[0.5.5] - 2024-04-30

  • Fix bug with forwarding arguments to the Rake tasks being symbols when passed to exec (@fractaledmind)

[0.5.4] - 2024-04-18

[0.5.3] - 2024-04-17

  • Fix bug with Rake tasks not handling new kwarg method signatures of commands

[0.5.2] - 2024-04-17

[0.5.1] - 2024-04-17

[0.5.0] - 2024-04-17

  • Add a restore command (@fractaledmind)
  • Ensure that the #replicate method only sets unset ENV vars and doesn't overwrite them (@fractaledmind)

[0.4.0] - 2024-04-12

  • Generate config file with support for multiple databases (@fractaledmind)

[0.3.3] - 2024-01-06

  • Fork the Litestream process to minimize memory overhead (@supermomonga)

[0.1.0] - 2023-12-11

  • Initial release