dreamfactorysoftware / df-aws

The DreamFactory AWS services and resources package.
Apache License 2.0
2 stars 5 forks source link

Update dreamfactory/df-file requirement from ~0.7.0 to ~0.7.1 #25

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

Release notes

Sourced from dreamfactory/df-file's releases.

0.7.1

Bump df-core

Changelog

Sourced from dreamfactory/df-file's changelog.

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

[0.6.2] - 2018-02-25

Fixed

  • Updated Swagger document for all storage services

[0.6.1] - 2018-01-25

Added

  • DF-1229 Added support for accented characters in storage folder/file name

Fixed

  • DF-1280 Fixed zip errors in package exporter using empty folders in remote file systems
  • DF-1256 Fixed absolute path based local file service for MS Windows
  • Modified local file service to pull from config so that it picks up DF_MANAGED_STORAGE_PATH for local files

[0.6.0] - 2017-12-28

Added

  • Added package discovery
  • DF-1266 Added parameter 'content_only' for folder delete
  • Allow for individual and root folder public path declarations

Fixed

  • Fix file extraction and streaming to not use service's container attribute as it is owned by the service itself

Changed

  • Cleanup and simplify routing
  • DF-1150 Update copyright and support email
  • Separated resources from resource handlers

[0.5.0] - 2017-11-03

Changed

  • Upgrade Swagger to OpenAPI 3.0 specification

[0.4.1] - 2017-09-18

Fixed

  • DF-1199, DF-1210 Fixed creating files with POST /files/{file_path} api
  • Ensure that publicPaths default to an array

[0.4.0] - 2017-08-17

Changed

  • Reworking API doc usage and generation

[0.3.0] - 2017-07-27

Fixed

  • DF-1144 Made DELETE behavior consistent across local and all remote file services
  • Fixed file upload issue for FTP, SFTP, and WebDAV
  • Do not calculate path on container level files

Added

  • DF-580 Added support for FTP, SFTP, FTPS
  • DF-276 Added support for WebDAV
... (truncated)
Commits
  • e15641a Update dreamfactory/df-core requirement from ~0.17.0 to ~0.18.0
  • See full diff in compare view


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)