Release: 0.19.1 – REPL Fixes

Released

This patch release focuses on improvements to the REPL, error suppression, and stability of temporary directories. It also introduces a new symbol feature, alongside additional tests and a reversion of a recent internal refactor for safety.

🥇 New features

  • Added symbol support for symbol type creation and manipulation #859

🐛 Bug fixes

  • Fixed REPL require behavior to avoid breaking evaluation #863
  • Fixed warning triggers in RequireEvaluatorTest #864
  • Suppressed notice when falling back to the system temp dir #867
  • Ensured temporary directories are created without restrictive umask #872

⚙️ Miscellaneous

  • Reverted internal refactor of NamespaceExtractor and DependenciesForNamespace to ensure stability #868
  • Added more REPL tests for improved coverage and reliability #870

👥 Contributors

@Chemaclass @jasalt

Full Changelog: v0.19.0…v0.19.1

Downloads


View release on GitHub