Skip to content

9.0.0

Compare
Choose a tag to compare
@fajpunk fajpunk released this 09 Jul 14:13
· 91 commits to main since this release
5ca7dc4

Backwards-incompatible changes

  • The existing refresh functionality is now a GitHub app integration (from a simple webhook integration). This requires new Phalanx secrets to be sync'd, and a new GitHub app to be added to repos that want the functionality.

New features

  • A GitHub app integration to generate GitHub actions checks for commits pushed to notebook repo branches that are part of active PRs. These checks trigger and report on a solitary Mobu run of the changed notebooks in the commit. Special care has been taken to not leave these checks in a forever-in-progress state, even in the case of (graceful) mobu shutdown/restart.

Other changes

  • Python 3.12.3 -> 3.12.4

What's Changed

Full Changelog: 8.1.0...9.0.0