conduit_build_runner 7.0.0
conduit_build_runner: ^7.0.0 copied to clipboard
build_runner builders that generate the runtime code Conduit needs at AOT compile time, replacing dart:mirrors-based discovery.
7.0.0 #
Note: Breaking constraint change — minimum Dart SDK is now
>=3.12.0. Major version bump because raising the minimum SDK is breaking per pub semver convention.
- REFACTOR: bump minimum Dart SDK to
>=3.12.0(#250).
6.0.0 #
- REFACTOR(db): extract SqlDialect abstraction from postgresql package (#263). (37614c0c)
- FIX(core): tolerate per-builder failures in mirror DataModelCompiler (#253). (ca31856a)
- DOCS: add REFACTOR_CONTEXT.md architecture snapshot (#247). (e6248ca2)
6.0.0 #
Note: This release has breaking changes.
- FIX(core): tolerate per-builder failures in mirror DataModelCompiler (#253). (ca31856a)
- DOCS: add REFACTOR_CONTEXT.md architecture snapshot (#247). (e6248ca2)
- BREAKING FIX(http): safer CORS default + runtime guard against credentialed wildcard (#262). (8bd93781)
6.0.0 #
- FIX(core): tolerate per-builder failures in mirror DataModelCompiler (#253). (ca31856a)
- FEAT(security): constant-time secret compare + basic-auth parse fix + unbiased token RNG (#260). (0de1bef7)
- DOCS: add REFACTOR_CONTEXT.md architecture snapshot (#247). (e6248ca2)
6.0.0 #
- FIX(core): tolerate per-builder failures in mirror DataModelCompiler (#253). (ca31856a)
- FEAT(build_runner): specialize body cast for known container types (#259). (d226d9ab)
- DOCS: add REFACTOR_CONTEXT.md architecture snapshot (#247). (e6248ca2)
6.0.0 #
- FIX(core): tolerate per-builder failures in mirror DataModelCompiler (#253). (ca31856a)
- FEAT(cli): conduit serve --watch reloads on dart file changes (#256). (cb502821)
- DOCS: add REFACTOR_CONTEXT.md architecture snapshot (#247). (e6248ca2)
6.0.0 #
- FIX(core): tolerate per-builder failures in mirror DataModelCompiler (#253). (ca31856a)
- FEAT(cli): conduit db rebuild — drop+regenerate+upgrade in one shot (#257). (badfd9c8)
- DOCS: add REFACTOR_CONTEXT.md architecture snapshot (#247). (e6248ca2)
6.0.0 #
- FIX(core): tolerate per-builder failures in mirror DataModelCompiler (#253). (ca31856a)
- FEAT(test): multipart and form-urlencoded body support in test Agent (#255). (8b68ae58)
- DOCS: add REFACTOR_CONTEXT.md architecture snapshot (#247). (e6248ca2)
6.0.0 #
- FIX(ci): reconcile Release workflow with workspace SDK floor 3.12 (#254). (3bf99286)
- FIX(core): tolerate per-builder failures in mirror DataModelCompiler (#253). (ca31856a)
- DOCS: add REFACTOR_CONTEXT.md architecture snapshot (#247). (e6248ca2)
6.0.0 #
- FIX(core): tolerate per-builder failures in mirror DataModelCompiler (#253). (ca31856a)
- DOCS: add REFACTOR_CONTEXT.md architecture snapshot (#247). (e6248ca2)
6.0.0 #
6.0.0 #
- Initial scaffold (phase 0 of the AOT-without-conduit-build migration).
- Ships a no-op
StampBuilderthat proves thepackage:buildwiring. - Real generators (Channel, Controller, ManagedObject, Serializable, Configuration) land in subsequent releases.