StreamNative Documentation home pagelight logodark logo
  • Support
  • Console
  • Console
Welcome
Cloud
Private Cloud
Hub
Clients
Tools
API References
Release Notes
Overview
  • Overview
Quick Start
  • Overview
Streamnative Console
  • Configure StreamNative Console
  • Log in to StreamNative Console
  • Work with Dashboard
  • Work with Service Accounts
  • Work with Users
  • Work with Tenants
  • Work with Namespaces
  • Work with Topics
  • Enable Console OpenAPI
Clients
  • Overview
  • Prepare to Connect to a Pulsar Cluster
  • Pulsar - Java
  • Pulsar - C++
  • Pulsar - Python
  • Pulsar - Go
  • Pulsar - Nodejs
  • Pulsar - Websocket
Connectors
  • Overview
  • Overview
  • Monitor & Troubleshoot
  • Configuration Reference
  • How To Use
Monitor
  • Monitor StreamNative Platform
  • Configure Prometheus
  • Configure Grafana
  • Enable Billing Dashboard
  • Configure Alertmanager
  • Configure Datadog
  • Pulsar Detector
References
  • Glossary
  • Release Notes
    • V1.11.0
    • V1.10.0
    • V1.9.0
    • V1.8.0
    • V1.7.0
    • V1.6.0
    • V1.5.0
    • V1.4.0
    • V1.3.0
    • V1.2.0
    • V1.1.0
    • V1.0.0
  • Streamnative Pulsar Changelogs
Operating Streamnative Platform
  • Deploy
  • Pulsar
  • Storage
  • Network
  • Protocols
  • Security
  • Maintenance
  • Advanced
Tools
  • pulsarctl
  • Pck
Release Notes

Release note V1.11.0

Release Date: 2023-09-18

​
Breaking Changes

  • Move kop ports and auth configurations to broker.kop

Before 1.11

Copy
Ask AI
kop:
  ports:
    plaintext: 9092
    ssl: 9093
  auth:
    enabled: false

After 1.11

Copy
Ask AI
broker
  kop:
    enabled: true
    ports:
      plaintext: 9092
      ssl: 9093
    auth:
      enabled: false

​
Features

  • Upgrade Pulsar to 3.0 and enable 3.0 new features
  • Add logConfig support
  • Support init jwt secret when create pulsar cluster
  • Support custom token payload

​
Improvements

  • [Upgrade grafana image to 0.1.0](https://github.com/streamnative/charts/pull/1101
  • Upgrade private cloud console version
  • Add flag for support auto init jwt secret

​
Bug Fixes

  • Fix the missing template for proxy wss
  • Fix the offload config
  • Fix the generated secret from json string
  • Replace removed tolerate-unready-endpoints annotation with publishNotReadyAddresses
  • Replace the toolset kafka container image

Was this page helpful?

GlossaryV1.10.0
xgithublinkedin
Powered by Mintlify
On this page
  • Breaking Changes
  • Features
  • Improvements
  • Bug Fixes
Assistant
Responses are generated using AI and may contain mistakes.