Skip to main content

v0.0.67

Summary

This release separates OpenID provider types to support further GitHub integrations (like GitHub Actions) by renaming GitHub to GitHubAuth in the provider enum and introducing a new OpenIdDelegationProvider enum that explicitly defines which providers can authenticate users.

This is a breaking change and therefore required the Console and Observatory state to be patched. Given the support for GitHub was introduced last week (in release v66) and is not yet rolled out in the ecosystem - in the Satellites - it felt like this was the appropriate time to introduce this cleaner architetucal separation.

[!NOTE] This release has migration purposes for the Console and Observatory and does not impact your projects.

Overview

ModuleVersionBreaking changes
Consolev0.4.0
Observatoryv0.5.0

What's Changed

Full Changelog: https://github.com/junobuild/juno/compare/v0.0.66...v0.0.67