Closed BCsabaEngine closed 2 months ago
The changes involve updates across various configuration files and source code to support the new psychic2
version of the PsychicHttp
library. This includes updating Node.js versions in CI workflows, enhancing documentation, and expanding command-line options. Additionally, new environment configurations and templates were introduced in the ESP32 project, along with updates to testing methodologies and package dependencies.
Files | Change Summary |
---|---|
.github/workflows/ci-dev.yaml , .github/workflows/ci-full.yaml |
Updated Node.js version from 20.16.0 to 20.17.0 in CI workflow configurations. |
CHANGELOG.md |
Added a new version section (1.5) with updates on engine types and testing methodology changes. |
README.md |
Enhanced documentation to include support for PsychicHttp v2 and updated command line options to reflect new engine types. |
demo/esp32/platformio.ini |
Updated library dependencies to full URLs and introduced new environment configurations for psychic2 . |
demo/esp32/src/main.cpp |
Added new setup for PsychicHttpServer with conditional compilation for PSYCHIC2 . |
package.json |
Incremented version to 1.5.0 , added a new script for psychic2 , updated @types/node , and introduced a new dependency psychichttpserverV2 . |
package.script |
Introduced new command-line instructions for psychic2 mode, enhancing output file generation capabilities. |
src/commandLine.ts |
Expanded ICopyFilesArguments interface to include psychic2 as a valid engine option. |
src/cppCode.ts |
Added psychic2Template with enhanced handling for ETag and GZip configurations, modifying the getCppCode function to accommodate new logic. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
psychic2
, enhancing functionality for PsychicHttp v2.psychic2
, allowing for additional configurations.PsychicHttpServer
setup for thePSYCHIC2
platform.Bug Fixes
Documentation
Chores