dreamfactorysoftware / df-rws

The DreamFactory Remote Web Service package.
Apache License 2.0
1 stars 6 forks source link

Add Laravel 6 support #14

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on dreamfactory/df-core to permit the latest version.

Release notes *Sourced from [dreamfactory/df-core's releases](https://github.com/dreamfactorysoftware/df-core/releases).* > ## 0.16.0 > Add Laravel 6 support
Changelog *Sourced from [dreamfactory/df-core's changelog](https://github.com/dreamfactorysoftware/df-core/blob/master/CHANGELOG.md).* > # Change Log > All notable changes to this project will be documented in this file. > This project adheres to [Semantic Versioning](http://semver.org/). > > ## [Unreleased] > > ### Fixed > - DF-1365 Fixes JWT token refresh issue > > ## [0.14.2] - 2018-02-25 > ### Fixed > - DF-1296 Allowed for wildcard handling in session permission checks > - DF-1270 Use potentially modified request in response format handling > > ## [0.14.1] - 2018-01-25 > ### Added > - DF-1275 Initial support for multi-column constraints > ### Changed > - DF-1284 Changed error message to indicate why DynamoDB schema overwrite doesn't work > ### Fixed > - DF-1287 Fixed NodeJS (and Python) script execution for large script. Made script size configurable > - Fixed CORS issues > - DF-1229 Added support for accented characters in api route > > ## [0.14.0] - 2017-12-28 > ### Added > - DF-1251 Added alternative means (external db) of authentication > - New ServiceManager methods and test cases for retrieving service names by service type or group > - Added helper function and pub-sub interface > - Added package discovery > - Added schema retrieval to some internal types to aid in automatic document generation > ### Fixed > - DF-1259 Correct OAS3 handling of comma-delimited URL query parameters > - DF-1231 Fix SQL Server migration from older versions > - ServiceRequest content-type needs to be string > - Fix CORS reference > - Corrected checkServicePermission to use access exceptions so that it applies to all checks not just REST > - Fix possible issue with content_type usage > - Fix empty header issue in cURL response > - Setting session.use_cookies to 0 explicitly > - Fixed service (logstash) to event map caching issue > ### Changed > - DF-1240 Stopped Checking for 'token' as a parameter > - DF-1186 Add exceptions for missing data when generating relationships > - DF-1254 Allow headers to be set directly in response creation > - DF-1249 Added verb override check to new middleware, moved existing first user check to df-core > - Environment utilities separated from system/environment resource > - Moved the system service and resources to dreamfactory/df-system > - Made version optional in routing (i.e. api/v2 or api/) and api and storage routes customizable > - Updated service-related interfaces for better re-usability > ... (truncated)
Commits - [`cf553a1`](https://github.com/dreamfactorysoftware/df-core/commit/cf553a1c11ad0ea455b2546b4674225df88e6996) Merge pull request [#55](https://github-redirect.dependabot.com/dreamfactorysoftware/df-core/issues/55) from dreamfactorysoftware/laravel-upgrade-release - [`ae6b028`](https://github.com/dreamfactorysoftware/df-core/commit/ae6b02810c7dcdb39a9d2a235a2609e1a1e9e58c) Add Laravel 6 support - See full diff in [compare view](https://github.com/dreamfactorysoftware/df-core/compare/0.15.3...0.16.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)