Skip to content

Commit

Permalink
Merge branch 'release-4.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Nov 22, 2018
2 parents 844afd9 + 51f0481 commit 736e858
Show file tree
Hide file tree
Showing 31 changed files with 3,149 additions and 9,199 deletions.
12 changes: 12 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:lodash:20180130':
- parse-comments > lodash:
patched: '2018-10-19T12:33:25.180Z'
- '@dadi/boot > cli-table2 > lodash':
patched: '2018-10-19T12:33:25.180Z'
- '@dadi/logger > aws-kinesis-writable > lodash':
patched: '2018-10-19T12:33:25.180Z'
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.4.0] (2018-11-22)

### Added

- [#415](https://github.com/dadi/api/issues/415): add Media field
- [#451](https://github.com/dadi/api/issues/451): add new validation module and operators
- [#498](https://github.com/dadi/api/issues/498): allow bulk upload and deletion of media documents
- [#507](https://github.com/dadi/api/pull/507): allow arbitrary metadata on media documents
- [#508](https://github.com/dadi/api/pull/508): support application/json content type when updating media documents
- [#514](https://github.com/dadi/api/pull/514): add mimeType validation operator and `_composed` property to media documents

### Changed

- [#510](https://github.com/dadi/api/pull/510): replace spaces with underscores in media document filenames

### Fixed

- [#509](https://github.com/dadi/api/pull/509): use correct response codes when creating and updating media documents

## [4.3.0] (2018-09-27)

### Changed
Expand Down
Loading

0 comments on commit 736e858

Please sign in to comment.