Skip to content

Releases: pvarentsov/iola

v1.0.0 πŸŽ‰

22 Jul 22:41
Compare
Choose a tag to compare

Breaking changes

  • Remove CLI shortcuts

It's not a bug fixing, it's a feature πŸ™ƒ

  • Support relative path for unix socket files (f960ef9)
  • Ping connection for tcp and unix-socket clients in sync mode before application's starting (3421cdd)

Code Quality

Supported platforms

  • Add standalone binary for Apple Sillicon

v0.5.7

10 Jan 19:00
Compare
Choose a tag to compare

What's new?

  • Supporting node.js >= 12
  • Upgrade lib versions

v0.5.5

31 Oct 20:39
Compare
Choose a tag to compare

What's new?

  • Add scoop installation for Windows
    $ scoop bucket add iola https://github.com/pvarentsov/scoop-iola.git
    $ scoop install iola
  • Upgrade libs

v0.5.4

01 Oct 22:47
Compare
Choose a tag to compare

Fixes

  • Fix program name in usage help

Changes

  • Update npm keywords

v0.5.2

01 Oct 21:05
Compare
Choose a tag to compare

Changes

  • Upgrade libs
  • Update README

v0.5.1

18 Sep 22:02
Compare
Choose a tag to compare
  • Add homebrew installation on Linux
  • Update README

v0.5.0

03 Sep 22:52
Compare
Choose a tag to compare

What's new?

  • Add homebrew installation (MacOS)
  • Add passing http headers through --header option (WebSocket, Socket.IO)

Changes

  • Rename API method: GET /docs -> GET /swagger

Fixes

  • Fix passing query string parameter (GET /messages?type=X) via Swagger UI
  • Add Swagger UI assets (styles, icons) to application standalone binaries
  • Do not allow running unix-socket client in Windows

v0.4.2

25 Aug 20:25
Compare
Choose a tag to compare

Changes

  • Update Description section
  • Update Installation section
  • Add sha256 checksum hashes for application binaries' archives

v0.4.1

22 Aug 20:55
Compare
Choose a tag to compare

What's new?

Added application standalone binaries. Supported platforms:

  • linux-amd64
  • macos-amd64
  • win-amd64

v0.3.1

11 Aug 19:02
Compare
Choose a tag to compare

Changes

  • Update CLI command examples
  • Update README