v0.1.0 is the oldest version of depot that was analysed, so there is nothing to compare it against. IO.Spawn is a first sighting, not a change.
lib/api/depot_db_repo.march:43
40needs IO.Foreign
41needs IO.NetConnect
42needs IO.Random
43needs IO.Spawn
44
45import Pool
46import Sqlite
lib/api/depot_migration.march:25
22
23needs IO.NetConnect
24needs IO.Random
25needs IO.Spawn
26
27-- ---------------------------------------------------------------------------
28-- Private helpers
lib/api/transaction.march:25
22
23needs IO.NetConnect
24needs IO.Random
25needs IO.Spawn
26
27-- ---- Depth tracking (keyed by conn_key) ----
28
lib/wire/pool.march:12
9
10needs IO.NetConnect
11needs IO.Random
12needs IO.Spawn
13
14-- ---- Pool types ----
15
lib/api/preload.march:29
26
27needs IO.NetConnect
28needs IO.Random
29needs IO.Spawn
30
31--- Extracts all non-null values of `col_name` from a QueryResult.
32---