# [3.0.0](https://github.com/parse-community/parse-server-fs-adapter/compare/2.0.1...3.0.0) (2024-02-18) ### Features * Add Node 20 support; remove Node 14, 16 support ([#60](https://github.com/parse-community/parse-server-fs-adapter/issues/60)) ([a913ae1](https://github.com/parse-community/parse-server-fs-adapter/commit/a913ae18c922bf29477244e4a02888f981984cc0)) ### BREAKING CHANGES * Removes support for Node 14 and 16 ([a913ae1](a913ae1)) ## [2.0.1](https://github.com/parse-community/parse-server-fs-adapter/compare/2.0.0...2.0.1) (2023-10-18) ### Bug Fixes * Security bump @babel/traverse from 7.17.3 to 7.23.2 ([#51](https://github.com/parse-community/parse-server-fs-adapter/issues/51)) ([09180e8](https://github.com/parse-community/parse-server-fs-adapter/commit/09180e88fb10540d0d74a1ff30210d549070fdee)) # [2.0.0](https://github.com/parse-community/parse-server-fs-adapter/compare/1.2.4...2.0.0) (2023-04-29) ### Features * Add support for Node 16, 18 ([#42](https://github.com/parse-community/parse-server-fs-adapter/issues/42)) ([6039252](https://github.com/parse-community/parse-server-fs-adapter/commit/603925250fb5f32b70087531dac5579591b476bc)) ### BREAKING CHANGES * Removes support for Node 12, 15. ([6039252](6039252)) ## [1.2.4](https://github.com/parse-community/parse-server-fs-adapter/compare/1.2.3...1.2.4) (2022-12-14) ### Bug Fixes * security upgrade qs from 6.5.2 to 6.5.3 ([#38](https://github.com/parse-community/parse-server-fs-adapter/issues/38)) ([1b7e066](https://github.com/parse-community/parse-server-fs-adapter/commit/1b7e06626cb81f32993f28abfdec2195929aceff)) ## [1.2.3](https://github.com/parse-community/parse-server-fs-adapter/compare/1.2.2...1.2.3) (2022-06-04) ### Bug Fixes * security upgrade semver-regex from 3.1.3 to 3.1.4 ([#33](https://github.com/parse-community/parse-server-fs-adapter/issues/33)) ([3a311be](https://github.com/parse-community/parse-server-fs-adapter/commit/3a311bef218604f3db6fe991c5538542a2cf35ef)) ## [1.2.2](https://github.com/parse-community/parse-server-fs-adapter/compare/1.2.1...1.2.2) (2022-03-28) ### Bug Fixes * security update minimist from 1.2.5 to 1.2.6 ([#32](https://github.com/parse-community/parse-server-fs-adapter/issues/32)) ([af182bb](https://github.com/parse-community/parse-server-fs-adapter/commit/af182bb3ee8e84716464dd384ea7145b99faef49)) # [1.2.1](https://github.com/parse-server-modules/parse-server-fs-adapter/tree/1.2.1) (2021-10-15) Bug Fixes - bump ansi-regex from 5.0.0 to 5.0.1 ([54afe1e](https://github.com/mtrezza/parse-server-fs-adapter/commit/54afe1e97038d8d40509b1d4064e211db1111efb)) - bump path-parse from 1.0.6 to 1.0.7 ([2a5c2c0](https://github.com/mtrezza/parse-server-fs-adapter/commit/2a5c2c05cadd6d06110262ac6b57df0ea8c758a3)) - bump lodash from 4.17.20 to 4.17.21 ([d6279ee](https://github.com/mtrezza/parse-server-fs-adapter/commit/d6279ee7e0d05613b2530af47ca1647744274928)) - bump y18n from 4.0.0 to 4.0.1 ([fc05ad6](https://github.com/mtrezza/parse-server-fs-adapter/commit/fc05ad6cd3c3b72d395fa57cb745cb486ba2e4c9)) # [1.2.0](https://github.com/parse-server-modules/parse-server-fs-adapter/tree/1.2.0) (2020-10-25) - Switch from fileKey to encryptionKey [\#17](https://github.com/parse-community/parse-server-fs-adapter/pull/17) (thanks to [Corey](https://github.com/cbaker6)) # [1.1.0](https://github.com/parse-server-modules/parse-server-fs-adapter/tree/1.1.0) (2020-10-21) - Added AES encryption/decryption using native crypto [\#15](https://github.com/parse-community/parse-server-fs-adapter/pull/15) (thanks to [Corey](https://github.com/cbaker6)) # [1.0.1](https://github.com/parse-server-modules/parse-server-fs-adapter/tree/1.0.1) (2016-08-15) **Closed issues:** - npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue [\#4](https://github.com/parse-server-modules/parse-server-fs-adapter/issues/4) - getFileLocation return invalid URL [\#1](https://github.com/parse-server-modules/parse-server-fs-adapter/issues/1) **Merged pull requests:** - Fix issue \#1 [\#2](https://github.com/parse-server-modules/parse-server-fs-adapter/pull/2) ([dtsolis](https://github.com/dtsolis))