2.0.0 #96
mnapoli
announced in
Announcements
2.0.0
#96
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This major release is a significant change in the Laravel integration with Bref.
Indeed, the Laravel bridge v1.x was lagging behind and was limited in some features. The community (CacheWerk, Till Kruss, and George Boot) maintained a better alternative at cachewerk/bref-laravel-bridge.
For Bref 2.0, the contributors joined the Bref organization, and the CacheWerk bridge was merged into this repository to create v2.0 of this bridge (#94)!
What's new
/tmp
.app.mix_url
fromapp.asset_url
X-Request-ID
header to the log contextBreaking Changes
channels.stderr.formatter
toMonolog\Formatter\JsonFormatter::class
inconfig/logging.php
.APP_SSM_PREFIX
andAPP_SSM_PARAMETERS
has been removed. The native Bref 2.0 feature to load SSM parameters into environment variables can be used instead (#36)bref/runtime.php
file, remove theAPP_RUNTIME
environment variable (inserverless.yml
) and set your Octane function handler to:handler: CacheWerk\BrefLaravelBridge\Http\OctaneHandler
.bref/runtime.php
file, remove theAPP_RUNTIME
environment variable (inserverless.yml
) and set your Octane function handler to:handler: CacheWerk\BrefLaravelBridge\Queue\QueueHandler
.Full Changelog: 1.2.3...2.0.0
This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions