Skip to content

v0.0.9

Compare
Choose a tag to compare
@JadenSimon JadenSimon released this 30 Jun 21:54
· 8 commits to main since this release

BREAKING CHANGES:

  • Bucket.get now returns Blob | undefined if no encoding is provided
  • Reworked HttpService.addRoute into HttpService.route. Route handlers are now provided a Request object instead of a bespoke interface.
  • Programs are now identified with a different strategy. Existing programs should be moved automatically. Open an issue if you run into any problems.

Fixes for Windows:

  • Incremental builds now work correctly
  • Installed package executables no longer fail
  • Multiple problems with building Synapse from source