Skip to content

Releases: EpicBlackWolfZ/microfat

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 01:32
Immutable release. Only release title and notes can be modified.
1415a19

Changelog

  • c67b6de ci(security): add codeql advanced workflow with go 1.27 (#20)
  • 984016b docs(agents): document branching, CI monitoring, and benchmark rigor rules (#33)
  • a704e2a docs(agents): enforce Go 1.27 toolchain invariance and prohibit sandbox downgrades
  • bc49fb9 docs(policy): update security policy, contributing guide, and code of conduct (#21)
  • da98d7d feat(bench): comprehensive microsecond startup benchmark suite and CSV telemetry exporter (#34)
  • afb7a8a feat(cli): add 'microfat doctor' environment verification and diagnostics command (#30)
  • 8a929fb feat(codec): multi-codec compression engine support (LZ4, Zstd with custom levels, None) (#31)
  • 67e4a66 feat(compress): add inter-variant Zstandard dictionary compression (#37)
  • a3b47fa feat(format,stub): reflection-free index parsing and minimal launcher stub profile (Format v2) (#26) (#32)
  • 85d29f6 feat(pack): implement DefaultOptions helper and document compression decision matrix (#39) (#50)
  • 3108fa8 feat(runtimeinit): add workload-aware GC tuning profiles and adaptive GOGC (#14) (#36)
  • 57ba123 feat(stub): provide actionable stderr troubleshooting hints on sandbox restrictions (#29)
  • a515698 fix(stub): harden cache validation and add verify-only prewarm mode (#27)
  • 59b362d perf(demo): modernize benchmark pipeline with SIMD vectorization and JSON v2 (#51)
  • 8379dcb perf(pack): optimize slice preallocations and hot-path allocations (#19) (#35)
  • 7ac63f3 refactor(cgroup): deduplicate container cgroup parameter resolution into internal/cgroup helper (#28)
  • 29fb30d refactor(format): replace string-matching in DiagnoseError with typed sentinel error hierarchy (#49)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 20:17

Changelog

  • 5cefd98 feat: initial open source release of microfat v0.1.0