Skip to content

Releases: affordablemobiles/GServerlessSupportLaravel

DB: Database Service Provider

21 Jun 11:36

Choose a tag to compare

v5.5.11

Database Service Provider

Trace: Bug Fix

30 May 09:09

Choose a tag to compare

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

23 May 13:34

Choose a tag to compare

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

22 May 08:32

Choose a tag to compare

v5.5.8

Trace: Fix undefined function

Incremental Improvements & Fixes

16 May 12:14

Choose a tag to compare

  • Authentication
    • Allow Cloud Task & Cloud Scheduler (cron) Requests via IAP Handler
  • Task Queue
    • Switch to Cloud Task API v2 (stable) and change setMethod to setHttpMethod.
    • Properly return TASK_ID string instead of Task object, to match X-AppEngine-TaskName header.
    • Automatic routing for our development environment ("dev-" prefix on version).
    • Custom routing via "target" array in "options" for specific service / version as run target.
  • Composer
    • Set required PHP version to >=7.2.0

Auth: IAP & Null User Provider

13 May 14:22

Choose a tag to compare

v5.5.6

Auth: Null User Provider Documentation

Fix Regression when using Cloud Build

08 May 15:34

Choose a tag to compare

v5.5.5

Fix: Cloud Build Problem

GDS Trace, Updated Docs & Initial IAP Validator

08 May 15:15

Choose a tag to compare

v5.5.4

Docs: Queue Driver for Cloud Tasks

Logging Improvements

01 May 15:32
55b1efb

Choose a tag to compare

v5.5.3

Update README.md

v5.5.2

01 May 09:34
cea4e65

Choose a tag to compare

Fix composer update with gcloud application default credentials