v4.1.2
migrator v4.1.2 comes with the following new feature:
- support for
pathPrefix
was added. Path prefix is used by Application Load Balancers/Application Gateways for application HTTP request routing. For example whenpathPrefix
is set to/migrator
then all HTTP requests should be prefixed with that path, for example:/migrator/v1/config
,/migrator/v1/migrations/source
, etc.