What's Changed
- bump version to 8.17.1 by @jasoniangreen in https://github.com/ajv-validator/ajv/pull/2472
Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.17.0...v8.17.1
Plus everything in 8.17.0 which failed to release
The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on f...