Releases: affordablemobiles/GServerlessSupportLaravel
Releases · affordablemobiles/GServerlessSupportLaravel
DB: Database Service Provider
v5.5.11 Database Service Provider
Trace: Bug Fix
Fix a bug in the Trace propagator where you'd see "undefined function env()".
This was caused by composer sometimes (but not always) loading our helper scripts before Laravel's core helpers, meaning some of the functions weren't registered.
Trace: Always Trace in Development
We internally have our development environment running on App Engine instances directly, so with this release, we enable tracing every request when Laravel is set to development mode (APP_ENV != PRODUCTION).
Bug Fix: GuzzleClient missing HandlerStack
v5.5.8 Trace: Fix undefined function
Incremental Improvements & Fixes
- Authentication
- Allow Cloud Task & Cloud Scheduler (cron) Requests via IAP Handler
- Task Queue
- Switch to Cloud Task API v2 (stable) and change
setMethodtosetHttpMethod. - Properly return TASK_ID string instead of Task object, to match
X-AppEngine-TaskNameheader. - Automatic routing for our development environment ("dev-" prefix on version).
- Custom routing via "target" array in "options" for specific service / version as run target.
- Switch to Cloud Task API v2 (stable) and change
- Composer
- Set required PHP version to >=7.2.0
Auth: IAP & Null User Provider
v5.5.6 Auth: Null User Provider Documentation
Fix Regression when using Cloud Build
v5.5.5 Fix: Cloud Build Problem
GDS Trace, Updated Docs & Initial IAP Validator
v5.5.4 Docs: Queue Driver for Cloud Tasks
Logging Improvements
v5.5.3 Update README.md
v5.5.2
Fix composer update with gcloud application default credentials