Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Releases: rbmk-project/common

v0.22.0

03 Jul 14:01
v0.22.0
9c79016

Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

05 May 11:30
v0.21.0
7e99407

Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

09 Mar 08:15
v0.20.0
332e534

Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

01 Mar 11:05
v0.19.0
630a03b

Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

01 Mar 10:54
v0.18.0
337b371

Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

27 Feb 07:11
v0.17.0
4c26081

Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

22 Dec 11:38
v0.16.0
4273bdb

Choose a tag to compare

Overview

More changes related to ensuring we can run rbmk sh and rbmk pipe inside it with reasonably long Unix domain socket paths. The core idea is to take relative paths by constructing a custom PrefixDirPathMapper.

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

22 Dec 10:09
v0.15.0
c799866

Choose a tag to compare

Overview

This release is really focused around understanding, documenting, and working around the maximum Unix domain sockets path length (between 90 and 108 chars depending on platform), by improving fsx to make the choice of using a relative or absolute base path explicit. There is no functional change (i.e., previous code is still working as intended) but previous code has been deprecated and there is a clear upgrade path to better patterns.

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

10 Dec 14:05
v0.14.0
5be3f6a

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

10 Dec 13:56
v0.13.0
f9f284f

Choose a tag to compare

What's Changed

  • feat(fsx): introduce file system abstraction by @bassosimone in #16
  • feat(cliutils): add filesystem abstraction to Environment by @bassosimone in #17

Full Changelog: v0.12.0...v0.13.0