Releases: Financial-Times/n-test
v7.0.0
What's Changed
- CPP-1641 Migrate to Tool Kit by @ivomurrell in #204
- Remove snyk [automated] by @rowanmanning in #208
- Update supported Node.js versions by @rowanmanning in #209
Breaking changes
- Node.js 16 support has been dropped.
Full Changelog: v6.1.0...v7.0.0
v6.1.0 - Add support for Node 18
What's Changed
- CPP-1388: Add support for node.js 18 by @jkerr321 in #201
- Update to Node 18 by @ivomurrell in #202
New Contributors
Full Changelog: v6.0.0...v6.1.0
v6.1.0-beta.1
DO NOT INSTALL THIS VERSION
Support for Node.js 18 is being added in this beta version in order to test an app with Node.js 18 supporting packages in production.
Node.js 18 is not yet widely supported in Customer Products and a production version of 6.1.0
will be released in due course as support for Node.js 18 is rolled out across Customer Products.
What's Changed
New Contributors
Full Changelog: v6.0.0...v6.1.0-beta
v6.0.0
This release is part of the Platforms and Reliability set of scheduled breaking change releases in April.
The breaking changes in this package release are:
- Dropping support for Node.js 14
This will not be a breaking change for your application if it:
- Already runs on Node.js 16
If this is a breaking change for your application because it does not yet run on Node 16 you can follow this guide to migrate from Node.js 14 to Node.js 16
v5.0.1
THERE ARE NO BREAKING CHANGES IN v5
the change on v5 was reverted as it wasn't functional but we are continuing to release on the new version for consistency. There are no breaking changes from v4 to v5.
What's Changed
- downgrade puppeteer to version 18 by @juanSanchezAlcala in #198
Full Changelog: v5.0.0...v5.0.1
v4.1.0
What's Changed
- downgrade puppeteer to version 18 by @juanSanchezAlcala in #198
Full Changelog: v5.0.0...v4.1.0
Allow passing of launch args to Puppeteer
Migrate to Node 14 + 16 and npm 7 + 8
What's Changed
- Update to npm 7 by @ivomurrell in #173
- CPP-576 Use
renovate-config-next-beta
in Platforms Owned repos by @emortong in #179 - CPP-642 migrate from
circleci/*
tocimg/*
by @serena97 in #184 - Add
npm-publish-token
CircleCI context by @serena97 in #189 - Add support for Node 14 and Node 16 by @ivomurrell in #188
Breaking Changes
- Dropped support for Node 12
New Contributors
Full Changelog: v3.1.0...v4.0.0
Add test description field
Improve output for troubleshooting failed smoke tests:
- Add description field to smoke tests and smoke test suites
- Output response body content when 500 status code
patch to fix user testing
- Fix misleading logging for tests with users (previously outputting proxy url rather than test url)
- Add check for environment on user tests, and proxy to local next-router if running locally.