Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

0.3.2

Compare
Choose a tag to compare
@tayloraswift tayloraswift released this 13 Aug 01:45
· 24 commits to master since this release

v0.3.2 is a transitional release to prepare Biome for version 0.4. it mostly consists of internal changes enabling the service to scale more gracefully.

  • the time it takes to lookup versioned data no longer increases linearly with number of snapshots
  • the in-memory database has been re-architected somewhat to make it easier to un-register package snapshots
  • doccomment inheritance is now a first-class, versioned attribute in Biome’s in-memory database
  • doccomment pruning logic has moved into SymbolGraphs/swift-symbolgraphc, mildly improving Biome’s startup time.
  • SymbolGraphs/swift-symbolgraphc can now handle SPM snippets
  • package landing pages now display package dependencies and exact pins (live example)
  • Biome has been relicensed from GPL 3 → MPL 2