Skip to content

Upgrading To v1.3 From v1.2

Medium Impact Changes

Low Impact Changes

Upgrade Guide

Estimated Upgrade Time: 1 Minutes

Updating Dependencies

Likelihood Of Impact: High

Update dependencies in the go.mod file:

go
github.com/goravel/framework v1.3.1

Add CORS Configuration

Likelihood Of Impact: Medium

config/cors.go

For detail

Add Dockerfile

Likelihood Of Impact: Low

Dockerfile

For detail

Released under the MIT License