Releases: defold/extender
Releases · defold/extender
extender-v2.7.2
What's Changed
- Allow setting emscriptenLinkFlags from manifest by @Jhonnyg in #529
- Fixes while trying to use extender by @smagnuso in #507
- Add version metric by @ekharkunov in #533
- Added support for PS5 SDK 10 by @JCash in #535
- Added support for PS4 SDK 12 by @JCash in #536
- Fix replace symbolCmd with empty string when merge contexts. by @ekharkunov in #534
- Added ps4-12000 and ps5-10000 to local docker builds by @JCash in #541
- Bump google-github-actions/auth from 2.1.6 to 2.1.7 by @dependabot in #542
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #540
- Bump actions/setup-java from 4.4.0 to 4.5.0 by @dependabot in #539
- Fix tests by @ekharkunov in #543
- Added healthcheck for test containers by @ekharkunov in #544
- Fix NPE. by @ekharkunov in #545
New Contributors
Full Changelog: extender-v2.7.1...extender-v2.7.2
extender-v2.7.1
What's Changed
- Added DotNet support for Windows target platform by @JCash in #502
- Fixed issue with docker compose when no DYNAMO_HOME variable is defined. by @ekharkunov in #524
- Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #510
- Add custom log enhancer to add more information to GCP LogEntry. by @ekharkunov in #525
- Make custom thread pool size configurable. by @ekharkunov in #526
- Made enhancer configuration conditional. by @ekharkunov in #527
Full Changelog: extender-v2.7.0...extender-v2.7.1
client-v0.0.7
What's Changed
- Split docker by @ekharkunov in #392
- Update gh deps by @ekharkunov in #445
- Bump actions/setup-java from 4.2.2 to 4.3.0 by @dependabot in #446
- Update emscripten to 3.1.65 by @Jhonnyg in #447
- Update java deps by @ekharkunov in #453
- Bump gradle/actions from 4.0.1 to 4.1.0 by @dependabot in #451
- Cleanup old scripts. Documentation - part 1. by @ekharkunov in #448
- Fix local Docker build script by @ekharkunov in #455
- Add more whitlisted options by @ekharkunov in #454
- Update documentation and scripts regarding local Extender by @ekharkunov in #467
- Add VSCode workspace. by @ekharkunov in #469
- Fix issues building certain combinations of pod dependencies by @britzl in #464
- Explicitly set parameter name. by @ekharkunov in #468
- Update java deps by @ekharkunov in #472
- Retag private docker images. by @ekharkunov in #456
- Remove file-to-file bind by @ekharkunov in #474
- Fix Zig arch detection by @ekharkunov in #486
- Updated dotnet support for DotNet 9 rc1 by @JCash in #488
- Fix issue with common-io exception by @ekharkunov in #489
- Fix documentations in area of debugging. by @ekharkunov in #490
- Update gh deps by @ekharkunov in #491
- Bump docker/build-push-action from 6.8.0 to 6.9.0 by @dependabot in #492
- Update documentation by @ekharkunov in #493
- Add maxFormPart configuration option for Jetty. by @ekharkunov in #495
- Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in #496
- Bump google-github-actions/auth from 2.1.5 to 2.1.6 by @dependabot in #497
- Remove old user.env during generation to avoid variable duplication. by @ekharkunov in #498
- Update java deps by @ekharkunov in #499
- Specify user to run application. by @ekharkunov in #501
- Improve logging by @ekharkunov in #503
- Fix Extender tests. by @ekharkunov in #504
- Fix for validating C++ defines in a build request by @JCash in #505
- Add Podfile.lock to build results by @ekharkunov in #506
- Copy resources per pod by @britzl in #508
- Improve logging and metrics collection for external instances by @ekharkunov in #523
- Added DotNet support for Windows target platform by @JCash in #502
- Fixed issue with docker compose when no DYNAMO_HOME variable is defined. by @ekharkunov in #524
- Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #510
- Add custom log enhancer to add more information to GCP LogEntry. by @ekharkunov in #525
- Make custom thread pool size configurable. by @ekharkunov in #526
New Contributors
- @dependabot made their first contribution in #446
- @Jhonnyg made their first contribution in #447
Full Changelog: client-v0.0.6...client-v0.0.7
extender-v2.7.0
What's Changed
- Fix documentations in area of debugging. by @ekharkunov in #490
- Update gh deps by @ekharkunov in #491
- Bump docker/build-push-action from 6.8.0 to 6.9.0 by @dependabot in #492
- Update documentation by @ekharkunov in #493
- Add maxFormPart configuration option for Jetty. by @ekharkunov in #495
- Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in #496
- Bump google-github-actions/auth from 2.1.5 to 2.1.6 by @dependabot in #497
- Remove old user.env during generation to avoid variable duplication. by @ekharkunov in #498
- Update java deps by @ekharkunov in #499
- Specify user to run application. by @ekharkunov in #501
- Improve logging by @ekharkunov in #503
- Fix Extender tests. by @ekharkunov in #504
- Fix for validating C++ defines in a build request by @JCash in #505
- Add Podfile.lock to build results by @ekharkunov in #506
- Copy resources per pod by @britzl in #508
- Improve logging and metrics collection for external instances by @ekharkunov in #523
Full Changelog: extender-v2.6.7...extender-v2.7.0
extender-v2.6.7
What's Changed
- Fix issue with common-io exception by @ekharkunov in #489
Full Changelog: extender-v2.6.6...extender-v2.6.7
extender-v2.6.6
What's Changed
- Split docker by @ekharkunov in #392
- Update gh deps by @ekharkunov in #445
- Bump actions/setup-java from 4.2.2 to 4.3.0 by @dependabot in #446
- Update emscripten to 3.1.65 by @Jhonnyg in #447
- Update java deps by @ekharkunov in #453
- Bump gradle/actions from 4.0.1 to 4.1.0 by @dependabot in #451
- Cleanup old scripts. Documentation - part 1. by @ekharkunov in #448
- Fix local Docker build script by @ekharkunov in #455
- Add more whitlisted options by @ekharkunov in #454
- Update documentation and scripts regarding local Extender by @ekharkunov in #467
- Add VSCode workspace. by @ekharkunov in #469
- Fix issues building certain combinations of pod dependencies by @britzl in #464
- Explicitly set parameter name. by @ekharkunov in #468
- Update java deps by @ekharkunov in #472
- Retag private docker images. by @ekharkunov in #456
- Remove file-to-file bind by @ekharkunov in #474
- Fix Zig arch detection by @ekharkunov in #486
- Updated dotnet support for DotNet 9 rc1 by @JCash in #488
New Contributors
Full Changelog: extender-v2.6.5...extender-v2.6.6
extender-v2.6.5
What's Changed
- Update consoles sdks by @ekharkunov in #415
- Improve health reporting by @ekharkunov in #416
- Improve health reporting by @ekharkunov in #419
- Fix cache issue by @ekharkunov in #420
Full Changelog: extender-v2.6.4...extender-v2.6.5
extender-v2.6.4
What's Changed
- Health report by @ekharkunov in #407
- Add connection timeout in HealthReporterService. Fix Nan in status page. by @ekharkunov in #409
- Add GCPInstanceService which used to monitor and suspend gcp instances if instance not used for a while. by @ekharkunov in #410
- Revert "Add standalone jetifier. Run jetifier when resolve gradle dependencies." by @ekharkunov in #411
- Fix download cache size metric value. by @ekharkunov in #412
Full Changelog: extender-v2.4.0...extender-v2.6.4
manifestmergetool-v1.3.0
What's Changed
- Health report by @ekharkunov in #407
- Add connection timeout in HealthReporterService. Fix Nan in status page. by @ekharkunov in #409
Full Changelog: extender-v2.4.0...manifestmergetool-v1.3.0
client-v0.0.6
What's Changed
- Health report by @ekharkunov in #407
- Add connection timeout in HealthReporterService. Fix Nan in status page. by @ekharkunov in #409
Full Changelog: extender-v2.4.0...client-v0.0.6