Skip to content

Releases: aperturerobotics/bifrost

v0.35.1

26 Jul 21:42
Compare
Choose a tag to compare

Changelog

  • 207f808 chore(deps): update all dependencies
  • 9dceb1e chore(deps): update all dependencies
  • 1b43edf chore(deps): update all dependencies (#235)
  • 93da1d7 feat: add MustGetMountedStreamContext
  • bca6778 feat: log peer id for quic startup
  • 40a8bc8 fix(deps): update all dependencies
  • b75bebe fix(deps): update all dependencies (#236)
  • f5da0ce refactor(fetch): split Opts and CommonOpts

v0.35.0

10 Jul 21:13
Compare
Choose a tag to compare

Changelog

  • 0bc34a9 chore(deps): update all dependencies
  • 12af510 chore(deps): update all dependencies
  • 7249586 ci: merge webtests with tests
  • e46f83a fix: detect EOF error in websocket reader
  • c51e097 fix: handle nil opts and add webtests flag
  • 0fadffb fix: tag http server test as not js
  • 7b4f3a8 fix: tag http server test as not js
  • a856659 fix: test-browser makefile tag paths
  • 89307c5 fix: typo in error unwrap for websocket
  • 18bc2b4 fix: use errors.Is for unwrap checks
  • d5b74c5 fix: wait a moment for tests to finish
  • bdb5d35 fix: wait a moment for tests to finish
  • 0299748 refactor: move e2e tests to in-package tests
  • b8ae581 refactor: update deps
  • 8da73d1 refactor: update deps and quic-go

v0.34.1

21 Jun 23:02
Compare
Choose a tag to compare

Changelog

  • f79becd feat: also log peer id when opening stream
  • 528a947 fix: remove unnecessary establish link in srpc
  • 96f7009 fix: respect source peer id in establish link handler
  • e3e7057 fix: shorten src and dst peer id log fields
  • bc2a5cb refactor: rename some log fields to be more consistent

v0.34.0

21 Jun 22:27
Compare
Choose a tag to compare

Changelog

  • 0a1904d refactor: remove unused StreamOpts

v0.33.2

21 Jun 20:32
Compare
Choose a tag to compare

Changelog

  • 155cc9e chore(deps): Bump ws from 8.17.0 to 8.17.1 (#234)
  • 8d4f07a chore(deps): update all dependencies (#233)
  • a5f272d feat(websocket): add http handler controller
  • 7702f04 fix(deps): update all dependencies
  • b135768 fix(deps): update all dependencies
  • b4ba3d1 fix: adjustments to the websocket config message
  • 1deb7c0 refactor: pass method and url to lookup http handler

v0.33.1

14 Jun 01:30
Compare
Choose a tag to compare

Changelog

  • 011005c chore(deps): update all dependencies (#231)
  • 2a98002 fix(deps): update all dependencies (#232)
  • 80f7446 refactor: update deps and license year

v0.33.0

05 Jun 03:11
Compare
Choose a tag to compare

Changelog

  • 030dbe1 chore(deps): update all dependencies (#229)
  • 5f6b5c7 fix(deps): update all dependencies (#230)
  • 283749d fix: validate message in ExtractAndVerify
  • d9a95ad refactor: enforce encryption context on signatures

v0.32.6

29 May 22:48
Compare
Choose a tag to compare

Changelog

  • ebe156d feat: add stream relay controller
  • 0348032 fix(deps): update module github.com/aperturerobotics/starpc to v0.32.11 (#228)
  • 41dec10 fix: allow empty peer controller config to generate id
  • ab43a2b fix: relay stream to correct target peer
  • 1f95bed refactor: update deps

v0.32.5

28 May 16:43
Compare
Choose a tag to compare

Changelog

  • b219e99 feat: log peer id in websocket startup
  • 6d115ac fix(deps): update all dependencies (#227)
  • cb443e7 fix: add bus param to new factory for peer controller

v0.32.4

23 May 23:35
Compare
Choose a tag to compare

Changelog

  • 1d31d4c chore(deps): update all dependencies (#226)
  • a3dc9e6 fix(websocket): correct variable name in path comparison