UNPKG

feathers-blob

Version:
255 lines (152 loc) 16.3 kB
# Changelog ## [v2.5.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v2.5.0) (2021-04-25) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v2.4.0...v2.5.0) **Closed issues:** - Could we have the contentType in the create result ? [\#83](https://github.com/feathersjs-ecosystem/feathers-blob/issues/83) **Merged pull requests:** - Add contentType in get / create response [\#85](https://github.com/feathersjs-ecosystem/feathers-blob/pull/85) ([mdartic](https://github.com/mdartic)) - Move CI to GitHub action [\#84](https://github.com/feathersjs-ecosystem/feathers-blob/pull/84) ([daffl](https://github.com/daffl)) ## [v2.4.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v2.4.0) (2021-04-15) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v2.3.0...v2.4.0) **Closed issues:** - Typescript: Cannot use namespace 'AbstractBlobStore' as a type [\#81](https://github.com/feathersjs-ecosystem/feathers-blob/issues/81) **Merged pull requests:** - Fix option returnUri to have false value [\#82](https://github.com/feathersjs-ecosystem/feathers-blob/pull/82) ([belal-mazlom](https://github.com/belal-mazlom)) ## [v2.3.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v2.3.0) (2020-10-04) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v2.2.0...v2.3.0) **Implemented enhancements:** - Add TypeScript definitions [\#78](https://github.com/feathersjs-ecosystem/feathers-blob/issues/78) **Closed issues:** - Metadata does not been used on cb of createWriteStream [\#80](https://github.com/feathersjs-ecosystem/feathers-blob/issues/80) - docs: how to use feathers-blob with typescript [\#77](https://github.com/feathersjs-ecosystem/feathers-blob/issues/77) - passing option returnUri: false and returns uri... [\#75](https://github.com/feathersjs-ecosystem/feathers-blob/issues/75) - How to render uploaded photos? [\#74](https://github.com/feathersjs-ecosystem/feathers-blob/issues/74) **Merged pull requests:** - feat: add typescript typings with dtslint tests [\#79](https://github.com/feathersjs-ecosystem/feathers-blob/pull/79) ([Mairu](https://github.com/Mairu)) - Small optimization to `create\(\)`. [\#76](https://github.com/feathersjs-ecosystem/feathers-blob/pull/76) ([davidbludlow](https://github.com/davidbludlow)) - Update mocha to the latest version 🚀 [\#73](https://github.com/feathersjs-ecosystem/feathers-blob/pull/73) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v2.2.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v2.2.0) (2019-12-18) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v2.1.0...v2.2.0) **Implemented enhancements:** - Make data uri encoding optional [\#69](https://github.com/feathersjs-ecosystem/feathers-blob/issues/69) - Support Multipart File Upload [\#25](https://github.com/feathersjs-ecosystem/feathers-blob/issues/25) **Fixed bugs:** - Extension can be ".false" if mime type is not recognized [\#47](https://github.com/feathersjs-ecosystem/feathers-blob/issues/47) - feathers client resolves to service path instead of store model on get and remove [\#4](https://github.com/feathersjs-ecosystem/feathers-blob/issues/4) **Closed issues:** - docs: get does not return buffer [\#71](https://github.com/feathersjs-ecosystem/feathers-blob/issues/71) - Large file upload to S3 errors with TimeOut from S3 [\#67](https://github.com/feathersjs-ecosystem/feathers-blob/issues/67) **Merged pull requests:** - feat: make data uri encoding optional [\#72](https://github.com/feathersjs-ecosystem/feathers-blob/pull/72) ([florianbepunkt](https://github.com/florianbepunkt)) - Fix comment typo [\#68](https://github.com/feathersjs-ecosystem/feathers-blob/pull/68) ([andys8](https://github.com/andys8)) - Update s3-blob-store to the latest version 🚀 [\#66](https://github.com/feathersjs-ecosystem/feathers-blob/pull/66) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update @feathersjs/errors to the latest version 🚀 [\#65](https://github.com/feathersjs-ecosystem/feathers-blob/pull/65) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update semistandard to the latest version 🚀 [\#64](https://github.com/feathersjs-ecosystem/feathers-blob/pull/64) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v2.1.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v2.1.0) (2019-03-09) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v2.0.1...v2.1.0) **Closed issues:** - An in-range update of debug is breaking the build 🚨 [\#61](https://github.com/feathersjs-ecosystem/feathers-blob/issues/61) - feathers blobs service save docx with .bin extension [\#59](https://github.com/feathersjs-ecosystem/feathers-blob/issues/59) - An in-range update of aws-sdk is breaking the build 🚨 [\#58](https://github.com/feathersjs-ecosystem/feathers-blob/issues/58) - An in-range update of aws-sdk is breaking the build 🚨 [\#55](https://github.com/feathersjs-ecosystem/feathers-blob/issues/55) - An in-range update of aws-sdk is breaking the build 🚨 [\#54](https://github.com/feathersjs-ecosystem/feathers-blob/issues/54) - An in-range update of aws-sdk is breaking the build 🚨 [\#53](https://github.com/feathersjs-ecosystem/feathers-blob/issues/53) - An in-range update of aws-sdk is breaking the build 🚨 [\#51](https://github.com/feathersjs-ecosystem/feathers-blob/issues/51) - An in-range update of aws-sdk is breaking the build 🚨 [\#50](https://github.com/feathersjs-ecosystem/feathers-blob/issues/50) - An in-range update of aws-sdk is breaking the build 🚨 [\#49](https://github.com/feathersjs-ecosystem/feathers-blob/issues/49) **Merged pull requests:** - Feat: use params for get operation [\#63](https://github.com/feathersjs-ecosystem/feathers-blob/pull/63) ([florianbepunkt](https://github.com/florianbepunkt)) - Update mocha to the latest version 🚀 [\#62](https://github.com/feathersjs-ecosystem/feathers-blob/pull/62) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update concat-stream to the latest version 🚀 [\#60](https://github.com/feathersjs-ecosystem/feathers-blob/pull/60) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Greenkeeper/aws sdk 2.350.0 [\#57](https://github.com/feathersjs-ecosystem/feathers-blob/pull/57) ([daffl](https://github.com/daffl)) - Update semistandard to the latest version 🚀 [\#56](https://github.com/feathersjs-ecosystem/feathers-blob/pull/56) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Greenkeeper/aws sdk 2.335.0 [\#52](https://github.com/feathersjs-ecosystem/feathers-blob/pull/52) ([daffl](https://github.com/daffl)) - Update debug to the latest version 🚀 [\#48](https://github.com/feathersjs-ecosystem/feathers-blob/pull/48) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v2.0.1](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v2.0.1) (2018-06-03) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v2.0.0...v2.0.1) **Closed issues:** - get\(\) does not work with latest s3-blob-store \(v3.0.0\) [\#37](https://github.com/feathersjs-ecosystem/feathers-blob/issues/37) - How to resize an image before create it ? [\#35](https://github.com/feathersjs-ecosystem/feathers-blob/issues/35) - So I need help pointing me in right direction, I would like to return a like to return a file url instead of base64 [\#18](https://github.com/feathersjs-ecosystem/feathers-blob/issues/18) **Merged pull requests:** - Update uberproto to the latest version 🚀 [\#46](https://github.com/feathersjs-ecosystem/feathers-blob/pull/46) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update dependencies and documentation to be up to date [\#45](https://github.com/feathersjs-ecosystem/feathers-blob/pull/45) ([daffl](https://github.com/daffl)) - Update s3-blob-store to the latest version 🚀 [\#44](https://github.com/feathersjs-ecosystem/feathers-blob/pull/44) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v2.0.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v2.0.0) (2018-03-09) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.5.0...v2.0.0) **Closed issues:** - Custom ID not returned on remove [\#39](https://github.com/feathersjs-ecosystem/feathers-blob/issues/39) **Merged pull requests:** - Upgrade to Feathers v3 and latest plugin infrastructure [\#43](https://github.com/feathersjs-ecosystem/feathers-blob/pull/43) ([daffl](https://github.com/daffl)) - Finalize S3 tests [\#42](https://github.com/feathersjs-ecosystem/feathers-blob/pull/42) ([daffl](https://github.com/daffl)) - Added tests for S3 blob store [\#38](https://github.com/feathersjs-ecosystem/feathers-blob/pull/38) ([claustres](https://github.com/claustres)) ## [v1.5.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.5.0) (2018-03-07) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.4.1...v1.5.0) **Merged pull requests:** - Added support to create blob from raw buffer [\#41](https://github.com/feathersjs-ecosystem/feathers-blob/pull/41) ([claustres](https://github.com/claustres)) ## [v1.4.1](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.4.1) (2018-03-02) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.4.0...v1.4.1) **Merged pull requests:** - Implemented custom id field on remove [\#40](https://github.com/feathersjs-ecosystem/feathers-blob/pull/40) ([claustres](https://github.com/claustres)) ## [v1.4.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.4.0) (2018-02-16) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.3.1...v1.4.0) **Closed issues:** - List of files/blob [\#5](https://github.com/feathersjs-ecosystem/feathers-blob/issues/5) **Merged pull requests:** - return deleted id to avoid 404 error [\#36](https://github.com/feathersjs-ecosystem/feathers-blob/pull/36) ([lwhiteley](https://github.com/lwhiteley)) - Update s3-blob-store to the latest version 🚀 [\#34](https://github.com/feathersjs-ecosystem/feathers-blob/pull/34) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - endpoint option [\#33](https://github.com/feathersjs-ecosystem/feathers-blob/pull/33) ([sarkistlt](https://github.com/sarkistlt)) - Update mocha to the latest version 🚀 [\#32](https://github.com/feathersjs-ecosystem/feathers-blob/pull/32) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update semistandard to the latest version 🚀 [\#31](https://github.com/feathersjs-ecosystem/feathers-blob/pull/31) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Wrong field name for custom id in create method [\#28](https://github.com/feathersjs-ecosystem/feathers-blob/pull/28) ([NikitaVlaznev](https://github.com/NikitaVlaznev)) - Update mocha to the latest version 🚀 [\#27](https://github.com/feathersjs-ecosystem/feathers-blob/pull/27) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update debug to the latest version 🚀 [\#26](https://github.com/feathersjs-ecosystem/feathers-blob/pull/26) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v1.3.1](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.3.1) (2017-06-30) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.3.0...v1.3.1) **Merged pull requests:** - Reject if Model.createWriteStream returns with error [\#24](https://github.com/feathersjs-ecosystem/feathers-blob/pull/24) ([3bola](https://github.com/3bola)) ## [v1.3.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.3.0) (2017-06-21) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.2.0...v1.3.0) **Closed issues:** - How to change upload folder dynamically? [\#21](https://github.com/feathersjs-ecosystem/feathers-blob/issues/21) - del [\#15](https://github.com/feathersjs-ecosystem/feathers-blob/issues/15) - Get this repo consistent with all other repos [\#10](https://github.com/feathersjs-ecosystem/feathers-blob/issues/10) **Merged pull requests:** - Refactor to use promises internally [\#23](https://github.com/feathersjs-ecosystem/feathers-blob/pull/23) ([daffl](https://github.com/daffl)) - Update s3-blob-store to the latest version 🚀 [\#20](https://github.com/feathersjs-ecosystem/feathers-blob/pull/20) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update dauria to the latest version 🚀 [\#19](https://github.com/feathersjs-ecosystem/feathers-blob/pull/19) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update semistandard to the latest version 🚀 [\#17](https://github.com/feathersjs-ecosystem/feathers-blob/pull/17) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update dependencies to enable Greenkeeper 🌴 [\#16](https://github.com/feathersjs-ecosystem/feathers-blob/pull/16) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update README.md [\#14](https://github.com/feathersjs-ecosystem/feathers-blob/pull/14) ([bertho-zero](https://github.com/bertho-zero)) - jshint —\> semistandard [\#12](https://github.com/feathersjs-ecosystem/feathers-blob/pull/12) ([corymsmith](https://github.com/corymsmith)) - \[ci skip\] Add S3 options documentation to README [\#9](https://github.com/feathersjs-ecosystem/feathers-blob/pull/9) ([silvestreh](https://github.com/silvestreh)) ## [v1.2.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.2.0) (2016-08-18) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.1.0...v1.2.0) **Closed issues:** - Unable to set ACL permissions for S3 [\#7](https://github.com/feathersjs-ecosystem/feathers-blob/issues/7) - unsupported mime types [\#6](https://github.com/feathersjs-ecosystem/feathers-blob/issues/6) **Merged pull requests:** - Add S3 Params when uploading files. [\#8](https://github.com/feathersjs-ecosystem/feathers-blob/pull/8) ([silvestreh](https://github.com/silvestreh)) ## [v1.1.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.1.0) (2016-06-17) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.0.5...v1.1.0) **Closed issues:** - Why datauris? [\#2](https://github.com/feathersjs-ecosystem/feathers-blob/issues/2) **Merged pull requests:** - allow custom blob key [\#3](https://github.com/feathersjs-ecosystem/feathers-blob/pull/3) ([mcchrish](https://github.com/mcchrish)) ## [v1.0.5](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.0.5) (2016-04-03) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.0.4...v1.0.5) **Merged pull requests:** - don't convert buffer to string [\#1](https://github.com/feathersjs-ecosystem/feathers-blob/pull/1) ([ahdinosaur](https://github.com/ahdinosaur)) ## [v1.0.4](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.0.4) (2016-03-05) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.0.3...v1.0.4) ## [v1.0.3](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.0.3) (2016-03-01) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.0.2...v1.0.3) ## [v1.0.2](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.0.2) (2016-02-29) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/1.0.1...v1.0.2) ## [1.0.1](https://github.com/feathersjs-ecosystem/feathers-blob/tree/1.0.1) (2016-02-29) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/v1.0.1...1.0.1) ## [v1.0.1](https://github.com/feathersjs-ecosystem/feathers-blob/tree/v1.0.1) (2016-02-29) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/1.0.0...v1.0.1) ## [1.0.0](https://github.com/feathersjs-ecosystem/feathers-blob/tree/1.0.0) (2016-02-23) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-blob/compare/a5e0f834e358790c244a410d707930387f38a8a6...1.0.0) \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*