Releases: jabibamman/dyno_code
Releases · jabibamman/dyno_code
Refactoring dyno code
Full Changelog: 0.5.0...1.0.0
Full implementation of dyno code
What's Changed
- Feat: input output for lua, py, rust by @jabibamman in #3
- feat(nfs): NFS server configuration and deployment configuration by @jabibamman in #4
Full Changelog: 0.4.0...0.5.0
Release 0.4.0
feat(k8s_executor): improve error handling Updated the 'time' and 'time-macros' dependencies in Cargo.lock to their latest versions. In server.rs, added more robust error handling for code execution. Now, if an error occurs during execution, it will return a BadRequest response with the error message instead of just finishing with InternalServerError.
Release 0.3.0
chore(bump): dyno_code version to 0.3.0 The version of the dyno_code package has been updated from 0.2.0 to 0.3.0 in both Cargo.lock and Cargo.toml files, ensuring consistency across the project's dependencies.
Code Execution sandboxed correctly with jobs
POC remotly code executor
What's Changed
- feat(rust): add rust compilation by @jabibamman in #1
New Contributors
- @jabibamman made their first contribution in #1
Full Changelog: https://github.com/jabibamman/dyno_code/commits/0.1.0