Skip to content

Releases: jenkinsci/remoting

4.7

16 Feb 21:52
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
4.2

πŸ› Bug Fixes

πŸ‘» Maintenance

4.1

30 Jan 21:37
Compare
Choose a tag to compare
4.1

Abandoned.

Use release 4.2 instead.

4.0.1

29 Jan 19:23
Compare
Choose a tag to compare

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

4.0

14 Jan 22:59
Compare
Choose a tag to compare
4.0

Major enhancement with the addition of WebSocket support. At initial release, this protocol is considered a beta release and has not yet undergone extensive testing.

πŸ“ Documentation updates