[go: up one dir, main page]

Skip to content

Releases: hyperf/hyperf

Release v3.1.42

25 Sep 03:11
3556c71
Compare
Choose a tag to compare

Fixed

  • #7081 Fixed bug that data_get cannot support int key.

Optimized

  • #7088 Optimized github actions for all components.

New Contributors

Full Changelog: v3.1.41...v3.1.42

Release v3.1.41

19 Sep 13:26
06575f3
Compare
Choose a tag to compare

Added

  • #7059 Added Hyperf\Database\Schema\Schema::getForeignKeys().
  • #7064 Support db type enum for DoctrineConnection.
  • #7077 Added ModelUpdateVisitor::getReturnType method.

Full Changelog: v3.1.40...v3.1.41

Release v3.1.40

12 Sep 06:04
a8418d1
Compare
Choose a tag to compare

Fixed

  • #7051 Fixed bug that --database option does not work for migrate command.

Optimized

  • #7053 Convert $value and $pattern to string for Str::is().

New Contributors

Full Changelog: v3.1.39...v3.1.40

Release v3.1.39

05 Sep 02:48
8a476e9
Compare
Choose a tag to compare

Fixed

  • #7034 Fixed bug that the mount code will break the main file with declare when using phar:build.
  • #7043 Fixed bug that jsonrpc-http cannot support swow.

Optimized

  • #7033 Improved ConsoleLogger to support running in watcher.
  • #7040 Improved packaging speed for command phar:build.
  • #7044 Optimized the argument table like database.table for gen:model which can be used to generate another database models.

Added

  • #7024 Added methods whenTableHasColumn and whenTableDoesntHaveColumn to Hyperf\Database\Schema\Schema.

New Contributors

Full Changelog: v3.1.38...v3.1.39

Release v3.1.38

29 Aug 02:11
0fed0fd
Compare
Choose a tag to compare

Added

  • #7016 Added reorder method to clear and set sorting for QueryBuilder.
  • #7023 Added Hyperf\Contract\CanBeEscapedWhenCastToString and fixed some static detection.
  • #7028 Added Hyperf\Framework\Logger\ConsoleLogger.

Full Changelog: v3.1.37...v3.1.38

Release v3.1.37

22 Aug 02:20
018291c
Compare
Choose a tag to compare

Added

  • #7015 Added methods whereNone and orWhereNone to Hyperf\Database\Query\Builder.

Optimized

  • #6839 Use anonymous classes to avoid the duplicated class name for database migrations.

Full Changelog: v3.1.36...v3.1.37

Release v3.1.36

15 Aug 06:04
3558e6f
Compare
Choose a tag to compare

Added

  • #6971 Added partitioned support for Cookie.
  • #6990 Added support for retrieving the current system time with milliseconds for Hyperf\Support\Traits\InteractsWithTime.
  • #6998 Added default methods for #[AutoController]. (You can add method options which used to support cors middleware)

Full Changelog: v3.1.35...v3.1.36

Release v3.1.35

08 Aug 02:07
bdef7c7
Compare
Choose a tag to compare

Fixed

  • #6987 Fixed bug that the root path of swagger server cannot work.

New Contributors

Full Changelog: v3.1.34...v3.1.35

Release v3.1.34

01 Aug 02:07
c3192a0
Compare
Choose a tag to compare

Added

  • #6978 Support static method for #[AsCommand].
  • #6979 Added command queue:dynamic-reload.

Full Changelog: v3.1.33...v3.1.34

Release v3.1.31

11 Jul 02:06
bf63c1f
Compare
Choose a tag to compare

Added

  • #6936 Support to reload .env when using hyperf/watcher.

Full Changelog: v3.1.30...v3.1.31