|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [2.6.0](https://github.com/GoogleCloudPlatform/appengine-plugins/compare/v2.5.1...v2.6.0) (2024-01-17) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add a unit test ([#971](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/971)) ([25b3375](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/25b3375ba008bcae7ed4afc28cc897965a4918b4)) |
| 9 | +* adds safe XML parsing ([#928](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/928)) ([a0dca75](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a0dca753a51be8a205bb85347f15d6268e5f1d79)) |
| 10 | +* adds safe XML parsing ([#928](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/928)) ([6b85be3](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/6b85be3743c4d60492052900ec06341753deaafe)) |
| 11 | +* consolidate repos ([#966](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/966)) ([a6606a0](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a6606a0c282be680191e6c66b3f3f662ed182765)) |
| 12 | +* release gradle plugin ([#975](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/975)) ([f1acae4](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/f1acae4b1817b74fa0806bc2cd932e3ee9d64608)) |
| 13 | +* support for java17 and java21 runtimes ([#936](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/936)) ([8dd95c4](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/8dd95c403925bd96830aeafae4e724bace34ad85)) |
| 14 | +* support for java17 and java21 runtimes ([#936](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/936)) ([c6b6a6d](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/c6b6a6d924350f0898e513b390bd4122233f9abf)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* replace deprecated archivePath with archiveFile in a backwards compatible way ([#451](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/451)) ([ffd72d7](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/ffd72d7f615467bb07bb0a1656595802b569fe98)) |
| 20 | +* setup release please ([#970](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/970)) ([b10b3c9](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/b10b3c9b5e72c5c00e94fee65cc6cafb7fb63be6)) |
| 21 | +* show error log when command fails ([#965](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/965)) ([a3fbdb1](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a3fbdb1e947321cbf3b5b231a2636e31bcb59945)) |
| 22 | +* show error log when command fails ([#965](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/965)) ([be7f7c8](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/be7f7c868f72447abf29db4096a141018e1e9eee)) |
| 23 | + |
| 24 | + |
| 25 | +### Dependencies |
| 26 | + |
| 27 | +* appengine-plugin-core to 0.9.9 ([#427](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/427)) ([a0bd9e0](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a0bd9e093f41857a4fe4af6a71cc55b15b7a57db)) |
| 28 | +* Bump testing libraries to their latest possible versions ([#449](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/449)) ([23bef55](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/23bef554ec0afabaabe5ed31ca5fe5124373f98f)) |
| 29 | +* update appengine-plugins-core to 0.9.9 ([#474](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/474)) ([1af2b91](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/1af2b91e3610e7d95564e1406aa31c185cb70786)) |
| 30 | +* update commons-compress ([#836](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/836)) ([9ad975d](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/9ad975dbde99b8767b25a168761a50bc634fd9d7)) |
| 31 | +* update commons-compress ([#836](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/836)) ([b1278a9](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/b1278a975600c03dcda2c1f51b42a87845ace72c)) |
| 32 | +* update to Guava 29.0-jre ([#837](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/837)) ([cd77618](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/cd77618d738151f2393f77db8e55bae2e3e0421a)) |
| 33 | +* update to Guava 29.0-jre ([#837](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/837)) ([4db90e1](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/4db90e1a5b74c2b15cdf7be3335eff0f0b09cf82)) |
| 34 | +* Upgrade Guava to 32.1.2 ([#934](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/934)) ([52dd5aa](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/52dd5aa5d994b806d8994a6660f3be1532e31a32)) |
| 35 | +* Upgrade Guava to 32.1.2 ([#934](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/934)) ([ab8d029](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/ab8d0293d636a87bc97c16e4b2f913b93782650e)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* link to relevant configuration sections ([#443](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/443)) ([5d39c93](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/5d39c938234a02b959a3560c45498c24dcbff3d0)) |
| 41 | +* update ci badge ([#479](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/479)) ([c7a780c](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/c7a780c3fac0efe6803d2d2e6e35c22dc5318c22)) |
0 commit comments