|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +author: |
| 4 | + name: Bryan Ellis |
| 5 | +title: "Cordova Fetch 5.0.0 Released!" |
| 6 | +categories: announcements |
| 7 | +tags: news releases |
| 8 | +--- |
| 9 | + |
| 10 | +We are happy to announce that `[email protected]` has been released. This is the library used behind-the-scenes of the Cordova tooling for fetching of Cordova platforms and plugins. |
| 11 | + |
| 12 | +## Release Highlights |
| 13 | + |
| 14 | +The most notable changes in this major release were: |
| 15 | + |
| 16 | +- Updated the library's npm dependencies. |
| 17 | +- Increased in the Node.js engine requirement to `>=20.9.0`. |
| 18 | + |
| 19 | +<!--more--> |
| 20 | +# Changes include: |
| 21 | + |
| 22 | +**Breaking Changes:** |
| 23 | + |
| 24 | +* [GH-131](https://github.com/apache/cordova-fetch/pull/131) chore(npm)!: bump `[email protected]` |
| 25 | +* [GH-125](https://github.com/apache/cordova-fetch/pull/125) chore!: bump node requirement & npm dependencies |
| 26 | + |
| 27 | +**Chores:** |
| 28 | + |
| 29 | +* [GH-136](https://github.com/apache/cordova-fetch/pull/136) chore(README): update badges |
| 30 | +* [GH-135](https://github.com/apache/cordova-fetch/pull/135) chore: update & add source code license headers |
| 31 | +* [GH-130](https://github.com/apache/cordova-fetch/pull/130) chore: bump `@cordova/eslint-config` |
| 32 | +* [GH-127](https://github.com/apache/cordova-fetch/pull/127) chore(coverage): Move from `nyc` to `c8` for code coverage |
| 33 | +* [GH-124](https://github.com/apache/cordova-fetch/pull/124) chore(deps-dev): bump `brace-expansion` from 1.1.11 to 1.1.12 |
| 34 | +* [GH-122](https://github.com/apache/cordova-fetch/pull/122) chore(deps): bump `cross-spawn` from 7.0.3 to 7.0.6 |
| 35 | +* [GH-120](https://github.com/apache/cordova-fetch/pull/120) chore(deps): bump `micromatch` from 4.0.5 to 4.0.8 |
| 36 | +* [GH-119](https://github.com/apache/cordova-fetch/pull/119) chore(deps): bump `braces` from 3.0.2 to 3.0.3 |
| 37 | +* [GH-116](https://github.com/apache/cordova-fetch/pull/116) chore(deps): Update some dependencies, add Node 20 to CI |
| 38 | + |
| 39 | +**CI:** |
| 40 | + |
| 41 | +* [GH-137](https://github.com/apache/cordova-fetch/pull/137) ci: workflow updates |
| 42 | +* [GH-128](https://github.com/apache/cordova-fetch/pull/128) ci(workflow): update release-audit & license config |
| 43 | +* [GH-123](https://github.com/apache/cordova-fetch/pull/123) ci: Add licence checker workflow |
| 44 | +* [GH-121](https://github.com/apache/cordova-fetch/pull/121) ci: Fix dependabot code scanning errors |
| 45 | +* [GH-118](https://github.com/apache/cordova-fetch/pull/118) ci: Set up CodeQL analysis |
| 46 | +* [GH-117](https://github.com/apache/cordova-fetch/pull/117) ci: update codecov@v4 w/ token |
| 47 | + |
| 48 | +**Tests:** |
| 49 | + |
| 50 | +* [GH-126](https://github.com/apache/cordova-fetch/pull/126) test: drop `file-url` |
0 commit comments