Skip to content

Releases: hypervel/components

v0.2.6

27 Jun 12:00
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐛

  • fix: fix cron scheduler for non-second level interval by @albertcht in #129

Full Changelog: v0.2.5...v0.2.6

v0.2.5

27 Jun 08:37
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Improvements 🔧

Bug fixes 🐛

Other Changes 🔄

  • improve: make return type of Cookie's functions static by @albertcht in #121

Full Changelog: v0.2.4...v0.2.5

v0.2.4

13 Jun 03:16
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐛

  • fix: fix nonce in redirect function in AbstractProvider by @albertcht in #119
  • fix: fix getRootUrl in url generator for non-greedy search by @albertcht in #118

Full Changelog: v0.2.3...v0.2.4

v0.2.3

12 Jun 08:49
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Improvements 🔧

  • improve: avoid invalid decoded response body in Response of http client by @foremtehan in #116

Full Changelog: v0.2.2...v0.2.3

v0.2.2

04 Jun 08:00
Compare
Choose a tag to compare

What's Changed

Improvements 🔧

Other Changes 🔄

  • chore: replace define with bind function in container by @albertcht in #109
  • chore: add return type for timeout function in PendingRequest by @foremtehan in #111

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 May 12:57
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Improvements 🔧

Bug fixes 🐛

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 May 03:35
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Improvements 🔧

  • improve: support starting web server without .env file by @albertcht in #72
  • improve: add missing paths functions by @albertcht in #75
  • improve: improve error message when request context is not set by @albertcht in #81
  • improve: improve component consistency by @albertcht in #79
  • improve: make Hypervel's translation compatible with Hyperf's translation by @albertcht in #85
  • feat: add make:middleware command by @ahmed-abdelnaby-fahmy in #97
  • improve: be compatible with different default value of zscan in new redis version by @albertcht in #94

Bug fixes 🐛

  • fix: support nested uploaded files in http kernel by @albertcht in #80
  • fix: fix method signature of validate function in request by @albertcht in #84
  • fix: fix incoherent behavior in exception handler by @albertcht in #93
  • fix: fix facade accessor of session by @albertcht in #95
  • fix: pass middleware parameters in aliased middleware by @albertcht in #96

Breaking Changes

  • remove Hyperf's validation and translation packages
  • rename Hypervel\Auth\Contracts\FactoryContract to Hypervel\Auth\Contracts\Factory

Please upgrade your application skeleton(hypervel/hypervel) to 0.2.0 for this release with necessary adjustments by the upgrade guideline.

New Contributors

Full Changelog: v0.1.7...v0.2.0

v0.1.7

30 Apr 07:57
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Improvements 🔧

  • improve: cache resolved definitions in RouteDependency to cover routes with arguments by @albertcht in #44
  • improve: close redis connection while destroying subscriber by @albertcht in #43
  • improve: add new HasUuids and HasUlids traits by @albertcht in #42
  • improve: support calling path functions without app container by @albertcht in #55
  • improve: improve HasPoolProxy trait by @albertcht in #66
  • improve: report exceptions in coroutines by @albertcht in #62
  • feat: use native redis for subscribe/psubscribe calls by @albertcht in #58
  • improve: add type hints for functions in exception handler by @albertcht in #67

Full Changelog: v0.1.6...v0.1.7

v0.1.6

23 Apr 09:15
Compare
Choose a tag to compare

What's Changed

Improvements 🔧

Bug fixes 🐛

  • fix: fix missing setContainer function call in poolable drivers in QueueManager by @albertcht in #31
  • fix: fix queue:listen command by @albertcht in #37
  • fix: fix depenedencies injection in other queue commands by @albertcht in #38

Full Changelog: v0.1.5...v0.1.6

v0.1.5

14 Apr 03:43
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug fixes 🐛

  • fix: Fix issue where different container names resolve to distinct service instances when they should be the same instance by @storyn26383 in #27

New Contributors

Full Changelog: v0.1.4...v0.1.5