Iola Versions Save

🔄 iola: Command-line socket client with REST API.

v1.0.0

1 year ago

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

2 years ago

What's new?

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

v0.5.5

2 years ago

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

2 years ago

Fixes

  • Fix program name in usage help

Changes

  • Update npm keywords

v0.5.2

2 years ago

Changes

  • Upgrade libs
  • Update README

v0.5.1

2 years ago
  • Add homebrew installation on Linux
  • Update README

v0.5.0

2 years ago

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

2 years ago

Changes

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

v0.4.1

2 years ago

What's new?

Added application standalone binaries. Supported platforms:

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

v0.3.1

2 years ago

Changes

  • Update CLI command examples
  • Update README