fixes
This commit is contained in:
126
vendor/laravel/framework/CHANGELOG.md
vendored
126
vendor/laravel/framework/CHANGELOG.md
vendored
@@ -1,6 +1,130 @@
|
||||
# Release Notes for 9.x
|
||||
|
||||
## [Unreleased](https://github.com/laravel/framework/compare/v9.47.0...9.x)
|
||||
## [Unreleased](https://github.com/laravel/framework/compare/v9.51.0...9.x)
|
||||
|
||||
|
||||
## [v9.51.0](https://github.com/laravel/framework/compare/v9.50.2...v9.51.0) - 2023-02-07
|
||||
|
||||
### Added
|
||||
- Added `Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount()` ([#45932](https://github.com/laravel/framework/pull/45932))
|
||||
- Added pending has-many-through and has-one-through builder ([#45894](https://github.com/laravel/framework/pull/45894))
|
||||
- Added `Illuminate/Http/Client/PendingRequest::withUrlParameters()` ([#45982](https://github.com/laravel/framework/pull/45982))
|
||||
|
||||
### Fixed
|
||||
- Fix: prevent duplicated content-type on HTTP client ([#45960](https://github.com/laravel/framework/pull/45960))
|
||||
- Add missing php extensions in composer ([#45941](https://github.com/laravel/framework/pull/45941))
|
||||
|
||||
### Changed
|
||||
- Command schedule:work minor features: schedule:run output file & environment specific verbosity ([#45949](https://github.com/laravel/framework/pull/45949))
|
||||
- Added missing self reserved word to reservedNames array in `Illuminate/Console/GeneratorCommand.php` ([#46001](https://github.com/laravel/framework/pull/46001))
|
||||
- pass value along to ttl callback in `Illuminate/Cache/Repository::remember()` ([#46006](https://github.com/laravel/framework/pull/46006))
|
||||
- Make sure the lock_connection is used for schedule's withoutOverlapping() ([#45963](https://github.com/laravel/framework/pull/45963))
|
||||
|
||||
|
||||
## [v9.50.2](https://github.com/laravel/framework/compare/v9.50.1...v9.50.2) - 2023-02-02
|
||||
|
||||
### Fixed
|
||||
- Fixed missing_with and missing_with_all validation ([#45913](https://github.com/laravel/framework/pull/45913))
|
||||
- Fixes blade escaped tags issue ([#45928](https://github.com/laravel/framework/pull/45928))
|
||||
|
||||
### Changed
|
||||
- Trims numeric validation values / parameters ([#45912](https://github.com/laravel/framework/pull/45912))
|
||||
- Random function doesn't generate evenly distributed random chars ([#45916](https://github.com/laravel/framework/pull/45916))
|
||||
|
||||
|
||||
## [v9.50.1](https://github.com/laravel/framework/compare/v9.50.0...v9.50.1) - 2023-02-01
|
||||
|
||||
### Reverted
|
||||
- Reverted ["Optimize destroy method"](https://github.com/laravel/framework/pull/45709) ([#45903](https://github.com/laravel/framework/pull/45903))
|
||||
|
||||
### Changed
|
||||
- Allow scheme to be specified in `Illuminate/Mail/MailManager::createSmtpTransport()` ([68a8bfc](https://github.com/laravel/framework/commit/68a8bfc3ab758962c8f050160ec32833dc12e467))
|
||||
- Accept optional mode in `Illuminate/Filesystem/Filesystem::replace()` ([2664e7f](https://github.com/laravel/framework/commit/2664e7fcdfe3a290462ae8e326ba79a17c747c1e))
|
||||
|
||||
|
||||
## [v9.50.0](https://github.com/laravel/framework/compare/v9.49.0...v9.50.0) - 2023-02-01
|
||||
|
||||
### Added
|
||||
- Added `Illuminate/Translation/Translator::stringable()` ([#45874](https://github.com/laravel/framework/pull/45874))
|
||||
- Added `Illuminate/Foundation/Testing/DatabaseTruncation` ([#45726](https://github.com/laravel/framework/pull/45726))
|
||||
- Added @style Blade directive ([#45887](https://github.com/laravel/framework/pull/45887))
|
||||
|
||||
### Reverted
|
||||
- Reverted: ["Fix Illuminate Filesystem replace() leaves file executable"](https://github.com/laravel/framework/pull/45856) ([5ea388d](https://github.com/laravel/framework/commit/5ea388d7fe6f786b6dbcb34e0b52341c0b38ad7e))
|
||||
|
||||
### Fixed
|
||||
- Fixed LazyCollection::makeIterator() to accept non Generator Function ([#45881](https://github.com/laravel/framework/pull/45881))
|
||||
|
||||
### Changed
|
||||
- Solve data to be dumped for separate schemes ([#45805](https://github.com/laravel/framework/pull/45805))
|
||||
|
||||
|
||||
## [v9.49.0](https://github.com/laravel/framework/compare/v9.48.0...v9.49.0) - 2023-01-31
|
||||
|
||||
### Added
|
||||
- Added `Illuminate/Database/Schema/ForeignKeyDefinition::noActionOnDelete()` ([#45712](https://github.com/laravel/framework/pull/45712))
|
||||
- Added new throw helper methods to the HTTP Client ([#45704](https://github.com/laravel/framework/pull/45704))
|
||||
- Added configurable timezone support for WorkCommand output timestamps ([#45722](https://github.com/laravel/framework/pull/45722))
|
||||
- Added support for casting arrays containing enums ([#45621](https://github.com/laravel/framework/pull/45621))
|
||||
- Added "missing" validation rules ([#45717](https://github.com/laravel/framework/pull/45717))
|
||||
- Added `/Illuminate/Database/Eloquent/SoftDeletes::forceDeleteQuietly()` ([#45737](https://github.com/laravel/framework/pull/45737))
|
||||
- Added `Illuminate/Collections/Arr::sortDesc()` ([#45761](https://github.com/laravel/framework/pull/45761))
|
||||
- Added CLI Prompts ([#45629](https://github.com/laravel/framework/pull/45629), [#45864](https://github.com/laravel/framework/pull/45864))
|
||||
- Adds assertJsonIsArray and assertJsonIsObject for TestResponse ([#45731](https://github.com/laravel/framework/pull/45731))
|
||||
- Added `Illuminate/Database/Eloquent/Relations/HasOneOrMany::createQuietly()` ([#45783](https://github.com/laravel/framework/pull/45783))
|
||||
- Add validation rules: ascii_alpha, ascii_alpha_num, ascii_alpha_dash ([#45769](https://github.com/laravel/framework/pull/45769))
|
||||
- Extract status methods to traits ([#45789](https://github.com/laravel/framework/pull/45789))
|
||||
- Add "addRestoreOrCreate" extension to SoftDeletingScope ([#45754](https://github.com/laravel/framework/pull/45754))
|
||||
- Added connection established event ([f850d99](https://github.com/laravel/framework/commit/f850d99c50d173189ece2bb37b6c7ddcb456f1f9))
|
||||
- Add forceDeleting event to models ([#45836](https://github.com/laravel/framework/pull/45836))
|
||||
- Add title tag in mail template ([#45859](https://github.com/laravel/framework/pull/45859))
|
||||
- Added new methods to Collection ([#45839](https://github.com/laravel/framework/pull/45839))
|
||||
- Add skip cancelled middleware ([#45869](https://github.com/laravel/framework/pull/45869))
|
||||
|
||||
### Fixed
|
||||
- Fix flushdb on cluster for `PredisClusterConnection.php` ([#45544](https://github.com/laravel/framework/pull/45544))
|
||||
- Fix blade tag issue with nested calls ([#45764](https://github.com/laravel/framework/pull/45764))
|
||||
- Fix infinite loop in blade compiler ([#45780](https://github.com/laravel/framework/pull/45780))
|
||||
- Fix ValidationValidator not to accept terminating newline ([#45790](https://github.com/laravel/framework/pull/45790))
|
||||
- Fix stubs publish command generating incorrect controller stubs ([#45812](https://github.com/laravel/framework/pull/45812))
|
||||
- fix: normalize route pipeline exception ([#45817](https://github.com/laravel/framework/pull/45817))
|
||||
- Fix Illuminate Filesystem replace() leaves file executable ([#45856](https://github.com/laravel/framework/pull/45856))
|
||||
|
||||
### Changed
|
||||
- Ensures channel name matches from start of string ([#45692](https://github.com/laravel/framework/pull/45692))
|
||||
- Replace raw invisible characters in regex expressions with counterpart Unicode regex notations ([#45680](https://github.com/laravel/framework/pull/45680))
|
||||
- Optimize destroy method ([#45709](https://github.com/laravel/framework/pull/45709))
|
||||
- Unify prohibits behavior around prohibits_if ([#45723](https://github.com/laravel/framework/pull/45723))
|
||||
- Removes dependency on bcmath ([#45729](https://github.com/laravel/framework/pull/45729))
|
||||
- Allow brick/math 0.11 also ([#45762](https://github.com/laravel/framework/pull/45762))
|
||||
- Optimize findMany of BelongsToMany ([#45745](https://github.com/laravel/framework/pull/45745))
|
||||
- Ensure decimal rule handles large values ([#45693](https://github.com/laravel/framework/pull/45693))
|
||||
- Backed enum support for @js ([#45862](https://github.com/laravel/framework/pull/45862))
|
||||
- Restart syscalls for SIGALRM when worker times out a job ([#45871](https://github.com/laravel/framework/pull/45871))
|
||||
- Ensure subsiquent calls to Mailable->to() overwrite previous entries ([#45885](https://github.com/laravel/framework/pull/45885))
|
||||
|
||||
|
||||
## [v9.48.0](https://github.com/laravel/framework/compare/v9.47.0...v9.48.0) - 2023-01-17
|
||||
|
||||
### Added
|
||||
- Added `Illuminate/Database/Schema/Builder::withoutForeignKeyConstraints()` ([#45601](https://github.com/laravel/framework/pull/45601))
|
||||
- Added `fragments()` \ `fragmentIf()` \ `fragmentsIf()` methods to `Illuminate/View/View.php` class ([#45656](https://github.com/laravel/framework/pull/45656), [#45669](https://github.com/laravel/framework/pull/45669))
|
||||
- Added `incrementEach()` and `decrementEach()` to `Illuminate/Database/Query/Builder` ([#45577](https://github.com/laravel/framework/pull/45577))
|
||||
- Added ability to drop an index when modifying a column ([#45513](https://github.com/laravel/framework/pull/45513))
|
||||
- Allow to set HTTP client for mailers ([#45684](https://github.com/laravel/framework/pull/45684))
|
||||
- Added 402 exception view ([#45682](https://github.com/laravel/framework/pull/45682))
|
||||
- Added `notFound()` helper to Http Client response ([#45681](https://github.com/laravel/framework/pull/45681))
|
||||
|
||||
### Fixed
|
||||
- Fixed decimal cast ([#45602](https://github.com/laravel/framework/pull/45602))
|
||||
|
||||
### Changed
|
||||
- Ignore whitespaces/newlines when finding relations in model:show command ([#45608](https://github.com/laravel/framework/pull/45608))
|
||||
- Fail queued job with a string messag ([#45625](https://github.com/laravel/framework/pull/45625))
|
||||
- Allow fake() helper in unit tests ([#45624](https://github.com/laravel/framework/pull/45624))
|
||||
- allow egulias/email-validator v4 ([#45649](https://github.com/laravel/framework/pull/45649))
|
||||
- Force countBy method in EloquentCollection to return base collection ([#45663](https://github.com/laravel/framework/pull/45663))
|
||||
- Allow for the collection of stubs to be published ([#45653](https://github.com/laravel/framework/pull/45653))
|
||||
|
||||
|
||||
## [v9.47.0](https://github.com/laravel/framework/compare/v9.46.0...v9.47.0) - 2023-01-10
|
||||
|
Reference in New Issue
Block a user