Changelog of @hackage/ihp 1.4.1

v1.4.1

  • ihp-{openai,sitemap}: increase base bounds from 4.20 => 4.22
  • fix migrate package
  • use Data.Text qualified in IHP.NameSupport to fix build with text-2.1.2
  • Drop 'Default Bool' instance for data-default >= 0.8

v1.4.0

Highlights

  • 🚀 Improved Dev Server: faster, more reliable reloads without race conditions.
  • 📦 Ecosystem split: IHP now modular (ihp-ide, ihp-ssc, ihp-migrate, ihp-sitemap).
  • 🔧 New helpers: createRecordDiscardResult, copyRecord, queryUnionList, orderByAscJoinedTable.
  • 🛠️ Production-ready: warp + systemd integration, healthcheck endpoint, better job runner handling.
  • 🐘 Compiler upgrade: GHC 9.8 (with support for 9.10 and 9.12).

Major Changes

Minor Changes

Nix / Deployment

Job Runner

DataSync

HSX / View Layer

SQL / Query Layer

Storage

Miscellaneous

IHP OpenAI

Documentation