Skip to content

Releases: doppar/framework

v3.26.5

Choose a tag to compare

@github-actions github-actions released this 16 Jun 10:44
  • fix collection first() and null-key existence handling by @techmahedy in #287

v3.26.4

Choose a tag to compare

@github-actions github-actions released this 04 Jun 13:18
  • Fix many-to-many embedCount() when multiple relations are eager loaded by @techmahedy in #286

v3.26.3

Choose a tag to compare

@github-actions github-actions released this 21 May 11:36
  • Fix lazy bindToMany relation caching to match eager-loaded collections by @techmahedy in #285

v3.26.2

Choose a tag to compare

@github-actions github-actions released this 16 May 04:35
  • Add real MySQL and PostgreSQL coverage for ORM query and relationship test suites by @techmahedy in #284

v3.26.1

Choose a tag to compare

@github-actions github-actions released this 09 May 17:22
  • Fix: Normalize console generator paths across cross platform by @techmahedy in #283

v3.26.0

Choose a tag to compare

@github-actions github-actions released this 08 May 12:43
  • Add ghostable providers for lazy-loading framework services by @techmahedy in #282

v3.25.3

Choose a tag to compare

@github-actions github-actions released this 06 May 11:55
  • Fix: per-request singleton state leakage in worker mode by @techmahedy in #275
  • Fix: Normalize the error paths onto real Response objects by @techmahedy in #276
  • Fix: Stop using the shared singleton response object as the mutable envelope for route results by @techmahedy in #277
  • Fix: Make JsonResponse use a single response body source by @techmahedy in #278
  • Fix: Make Response body contract explicitly nullable by @techmahedy in #279
  • Harden response lifecycle consistency and add lifecycle regression coverage by @techmahedy in #280
  • Deleted InteractsWithInsightErrorTracking after changing error lifecyle by @techmahedy in #281

v3.25.2

Choose a tag to compare

@github-actions github-actions released this 04 May 08:44
  • Track Insight 404/HttpException errors from abort flow by @techmahedy in #273

v3.25.1

Choose a tag to compare

@github-actions github-actions released this 02 May 06:56

v3.25.0

Choose a tag to compare

@github-actions github-actions released this 01 May 14:29
  • fix: resolve background command argument parsing, config cache race condition, pid capture, and add per-job log control by @techmahedy in #270
  • Add broad console command test coverage by @techmahedy in #271