Skip to content

Releases: helsing-ai/buffrs

v0.9.0 – Local Dependencies

24 Jul 10:42
077160a
Compare
Choose a tag to compare

What's Changed

  • Update readme.md removing outdated commands by @fredrb in #255
  • Add buffrs new command to init a package in a non-existing folder by @gbouv in #256
  • buffrs add now accept dependency with no version and defaults to latest by @gbouv in #259
  • Allow dependencies in Proto.lock to be updated when manifest changes by @fredrb in #257
  • Store package in cache on first download by @fredrb in #260
  • Add default overlay by @tomkarw in #261
  • Local Dependencies by @mara-schulke in #262

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1 – Security Improvements

10 Jun 15:25
8b49387
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @poliorcetics made their first contribution in #233
  • @DavidWHelsing made their first contribution in #245

Full Changelog: v0.8.0...v0.8.1

v0.8.0 – Caching & Nix Integration

28 Feb 11:10
ccd4cf8
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @super-secret-github-user made their first contribution in #219
  • @vsiles made their first contribution in #220

Full Changelog: v0.7.6...v0.8.0

v0.7.6 – Hotfixes

22 Jan 11:30
1983ddc
Compare
Choose a tag to compare

What's Changed

  • Basic Nix compatibility by @qsantos in #207
  • Add Dockerfile for registry by @BlowaXD in #206
  • add registry publish endpoint basis by @BlowaXD in #210
  • chore: make buffrs project a workspace by @tomkarw in #209
  • Cleanup service testing to use tokio channel and run client/server connection by @BlowaXD in #212
  • ci: fix ci after removing registry specific workflow by @tomkarw in #214
  • Add fetch version basis by @BlowaXD in #213

New Contributors

Full Changelog: v0.7.5...v0.7.6

v0.7.5 – Buffrs Editions

26 Dec 10:52
658a05c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.7.5

v0.7.4 – Stabilize commands in half initialized projects

19 Dec 10:35
4ea02a7
Compare
Choose a tag to compare

What's Changed

  • Add full test of the typical use-case by @qsantos in #199
  • Create proto and vendor directories when running commands by @ntrinquier in #203

Full Changelog: v0.7.3...v0.7.4

v0.7.3 – Remove impl Packages

12 Dec 15:16
4a6d0e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2 – Inline Api Packages

06 Dec 10:53
faef703
Compare
Choose a tag to compare

What's Changed

  • Update Getting Started Documentation to reflect current state of implementation by @JoeHut in #163
  • Allow code gen when only protos exist by @alexespencer in #164
  • Improve error message for unpinned versions of dependencies by @JoeHut in #165
  • Require at least tokio 1.26.0 by @JoeHut in #166
  • Remove ring dependency by @xfbs in #161
  • Make static lifetime of constants explicit by @JoeHut in #170
  • Adds prototype registry storage by @xfbs in #168
  • Support releasing of api package from implementing repository by @JoeHut in #167
  • chore: update aws-sdk to v1 by @tomkarw in #177
  • fix: buffrs should not use protoc-bin-vendored by @tomkarw in #179
  • Run npm audit fix --force by @qsantos in #184

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1 – Implement buffrs list

03 Nov 13:13
2f8b0b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0 – Protocol Buffer Linting

27 Oct 13:02
02ba9db
Compare
Choose a tag to compare

What's Changed

  • Switch from TryFrom to FromStr for Manifest by @xfbs in #107
  • Update README.md by @mara-schulke in #118
  • Skip serializing empty credentials vector in credentials file. by @xfbs in #120
  • Async correctness for buildsrs by @xfbs in #125
  • Allows building registry by @xfbs in #126
  • Improve Errors using miette by @asmello in #103
  • Use serde_typename crate for DigestAlgorithm by @xfbs in #124
  • Hooks up database to registry by @xfbs in #127
  • Clean up imports. by @xfbs in #106
  • Refactors src/package.rs by @xfbs in #132
  • Check for existence of PackageStore when creating new by @xfbs in #144
  • Implements buffrs context. by @xfbs in #145
  • Runs CI for all crates in workspace by @xfbs in #140
  • Fail CI if unit test coverage is lower than threshold. by @xfbs in #149
  • Refactors src/package.rs into multiple modules. by @xfbs in #150
  • Refactor the command module by @mara-schulke in #131
  • Refactors digest-related code in src/lock.rs by @xfbs in #151
  • Document buffrs lint by @mara-schulke in #153
  • Rebase Nix flake PR by @j-baker in #104
  • Protobuf validation by @xfbs in #130

New Contributors

Full Changelog: v0.6.4...v0.7.0