## v3.1.0 (2020-11-20)

#### :rocket: Enhancement
* [#66](https://github.com/ember-fastboot/fastboot-express-middleware/pull/66) Add support for passing metadata into visitOptions of fastboot visit ([@suchitadoshi1987](https://github.com/suchitadoshi1987))

#### Committers: 1
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))


## v3.0.0 (2020-10-23)

#### :boom: Breaking Change
* [#70](https://github.com/ember-fastboot/fastboot-express-middleware/pull/70) Update to fastboot@3.1.0 ([@rwjblue](https://github.com/rwjblue))
* [#67](https://github.com/ember-fastboot/fastboot-express-middleware/pull/67) Drop Node 8 and 13 support. ([@rwjblue](https://github.com/rwjblue))
* [#49](https://github.com/ember-fastboot/fastboot-express-middleware/pull/49) Drop support for Node 4, 6, 9, and 11. ([@sdhull](https://github.com/sdhull))

#### :rocket: Enhancement
* [#70](https://github.com/ember-fastboot/fastboot-express-middleware/pull/70) Update to fastboot@3.1.0 ([@rwjblue](https://github.com/rwjblue))

#### :bug: Bug Fix
* [#60](https://github.com/ember-fastboot/fastboot-express-middleware/pull/60) Use append to support multi-value headers ([@bobisjan](https://github.com/bobisjan))
* [#54](https://github.com/ember-fastboot/fastboot-express-middleware/pull/54) Move `request` package into `devDependencies` ([@bobisjan](https://github.com/bobisjan))

#### :house: Internal
* [#69](https://github.com/ember-fastboot/fastboot-express-middleware/pull/69) Add release automation setup. ([@rwjblue](https://github.com/rwjblue))
* [#68](https://github.com/ember-fastboot/fastboot-express-middleware/pull/68) Migrate to GitHub Actions for CI ([@rwjblue](https://github.com/rwjblue))
* [#64](https://github.com/ember-fastboot/fastboot-express-middleware/pull/64) Use async/await in tests ([@bobisjan](https://github.com/bobisjan))
* [#56](https://github.com/ember-fastboot/fastboot-express-middleware/pull/56) Add Prettier ([@bobisjan](https://github.com/bobisjan))
* [#55](https://github.com/ember-fastboot/fastboot-express-middleware/pull/55) Migrate to ESLint ([@bobisjan](https://github.com/bobisjan))
* [#53](https://github.com/ember-fastboot/fastboot-express-middleware/pull/53) Remove Babel ([@bobisjan](https://github.com/bobisjan))

#### Committers: 3
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Steve ([@sdhull](https://github.com/sdhull))


# fastboot-express-middleware Changelog

### 2.0.0
* [BREAKING CHANGE] Bump FastBoot 1.x -> 2.x

### 1.2.0

* Bump `fastboot` version to 1.2.0.

### 1.1.1

* Enable chunked responses via a configuration option.

### 1.1.0

* Bumping `fastboot` version to 1.1.0
* Bumping `mocha` version to 4.0.0
