Skip to content

Releases: jenkinsci/remoting

4.8

08 May 16:59

Choose a tag to compare

4.8

Various clean up operations and bug fixes for specific scenarios. The main changes are related to some Swarm configurations and a rarely encountered deadlock at startup.

🚀 New features and improvements

🐛 Bug fixes

📦 Dependency updates

📝 Documentation updates

  • Update the url of HudsonArch-Remoting.pdf (#447) @donhui

👻 Maintenance

  • Various cleanups (#442) @jvz
  • Migrate from SettableFuture to CompletableFuture in tests (#444) @basil
  • Add url to fix dependabot release notes (#440) @timja

4.7

16 Feb 21:52

Choose a tag to compare

4.7

Various fixes and improvements. Remote class loading should now be more resilient. Combined with a corresponding change in Jenkins, some types of reconnects with TCP agents will work better.

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

4.6

02 Nov 20:30

Choose a tag to compare

4.6

The 4.6 release includes various minor improvements. Mostly these involve dependency updates. There are also various additional improvements. One notable change is that a long-deprecated alias for the command-line parameter to specify the log file has finally been removed.

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • Improve documentation, removing more instances of 'slave' term. (#417) @jeffret-b

👻 Maintenance

4.5

06 Jul 15:11

Choose a tag to compare

4.5

A very minor change to improve code readability and maintenance. It provides no functionality changes or improvements.

This is the first release to use a fully automated pipeline on the Jenkins release system and the CDF signing certificate.

👻 Maintenance

4.4

02 Jul 16:12

Choose a tag to compare

4.4

This release consists of minor code maintenance improvements and a log message enhancement. It provides no functionality changes or improvements.

🚀 New features and improvements

  • Broaden the scope of Thread.name inclusion to whole Request.call body (#374) @jglick

👻 Maintenance

4.2.1

08 Apr 00:32

Choose a tag to compare

This is an interim release between 4.2 and 4.3 containing only the WebSocket fixes for JENKINS-61409 added onto the 4.2 release.

🐛 Bug Fixes

  • JENKINS-61409 - Fix WebSocket connection crash if message size is greater than 64Kb. This is a breaking change for WebSocket connections, but is not considered breaking for the agent because the WebSocket feature is still in Beta. WebSocket connections need a matching update to the master. (#373) @Vlatombe

4.3

25 Mar 21:24

Choose a tag to compare

4.3

🐛 Bug Fixes

  • JENKINS-61409 - Fix WebSocket connection crash if message size is greater than 64Kb. This is a breaking change for WebSocket connections, but is not considered breaking for the agent because the WebSocket feature is still in Beta. WebSocket connections need a matching update to the master. (#373) @Vlatombe

👻 Maintenance

4.2

06 Feb 17:36

Choose a tag to compare

4.2

🐛 Bug Fixes

👻 Maintenance

4.1

30 Jan 21:37

Choose a tag to compare

4.1

Abandoned.

Use release 4.2 instead.

4.0.1

29 Jan 19:23

Choose a tag to compare

SECURITY-1659 - Non-constant time comparison of inbound TCP agent connection secret.