Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 15:10
ba203d3
  • (ba203d3) chore(ejb): use ej-io version from crates.io (André)
  • (661af75) docs(ejb): add crate description to cargo.toml (André)
  • (cf3cdb3) docs(ejio): add crate description to cargo.toml (André)
  • (67638ac) docs(ejcli): add crate description to cargo.toml (André)
  • (e07eb48) chore: use ej-requests version from crates.io (André)
  • (d0c35ef) docs(ejrequests): add crate description to cargo.toml (André)
  • (c7206a2) chore: use ejd and ejb sdk versions from crates.io (André)
  • (5a23309) docs(ejbsdk): add crate description to cargo.toml (André)
  • (3014261) chore(ejbsdk): add missing features to tokio (André)
  • (f27700f) docs(ejdsdk): add missing description (André)
  • (19ce7c1) chore(ejdsdk): add missing dependency (André)
  • (3d048cd) chore: use ej-config from crates.io (André)
  • (5bef7f3) docs: add description to ej-config cargo.toml (André)
  • (d071aab) chore(ejconfig): add missing serde feature to uuid (André)
  • (c9e4832) chore: remove unused dependencies (André)
  • (c4f41f8) chore: bump uuid to 1.16 to align with other crates (André)
  • (e0b0013) chore: add missing uuid feature to ej-config (André)
  • (0eacc77) chore: use ej-auth from crates.io (André)
  • (e89695d) chore: release v0.3.0 (André)
  • (7c3a81a) docs: add ej-auth description (André)
  • (3c6ab8f) docs: add ejd docs (André)
  • (45d959e) docs: add ejcli docs (André)
  • (7ee74c7) docs: add ejb docs (André)
  • (a9bd26c) docs: add ej-web docs (André)
  • (e4bbee2) docs: add ej-requests docs (André)
  • (33b6d22) docs: add ej-models docs (André)
  • (bcbdd8c) docs: add ej-io docs and thirdparty license (André)
  • (81b9ef6) docs: add ej-dispatcher-sdk docs (André)
  • (86fc7d5) docs: add ej-config docs (André)
  • (268e811) docs: add ej-builder-sdk docs (André)
  • (9da966b) docs: add ej-auth docs (André)
  • (be47b9b) fix: remove unused function (André)
  • (c26f58f) docs: add ej-web and ej-config mentions to main readme (André)
  • (a69e078) chore: add license to cargo.toml and readme files to each package (André)
  • (735fe33) docs: add readme to ej-config and ej-web (André)
  • (146e874) chore: add license (André Costa)
  • (42574c6) fix: remove unused errors from web crate (André)
  • (abf3768) ci: fix path to dockerfiles (André)
  • (0fe7fb6) refactor: remove ej-core and add better error handling for each crate (André)
  • (3ed9393) docs: add readme for each crate (André)
  • (42fe387) docs: create readme (André)
  • (c0740cf) refactor: rename crates to use ej prefix (André)
  • (2304e47) style: fix formatting (André)
  • (9d909d8) refactor: separate auth related files to lib-auth (André)
  • (b3f7cfc) refactor: separate db models to separate lib (André)
  • (ece497a) feat: create the builder sdk lib (André)
  • (e5be34c) feat: kill child process after trying to make it exit gracefully (André)
  • (be15584) feat(builder): add ability to share messages with spawned process (André)
  • (8b35da9) refactor: factor out dispatching a job to a different library (André)
  • (55a8e92) feat: add checkout step to pipeline (André)
  • (99898fd) fix(api): protect create client and dispatch routes correctly (André)
  • (54a600a) feat(dispatcher): implement timeout feature (André)
  • (bc99ad5) fix: don't dispatch the same builder twice (André)
  • (1957e1f) test: add more dispatcher tests around queue management (André)
  • (ff7dcd7) test: setup dispatcher jobs (André)
  • (c120b2f) style: fix formatting (André)