Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

79 lines (47 loc) · 3.23 KB

Changelog

1.1.3

Release date: Oct 20, 2018

Bug fix:

1.1.1

Release date: Oct 03, 2018

Upgrade:

Bug fix:

  • JENKINS-53397 - Fix ChannelClosedException when using kafka nodes.

1.1

Release date: Aug 12, 2018

Enhancement:

  • JENKINS-52079 - Tear down connection when master or agent stops.

Documentation:

  • JENKINS-52514 - Add technical documentation of the plugin.
  • JENKINS-52987 - Update demo instruction to use the plugin without Kafka-enabled SSL.

Test automation:

1.0

Release date: Jul 18, 2018

Enhancement:

  • JENKINS-52044 - Remove JNLP agent port from the Remoting Kafka Plugin demo.
  • JENKINS-51471 - Support configuring Remoting Kafka Global config and agents via Configuration-as-Code plugin.
  • JENKINS-52422 - Remove diagnostics logging of events.
  • JENKINS-51711 - Ready-to-fly demo for Remoting Kafka.

1.0.0-alpha-2

Release date: Jul 12, 2018

Features:

  • JENKINS-51472 - Remoting Kafka plugin should support Kafka authorization.
  • JENKINS-51473 - Remoting Kafka client should support Kafka authorization.
  • JENKINS-51830 - Add "Test Connection" button to Global Kafka configurations.
  • JENKINS-52200 - Integrate Kafka admin portal.

Fixed issues:

  • JENKINS-52343 - Fix exceptions of closeRead() method in KafkaClassicCommandTransport.

1.0.0-alpha-1

Release date: Jun 28, 2018

Features:

  • JENKINS-51414 - Implementation of command transport for command invocation (for master).
  • JENKINS-51708 - Implementation of command transport for command invocation (for agents).
  • JENKINS-51470 - Remoting Kafka agents should provide connection security.
  • JENKINS-51857 - Stop storing Kafka Properties on disk.
  • JENKINS-52190 - Update Remoting Kafka to the released versions of Remoting/Core with extensibility API.
  • JENKINS-51942 - Improve Kafka producer-consumer topic model.