Skip to content

Commit 79325d1

Browse files
committed
[9.x] Added changelog
1 parent 211be64 commit 79325d1

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# Release Notes for 9.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.31.0...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.32.0...9.x)
4+
5+
6+
## [v9.32.0](https://github.com/laravel/framework/compare/v9.31.0...v9.32.0) - 2022-09-27
7+
8+
### Added
9+
- New env:encrypt and env:decrypt commands ([#44034](https://github.com/laravel/framework/pull/44034))
10+
- Share WithoutOverlapping key across jobs ([#44227](https://github.com/laravel/framework/pull/44227))
11+
- Add missing citext type mapping to `Illuminate/Database/Console/DatabaseInspectionCommand::$typeMappings` ([#44237](https://github.com/laravel/framework/pull/44237))
12+
- Short attribute syntax for Blade Components ([#44217](https://github.com/laravel/framework/pull/44217))
13+
- Adds source file to dd function output ([#44211](https://github.com/laravel/framework/pull/44211))
14+
- Add methods to get request data as integer or float ([#44239](https://github.com/laravel/framework/pull/44239))
15+
- Adds Eloquent User Provider query handler ([#44226](https://github.com/laravel/framework/pull/44226))
16+
- Added `Illuminate/Support/Testing/Fakes/BusFake::dispatchFakeBatch()` ([#44176](https://github.com/laravel/framework/pull/44176))
17+
- Added methods to cast Stringables ([#44238](https://github.com/laravel/framework/pull/44238))
18+
- Added `Illuminate/Routing/UrlGenerator::withKeyResolver()` ([#44254](https://github.com/laravel/framework/pull/44254))
19+
- Add a hook to the serialisation of collections ([#44272](https://github.com/laravel/framework/pull/44272))
20+
- Allow enum route bindings to have default values ([#44255](https://github.com/laravel/framework/pull/44255))
21+
- Added benchmark utility class ([b4293d7](https://github.com/laravel/framework/commit/b4293d7c18b08b363ac0af64ec04fb1d559b4698), [#44297](https://github.com/laravel/framework/pull/44297))
22+
- Added `Illuminate/Console/Scheduling/ManagesFrequencies::everyOddHour()` ([#44288](https://github.com/laravel/framework/pull/44288))
23+
24+
### Fixed
25+
- Fix incrementing string keys ([#44247](https://github.com/laravel/framework/pull/44247))
26+
- Fix bug in Fluent Class with named arguments in migrations ([#44251](https://github.com/laravel/framework/pull/44251))
27+
- Fix "about" command caching report ([#44305](https://github.com/laravel/framework/pull/44305))
28+
- Fixes memory leaks ([#44306](https://github.com/laravel/framework/pull/44306), [#44307](https://github.com/laravel/framework/pull/44307))
29+
30+
### Changed
31+
- Patch for timeless timing attack vulnerability in user login ([#44069](https://github.com/laravel/framework/pull/44069))
32+
- Refactor: register commands in artisan service ([#44257](https://github.com/laravel/framework/pull/44257))
33+
- Allow factories to recycle models with for method ([#44265](https://github.com/laravel/framework/pull/44265))
34+
- Use dedicated method for placeholder replacement in validator ([#44296](https://github.com/laravel/framework/pull/44296))
435

536

637
## [v9.31.0](https://github.com/laravel/framework/compare/v9.30.1...v9.31.0) - 2022-09-20

0 commit comments

Comments
 (0)