Skip to content

Releases: esatterwhite/skyring

skyring@11.1.0

17 Oct 21:31
Compare
Choose a tag to compare

skyring 11.1.0 (2021-10-17)

Bug Fixes

  • package: include files definition a98492f - Eric Satterwhite
  • release: enable docker authentication for release 20d81d9 - Eric Satterwhite

Chores

  • deps: codedependant/release-config-docker@1.0.1 88f030d - Eric Satterwhite

Features

  • repository: migrate default branch to main 2bc8c3a - Eric Satterwhite

@skyring/zmq-transport@4.0.1

17 Oct 21:25
Compare
Choose a tag to compare

@skyring/zmq-transport 4.0.1 (2021-10-17)

Bug Fixes

  • package: fix package files definition 9d78e81 - Eric Satterwhite

Dependencies

  • skyring: upgraded to 11.1.0

@skyring/zmq-transport@4.0.0

17 Oct 01:04
Compare
Choose a tag to compare

@skyring/zmq-transport 4.0.0 (2021-10-17)

Chores

  • lint: implement new lint setup for skyring b185cbf - Eric Satterwhite
  • release: convert release process to semantic release 4df6fa3 - Eric Satterwhite

Features

  • pkg: replace lerna w/ pnpm d54aef4 - Eric Satterwhite

Lint

  • lint rulels applied b87bc47 - esatterwhite

Miscellaneous

  • include an npmignore for zmq-transport ab247b1 - Eric Satterwhite

BREAKING CHANGES

  • pkg: changes how the docker images are built using pnpm

Dependencies

  • skyring: upgraded to 11.0.0

@skyring/tcp-transport@4.0.1

17 Oct 21:31
Compare
Choose a tag to compare

@skyring/tcp-transport 4.0.1 (2021-10-17)

Bug Fixes

  • package: fix package files definition 5978cea - Eric Satterwhite

Dependencies

  • skyring: upgraded to 11.1.0

@skyring/tcp-transport@4.0.0

17 Oct 01:04
Compare
Choose a tag to compare

@skyring/tcp-transport 4.0.0 (2021-10-17)

Chores

  • lint: implement new lint setup for skyring b185cbf - Eric Satterwhite
  • release: convert release process to semantic release 9aebfa0 - Eric Satterwhite

Features

  • pkg: replace lerna w/ pnpm d54aef4 - Eric Satterwhite

Lint

  • lint rulels applied b87bc47 - esatterwhite

BREAKING CHANGES

  • pkg: changes how the docker images are built using pnpm

Dependencies

  • skyring: upgraded to 11.0.0

@skyring/scylladown@3.0.1

17 Oct 21:26
Compare
Choose a tag to compare

@skyring/scylladown 3.0.1 (2021-10-17)

Bug Fixes

  • package: fix packge files definition b3504bd - Eric Satterwhite

Dependencies

  • skyring: upgraded to 11.1.0

@skyring/scylladown@3.0.0

17 Oct 00:56
Compare
Choose a tag to compare

@skyring/scylladown 3.0.0 (2021-10-17)

Chores

  • lint: implement new lint setup for skyring b185cbf - Eric Satterwhite
  • release: convert release process to semantic release caef49f - Eric Satterwhite

Features

  • pkg: replace lerna w/ pnpm d54aef4 - Eric Satterwhite

Lint

  • lint rulels applied b87bc47 - esatterwhite

BREAKING CHANGES

  • pkg: changes how the docker images are built using pnpm

Dependencies

  • skyring: upgraded to 11.0.0

@skyring/ringpop@11.1.1

17 Oct 00:56
Compare
Choose a tag to compare

@skyring/ringpop 11.1.1 (2021-10-17)

Chores

  • lint: implement new lint setup for skyring b185cbf - Eric Satterwhite
  • release: enable semantic release 11eb6a2 - Eric Satterwhite

v10.1.0

29 Apr 22:03
Compare
Choose a tag to compare

This replaces all of the debug logging with pino as the default logger.
Introduces additional config options

  • LOG__LEVEL: trace, debug, info, warn error, fatal
  • LOG__PRETTY<Boolean|Number>: pprints logs mostly for development

adds a default pino child on the base transport class ( this.log )

update keef@5.0.0

v10.0.0

29 Apr 22:03
v10.0.0
Compare
Choose a tag to compare
------
* Convert project to mono-repo
* Convert transports to be class based
* Update TCP + ZMQ transports to be classes
* Vendor Ringpop
* Increases test coverage to 95% (min 90% required)
* Removes all deprecated functions