Skip to content

Releases: getoptimum/mump2p-cli

Release v0.0.1-rc8

14 Oct 17:41
9ee61f5

Choose a tag to compare

Release notes for v0.0.1-rc8

What's Changed

  • feat: rename list command to list-topics and improve flag descriptions by @swarna1101 in #63
  • feat: add --disable-auth flag for development/testing by @swarna1101 in #62
  • feat: add JSON and YAML output formats for all commands by @swarna1101 in #65
  • fix: subscription response deserialization for proxy rc8 by @swarna1101 in #67

Full Changelog: v0.0.1-rc7...v0.0.1-rc8

Release v0.0.1-rc7

23 Sep 15:01
8e333bf

Choose a tag to compare

Release notes for v0.0.1-rc7

What's Changed

  • refactor: beautification for naming convention - OptimumP2P to mumP2P by @swarna1101 in #56
  • fix: resolve Discord webhook 400 error with smart webhook formatting by @swarna1101 in #52
  • docs: update documentation for rc7 release by @swarna1101 in #57
  • fix: per-second rate limit counter and time display by @swarna1101 in #59

Full Changelog: v0.0.1-rc6...v0.0.1-rc7

Release v0.0.1-rc6

18 Sep 09:09
1db7b1e

Choose a tag to compare

Release notes for v0.0.1-rc6

What's Changed

  • fix: add latest version ref by @swarna1101 in #44
  • fix: add tilde expansion for custom authentication paths by @swarna1101 in #45
  • fix: remove unnesessary fmt.println by @hpsing in #47
  • feat: list command to get the list of subscribed topics by @swarna1101 in #46
  • feat: add timestamp to publish requests for duplicate message support by @swarna1101 in #48
  • feat: add debug flag with detailed timing and proxy information by @swarna1101 in #50
  • docs: add docs for --debug mode by @swarna1101 in #51
  • docs: update from rc5 -> rc6 by @swarna1101 in #53
  • docs: add blast testing guide with debug mode by @swarna1101 in #54
  • feat: implement gRPC subscription and improve URL display by @swarna1101 in #55

Full Changelog: v0.0.1-rc5...v0.0.1-rc6

Release v0.0.1-rc5 [DEPRECATED]

03 Sep 09:04
d5b774a

Choose a tag to compare

We're excited to announce the release of OptimumP2P CLI v0.0.1-rc5 - a command-line interface for our high-performance RLNC-enhanced pubsub protocol.

📦 Download & Install

Get the latest binaries for your platform:

Download Release v0.0.1-rc5

  • mump2p-linux - Linux x86_64
  • mump2p-mac - macOS x86_64

Quick Install:

curl -sSL https://raw.githubusercontent.com/getoptimum/mump2p-cli/main/install.sh | bash

What's Changed

  • docs: remove Docker & Networking Issues section from README by @swarna1101 in #33
  • fix: remove old release refs and add output by @swarna1101 in #34
  • docs: improve the guide and README-guide connection by @swarna1101 in #37
  • feat: add Release Drafter automation for release notes by @swarna1101 in #35
  • feat: add workflows for CI by @swarna1101 in #36
  • fix: correct Release Drafter sort-by validation error by @swarna1101 in #38
  • docs: add info about dquote> issue by @swarna1101 in #39
  • fix: handle is_active field as both string and boolean in JWT tokens by @swarna1101 in #43
  • feat: add customizable authentication file path support by @swarna1101 in #41

📖 Documentation & Resources

Full Changelog: v0.0.1-rc4...v0.0.1-rc5

Release v0.0.1-rc4 [DEPRECATED]

21 Aug 10:52
fdbee67

Choose a tag to compare

Release notes for v0.0.1-rc4

What's Changed

  • fix: changes as per new specs by @hpsing in #7
  • fix: test case for the fallback mechanism by @hpsing in #9
  • docs: FAQ section with common CLI issues and troubleshooting by @swarna1101 in #8
  • Add version compatibility note recommending v0.0.1-rc3 by @swarna1101 in #10
  • fix: Update audience variable by @paiva in #12
  • refactor: rename gateway to proxy throughout codebase by @swarna1101 in #15
  • Fix: Include topic name in message logs by @swarna1101 in #16
  • feat: add automated install script by @swarna1101 in #18
  • fix: remove duplication and reorganize guide by @swarna1101 in #19
  • fix: typo in Makefile by @Walentalien in #23
  • feat: add gRPC support for publish and subscribe by @swarna1101 in #20
  • feat: Update CLI to use /api/v1 endpoints and add health command by @swarna1101 in #25
  • fix: resolve gRPC port mismatch issue by @swarna1101 in #28

Documentation

https://github.com/getoptimum/mump2p-cli?tab=readme-ov-file

New Contributors

Full Changelog: v0.0.1-rc3...v0.0.1-rc4