~hime/shellac

v0.2.1 3 years ago .tar.gz browse log

(bump version) v0.2.1

This release includes the following changes:

      (style) fix whitespace errors in resin
      (docs) update readme to reflect v0.2
      (docs) update LICENSE copyright year
      (resin) do not use buffered I/O

This release includes one fairly major change to `resin`, which is that for
communication between the `lacca` and `resin` we now use the actual file
descriptor instead of going through the stdlibs stdin/stdout primitives.

The Erlang/OTP manual instructs that port authors do not use buffered
I/O when communicating w/ an external program. This is our attempt to
comply with that requirement. Coincidentally backporting this to v0.1  fixes
the issue in which CBOR messages were getting clobbered on the wire.

v0.1.7 3 years ago .tar.gz browse log

(bump version) v0.1.7

Changes in this release:

    (resin) do not use buffered I/O

The ability to use raw file descriptors for stdio has been backported
from the v0.2 release. This fixes the issue where the v0.1 release will
occasionally encounter CBOR decoding errors due to streams including
fragments of partially buffered messages.

v0.2.0 3 years ago .tar.gz browse log

(bump version) v0.2

* switch away from CBOR to MsgPack

v0.1.6 3 years ago .tar.gz browse log

(bump version) v0.1.6, bump resin v0.1.6

* updates serde_cbor to 0.11

v0.1.5 3 years ago .tar.gz browse log

(bump version) update deps

* accept minor patch updates to all libs
* update dialyxir from RC to final v1.0
* update ex_doc to clear warnings about extra_applications missing
  `eex` and `crypto`.

v0.1.4 5 years ago .tar.gz browse log

(bump version) v0.1.4

v0.1.3 5 years ago .tar.gz browse log

(bump version) v0.1.3

v0.1.2 5 years ago .tar.gz browse log

doc: update changelog

v0.1.1 5 years ago .tar.gz browse log

(bump version) v0.1.1

v0.1.0 5 years ago .tar.gz browse log

lacca: fix typo

Branches

master
e8ef870d — Robert Straw 1 year, 1 month ago
release/v0.1
51f8ba96 — Robert Straw 3 years ago