Skip to content

v6.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 13:11

Genie v6.0.0

Diff since v5.35.15

Genie.jl v6.0.0

This major release migrates to HTTP.jl v2 and updates the minimum Julia version requirement.

Breaking Changes

  • Minimum Julia version: Updated from 1.6 to 1.10 (required by HTTP.jl v2)
  • HTTP.jl v2 migration: Migrated from HTTP.jl v1 to v2.1
    • Updated HTTPHeaders to be identical to the newly introduced HTTP.Headers rather than the previous Dict

New Features

  • OrderedCollections v2 support (compat: "1, 2")

Infrastructure

  • Consolidate test dependencies into main Project.toml

Diff since v5.35.15