Skip to content

Releases: urbit/vere

vere-v2.8

02 Jun 21:43
6a3283c
Compare
Choose a tag to compare

The previous release vere-v2.7 introduced a regression presenting as a significant disk read increase when swapping. This issue was caused by a flag meant only for development builds being set in the release build, causing every snapshot write to do an overly paranoid check on snapshot integrity.

We have now released vere-v2.8 to fix the issue.

What's Changed

Full Changelog: vere-v2.7...vere-v2.8

vere-v2.7

30 May 17:28
b458275
Compare
Choose a tag to compare

Description

This release features demand paging, significantly reducing memory usage for all ships.

What's Changed

Full Changelog: vere-v2.6...vere-v2.7

vere-v2.7-rc1

22 May 18:44
de2d39b
Compare
Choose a tag to compare
vere-v2.7-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: vere-v2.6...vere-v2.7-rc1

vere-v2.6

17 May 16:59
0287dab
Compare
Choose a tag to compare

Description

This vere release fixes an issue where accessing a previously removed Eyre %set-response in-memory cache path would cause a ship to crash.

What's Changed

Full Changelog: vere-v2.5...vere-v2.6

vere-v2.5

12 May 12:34
e70c3f1
Compare
Choose a tag to compare

Description

This vere release fixes a memory leak in the packet forwarding flow of Ames. It also fixes a remote scry runtime cache bug and a remote scry packet deserialization issue.

What's Changed

Full Changelog: vere-v2.4...vere-v2.5

vere-v2.4

11 May 12:45
5721373
Compare
Choose a tag to compare

Description

This vere release fixes a subtraction underflow during packet forwarding. It also implements Eyre response cancellation, increasing the speed at which javascript frontends are able to detect disconnects.

Upgrading to vere-v2.4 is extremely high priority for galaxies and anyone else who forwards a lot of packets.

What's Changed

Full Changelog: vere-v2.3...vere-2.4

vere-v2.3

04 May 18:35
4bfddbf
Compare
Choose a tag to compare

Description

This release declares compatibility with the upcoming kelvin 413 release. It features the addition of JSON jetting, eyre caches and runtime support for remote scry.

What's Changed

New Contributors

Full Changelog: vere-v2.2...vere-v2.3

vere-v2.2

25 Apr 15:39
590f427
Compare
Choose a tag to compare

Arvo 414K
Vere v2.2

Description

  • Includes click, a thin client for interacting with khan/conn (control plane). See this excellent writeup by the feature’s author, ~finmep-lanteb, for more details on the rationale.
  • Adds a CLI option to configure the time between snapshots.
  • Changes the placement of auto-docking in the boot sequence.

What's Changed

New Contributors

  • @h33p made their first contribution in #327

Full Changelog: vere-v2.1...vere-v2.2

vere-v2.1

28 Mar 15:38
8379b52
Compare
Choose a tag to compare

Arvo 414K
Vere v2.1

Support for [zuse %414] and [lull %325].

Run <pier>/.run/next to upgrade.

What's Changed

New Contributors

Full Changelog: vere-v2.0...vere-v2.1

vere-v2.0

21 Mar 19:56
adec58d
Compare
Choose a tag to compare

Arvo 415K
Vere 2.0

8GB loom has landed, which you can use by adding --loom 33 to your normal boot command. Additionally, comets can now only be booted with the -c flag, the strange page issue is fixed, --cue is added to urbit eval, and authentication requests are checked using eyre's tokens.

Please note that this release is backwards-incompatible with previous versions, which means that if you boot your ship with vere-v2.0 (this release), you will NOT be able to use older versions afterwards.

What's Changed

New Contributors

Full Changelog: vere-v1.22...vere-v2.0