Skip to content

Faasm 0.15.0

Compare
Choose a tag to compare
@csegarragonz csegarragonz released this 05 Dec 17:05
· 50 commits to main since this release
7cec27e

Here is what has changed since last release:

[v0.15.0] - 2023-12-05

  • gh: bump code version and include is_app_migratable binary (#806)

[v0.14.0] - 2023-11-29

  • planner: support preloading a scheduling decision (#804)
  • tasks: remove faasmcli (#802)
  • gha: bump actions/checkout version (#801)
  • Bump cryptography from 41.0.3 to 41.0.4 in /faasmcli (#794)
  • Fix GHA running out of disk space for SGX tests (#791)

[v0.12.0] - 2023-09-07

  • Bump Faabric (#790)
  • Give some wiggle room for codecov patch (#789)

[v0.11.0] - 2023-09-06

  • Make planner take the scheduling decisions (#788)
  • Re-factor scheduling decisions (#786)
  • Use faasmctl (#785)
  • Bump cryptography from 41.0.2 to 41.0.3 in /faasmcli (#784)

[v0.10.3] - 2023-07-31

  • Bump faabric to set/get messages through PlannerClient (#782)
  • Fix Azure Integration Tests (#781)

[v0.10.2] - 2023-07-27

  • Get available hosts from the planner (#780)
  • Add task to purge ACR tags (#779)
  • Format code in a specific directory (#778)

[v0.10.1] - 2023-07-26

  • Bump faabric (#777)
  • Fix makespan experiments (#776)

[v0.10.0] - 2023-07-20

  • Use Semantic Versioning (#775)

[v0.9.12] - 2023-07-19

  • Support running concurrent compose clusters (#774)
  • Fix SGX flaky upload test (#772)

[v0.9.11] - 2023-07-18

  • Invoke planner (#770)
  • Bump cryptography from 41.0.0 to 41.0.2 in /faasmcli (#771)
  • Simplify and re-factor ExecGraph (#769)

[v0.9.10] - 2023-07-01

  • Tag new code version (#768)
  • Flush workers through planner (#767)
  • Fixes to get/set message results with Planner (#766)
  • GHA Improvements (#763)
  • Set threshold for CodeCov (#764)
  • Mock planner in tests (#761)
  • Turn on code coverage metrics with CodeCov (#759)
  • Add wrapper invoke script to run tests (#762)
  • Bump cryptography from 39.0.1 to 41.0.0 in /faasmcli (#760)
  • Remove obsolete callFunction signature (#750)
  • Run dist-tests with different WASM VMs (#757)
  • Make outputData a std::string (#758)

[v0.9.9] - 2023-05-30

  • Fixes for (non)-dev clusters and quick-start tests (#746)
  • Use file loader without local cache in the upload server (#755)
  • WAMR Exception Handling (#756)
  • Bump requests from 2.25.1 to 2.31.0 in /faasmcli (#754)
  • Pass input-data encoded as base64 (#753)
  • Compose: add env. variable to fix (first) quick start (#752)
  • Fix python quick-start instructions (#751)

[v0.9.8] - 2023-05-05

  • Planner k8s deployment (#748)
  • Task to bump tracked faabric version (#749)

[v0.9.7] - 2023-05-04

  • In-house host membership with the Planner (#744)
  • Tests: remove unncessary cleanup that should happen in fixtures (#747)
  • Refactor getMessageResult (#745)
  • Re-factor faabric's MPI implementation (#743)
  • Bump faabirc and fix tests compilation (#742)

[v0.9.6] - 2023-04-04

  • WAMR upgrade (#734)
  • Fix refresh_local to use ACR image tags (#740)
  • Bump redis from 4.5.3 to 4.5.4 in /faasmcli (#738)
  • Fix cluter service list to include cross-compilation clients (#737)
  • K8s deployment files for WAMR (#736)

[v0.9.5] - 2023-03-30

  • Clean FDs (#735)
  • Stop and restart only the cluster-related services (#733)
  • Bump redis from 3.5.3 to 4.5.3 in /faasmcli (#732)
  • MPI support in WAMR (#731)
  • Migrate from DockerHub to ACR (#730)

[v0.9.4] - 2023-03-09

  • GHA: Azure Integration Tests (#726)
  • Fix race condition when running ./bin/cli.sh (#728)
  • Patch LLVM (#729)
  • gha: add template for SGX HW tests (#727)