Commit graph

87 commits

Author SHA1 Message Date
cbe9a8344a
fix: protocol.rs 2024-03-29 21:55:04 +00:00
github-actions[bot]
ab199868be chore(main): release 2.0.0 2024-03-29 21:01:08 +00:00
5f86bc78a8 REFACTOR!: protocol -> coding 2024-03-29 21:00:18 +00:00
github-actions[bot]
c2b4b05330 chore(main): release 1.1.1 2024-03-29 19:47:12 +00:00
e066dde3f7 fix: ignore e2e tests 2024-03-29 19:46:26 +00:00
github-actions[bot]
3c41780b04 chore(main): release 1.1.0 2024-03-29 19:27:16 +00:00
e0a9295674 feat(macros): service macro to remove boilerplate code 2024-03-29 19:26:02 +00:00
github-actions[bot]
b8387e2b8c chore(main): release 1.0.0 2024-03-25 21:19:39 +00:00
dependabot[bot]
300107c5d2 chore(deps): bump async-trait from 0.1.78 to 0.1.79
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.78 to 0.1.79.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.78...0.1.79)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 21:18:04 +00:00
dependabot[bot]
a2464c32c6 chore(deps): bump syn from 2.0.53 to 2.0.55
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.53 to 2.0.55.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.53...2.0.55)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 21:18:04 +00:00
dependabot[bot]
dad3412de4 chore(deps): bump which from 6.0.0 to 6.0.1
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/compare/6.0.0...6.0.1)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 21:18:04 +00:00
faa0a1a119 REFACTOR!: merge all the creates 2024-03-25 21:18:04 +00:00
dependabot[bot]
c9a19e4bd0 chore(deps): bump bytes from 1.5.0 to 1.6.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 21:14:24 +00:00
github-actions[bot]
2f9b5dc3fe chore(main): release 0.6.0 2024-03-21 20:00:22 +00:00
ce13217e44
feat: virtio support 2024-03-21 19:57:36 +00:00
dependabot[bot]
5322d31e09 chore(deps): bump syn from 2.0.52 to 2.0.53
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.52 to 2.0.53.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.52...2.0.53)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 19:03:50 +00:00
dependabot[bot]
fd245a9fe6 chore(deps): bump clap from 4.5.2 to 4.5.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.2...v4.5.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 19:03:50 +00:00
dependabot[bot]
80243af171 chore(deps): bump async-trait from 0.1.77 to 0.1.78
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.78.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.77...0.1.78)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 19:03:50 +00:00
dependabot[bot]
469ae7158b chore(deps): bump tokio-stream from 0.1.14 to 0.1.15
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.14 to 0.1.15.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.14...tokio-stream-0.1.15)

---
updated-dependencies:
- dependency-name: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 19:03:50 +00:00
github-actions[bot]
8654e38f8b chore(main): release 0.5.1 2024-03-15 18:59:43 +00:00
de4cf791a8
fix: filesystem under feature flag, rm newline 2024-03-15 18:58:14 +00:00
4c50132ba0 fix: Update client_tests.rs 2024-03-15 18:55:51 +00:00
a6ac4476fd
chore: Update lib.rs 2024-03-15 18:36:19 +00:00
github-actions[bot]
7504d2bd4d chore(main): release 0.5.0 2024-03-15 17:44:46 +00:00
e38bacb216 fix: update to v2 upload sarif 2024-03-15 17:43:38 +00:00
3dfb39f1c4 feat: rust-clippy code scanning 2024-03-15 17:43:38 +00:00
github-actions[bot]
0cfef7ec0d chore(main): release 0.4.0 2024-03-14 17:37:55 +00:00
73a0844e9a feat: autopub 2024-03-14 17:36:50 +00:00
9aa880de8d feat: hide filesystem behind a feautre-flag 2024-03-14 17:36:50 +00:00
b7a46d8981
Update release.yml 2024-03-14 17:27:13 +00:00
6443f7bb9e
Update release-please.yml 2024-03-14 17:26:26 +00:00
github-actions[bot]
0acffcad1e chore(main): release 0.3.2 2024-03-14 17:23:02 +00:00
6505b0ff66 fix: auto-release feature 2024-03-14 17:21:47 +00:00
github-actions[bot]
20251eafff chore(main): release 0.3.1 2024-03-14 17:16:25 +00:00
de391e58d3 fix: ci release-please 2024-03-14 17:14:42 +00:00
7c861c29cc Update Cargo.toml 2024-03-14 17:11:20 +00:00
089bb2277b fix: broken release-please 2024-03-14 17:11:20 +00:00
d78c844c31 chore: bootstrap releases for path: . 2024-03-14 16:56:27 +00:00
183b6dc09b
Update release-please-config.json 2024-03-14 16:23:48 +00:00
5db20cb36f chore: bootstrap releases for path: . 2024-03-14 16:23:01 +00:00
2a2fde48cd chore: add an example to the README 2024-03-14 16:01:01 +00:00
099594e614
Merge pull request #27 from sevki/dev
chore: update deps
2024-03-14 15:56:49 +00:00
dcf3888789 chore: update deps 2024-03-14 15:53:24 +00:00
acf8ec25de
Merge pull request #26 from sevki/dev
chroe(ci): remove tag regex
2024-03-14 15:36:59 +00:00
85b0d2394e chroe(ci): remove tag regex 2024-03-14 15:36:13 +00:00
92f74000c8
Merge pull request #25 from sevki/dev
chroe(ci): remove tag regex
2024-03-14 15:35:20 +00:00
1d96c1ff80 chroe(ci): remove tag regex 2024-03-14 15:34:40 +00:00
86d56119fd
Merge pull request #24 from sevki/dev
chore(gh actions): update the tag regex
2024-03-14 15:32:20 +00:00
fc74148387 chore(gh actions): update the tag regex 2024-03-14 15:29:51 +00:00
2314890fcc
Merge pull request #23 from sevki/release-please--branches--main--components--jetstream
chore(main): release 0.3.0
2024-03-14 15:26:32 +00:00