Skip to content

Releases: bearsunday/BEAR.Package

1.17.0

09 Jun 12:39
46991d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.16.0...1.17.0

1.16.0

01 Sep 00:59
4bee375
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.15.5...1.16.0

1.15.5

25 Jul 06:19
fa11420
Compare
Choose a tag to compare

max_input_varsディレクティブの値を超す数のクエリーをパースする際のエラーを抑制します。

Suppresses errors when parsing queries that exceed the value of the max_input_vars directive

What's Changed

Full Changelog: 1.15.4...1.15.5

1.15.4

12 May 03:10
f377e76
Compare
Choose a tag to compare

What's Changed

  • Fixed issue with GET parameters not being passed correctly in HEAD requests by @jingu in #419

New Contributors

Full Changelog: 1.15.3...1.15.4

1.15.3

21 Apr 08:35
2bb73ef
Compare
Choose a tag to compare

What's Changed

  • Validate injector cache saved and optimize local cache selection by @koriym in #417

Full Changelog: 1.15.2...1.15.3

1.15.2

13 Jan 11:04
2e6d717
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.15.1...1.15.2

1.15.1

06 Jan 01:23
087bb44
Compare
Choose a tag to compare

What's Changed

  • Update license copyright year(s) by @github-actions in #412
  • Fix primary_router binding by @koriym in #413

New Contributors

  • @github-actions made their first contribution in #412

Full Changelog: 1.15.0...1.15.1

1.15.0

29 Nov 00:58
38a59dc
Compare
Choose a tag to compare

PHP 7.4 reached EOL yesterday (28 Nov 2022) and this package will also support PHP 8.0 and above.
https://www.php.net/eol.php

What's Changed

  • Drop PHP 7.4 support and optimized for PHP8 by @koriym in #410

Full Changelog: 1.14.6...1.15.0

1.14.6

17 Oct 14:06
8ba04a7
Compare
Choose a tag to compare

What's Changed

prod用のインジェクターがScript InjectorからCompile Injectorになります。Script Injectorはコンクリートクラスの束縛をしていなくてもオンデマンドで束縛がされました。それに対してCompile Injectorはコンパイルを行うので必要としていない依存の解決も行われます。未使用のクラスでも依存解決ができなければエラーになりますが、一方、prodでヘルスチェックが確認されれば他のページで依存解決が出ることはありません。

The injector for prod is now a Compile Injector instead of a Script Injector. The Script Injector is now bound on demand, even if the concrete class is not bound. In contrast, the Compile Injector compiles, so it also resolves dependencies it does not need. If dependency resolution is not possible even for unused classes, an error will occur. On the other hand, if health check is confirmed by prod, dependency resolution will not occur on other pages.

Full Changelog: 1.14.5...1.14.6

1.14.5

15 Oct 15:03
3ac8625
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.14.4...1.14.5