Skip to content

Releases: dunderlab/radiant-runtime-bridge

Radiant v0.4.2

30 Mar 21:43

Choose a tag to compare

Bump version to 0.4.2 in `pyproject.toml`

Radiant v0.4.1

15 Feb 00:23

Choose a tag to compare

Radiant v0.4.1

Radiant 0.4.1 is a complete rewrite of the project.

This version introduces a single-file Python runtime bridge that connects
CPython (server-side) with Brython (browser-side), enabling full-stack
applications written entirely in Python.

Breaking Changes

  • Full architectural redesign.
  • Previous project structure and APIs are no longer compatible.
  • New execution model based on BrythonServer.
  • Fresh installation required.

New Core Architecture

  • Unified runtime bridge between CPython and Brython.
  • Single-file application pattern.
  • Embedded HTTP development server.
  • Native view routing system.
  • Built-in REST endpoint decorators (@get, @post).
  • JSON response helper utilities.

Simplified Developer Experience

  • No JavaScript required.
  • Direct DOM manipulation through Python.
  • Minimal setup with pip install radiant-runtime-bridge.
  • Default development server on port 5050.

Scope Clarification

  • Designed for development, testing, and prototyping.
  • Not production-ready without additional hardening.

Radiant 0.4.1 establishes the foundation of the new runtime bridge architecture.
Future releases will evolve from this baseline.