Skip to content

Latest commit

 

History

History
90 lines (49 loc) · 1.35 KB

CHANGES.md

File metadata and controls

90 lines (49 loc) · 1.35 KB

Pulsar Express CHANGES

(Almost) full release notes.

Release 0.5.1

  • Features:
    • Filter topics
    • Links in table (access details)
  • Fixes:
    • Topics fetch parallelism

Version 0.5.0

  • Features:
    • Update cluster configuration
    • Broker health check
    • Namespace creation and deletion
    • Topic creation

Version 0.4.3

  • Features:
    • Peek messages

Version 0.4.2

  • Features:
    • Properties of a namespace

Version 0.4.0

  • Features:
    • Tenant page
    • Namespace page
    • Function worker in connection definition
  • Updates in UI

Version 0.3.1

  • Fix: axios queries not using ovrriden port/host

Version 0.3.0

  • Features:
    • First security level (token)
      • Update of server-side API
      • Update of requests on client-side
      • UI for connection creation (input for token)
    • Docker file

Version 0.2.2

  • Bug: bad path in nuxt.config.js (cannot started the app with CLI after installed in global)

Version 0.2.1

  • Bug: problem with import on server-side, replaced by require

Version 0.2.0

  • Features: Configuration of connections on server-side

Version 0.1.2

  • Bug: pulsar-express unable to start after installing it with npm i pulsar-express -g

Version 0.1.1

  • Features: overview and functions pages
  • Docs update

Version 0.1.0

  • First release 🎉
  • Pages: clusters, topics, connections