-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: AngelMunoz/Perla
base: v1.0.0-rc-001
head repository: AngelMunoz/Perla
compare: v1.0.0-rc-002
- 13 commits
- 29 files changed
- 1 contributor
Commits on Aug 7, 2025
-
fix(Handlers, Server): Fix static machine warnings
fix(Handlers): Make sure to fail the build if esbuild fails
Configuration menu - View commit details
-
Copy full SHA for 215b7d8 - Browse repository at this point
Copy the full SHA 215b7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b90857 - Browse repository at this point
Copy the full SHA 7b90857View commit details
Commits on Aug 8, 2025
-
fix(install): improve extraction and installation process
- Extract to a temporary directory to avoid stale files on update. - Implement atomic directory swapping for safer installation. - Update environment variable setup to use PERLA_HOME instead of MIGRONDI_HOME.
Configuration menu - View commit details
-
Copy full SHA for 6ac787e - Browse repository at this point
Copy the full SHA 6ac787eView commit details
Commits on Aug 14, 2025
-
feat: update project configuration and tools to net10 (#143)
* feat: update project configuration and tools - Add global.json for SDK versioning - Update Directory.Build.props to include versioning - Modify Perla.fsproj to target net10.0 and add runtime identifiers - Refactor tools.fsx to correct project references and streamline NuGet packaging * chore: formatting * fix(ProxyService): handle multipart/form-data requests - Added check for multipart/form-data in Content-Type header. - Implemented handling of form fields and file uploads in multipart requests. - Updated content assignment based on request type. * chore(launch.json): update configurations - Changed preLaunchTask from "build" to "Build: Perla.fsproj" - Updated program path to use net10.0 instead of net9.0 - Modified cwd for "Perla serve" configuration * fix(ProxyService): improve header writing and add cancellation support - Ensure proper handling of exceptions during stream transfer. * fix(ProxyService): enhance header writing and support for chunked transfer - Added `writeHeaders` function to handle response headers. - Implemented `transferChunkedPipe` and `transferPlainPipe` for streaming responses. - Updated logic to check for chunked responses and handle them appropriately. - Improved header handling for various request types. * feat(Commands, Handlers, Program): Enable interactive mode - Renamed 'Install' command to 'Restore' for clarity. - Added aliases for commands to improve usability. - Introduced interactive mode for command execution. - Updated logging for command success and failure. * refactor(Interactive): simplify command execution logic * refactor(descriptions.json): update schema and improve descriptions - Replaced outdated keys and descriptions with updated schema versioning. - Enhanced clarity of configuration options for better understanding. - Deprecated several keys and added new ones for improved functionality. * chore: bump the dotnet version * feat: don't make the dotnet tool run self-contained
Configuration menu - View commit details
-
Copy full SHA for 561d62b - Browse repository at this point
Copy the full SHA 561d62bView commit details
Commits on Aug 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9ce0e19 - Browse repository at this point
Copy the full SHA 9ce0e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9cbb1e - Browse repository at this point
Copy the full SHA c9cbb1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4882b4f - Browse repository at this point
Copy the full SHA 4882b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 753f520 - Browse repository at this point
Copy the full SHA 753f520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ebf16 - Browse repository at this point
Copy the full SHA 29ebf16View commit details -
chore: update runtime identifiers
- Removed 'linux-arm64' and 'win-arm64' from RuntimeIdentifiers in Perla.fsproj - Simplified runtime list in tools.fsx
Configuration menu - View commit details
-
Copy full SHA for a8e8a24 - Browse repository at this point
Copy the full SHA a8e8a24View commit details -
chore: update runtime identifiers
- Removed 'linux-arm64' and 'win-arm64' from RuntimeIdentifiers in Perla.fsproj - Simplified runtime list in tools.fsx
Configuration menu - View commit details
-
Copy full SHA for e191f25 - Browse repository at this point
Copy the full SHA e191f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e96b0 - Browse repository at this point
Copy the full SHA e8e96b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 705f385 - Browse repository at this point
Copy the full SHA 705f385View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0-rc-001...v1.0.0-rc-002