Skip to content

Releases: jenkinsci/remoting

4.12

08 Feb 02:36
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug fixes

📦 Dependency updates

👻 Maintenance

🚦 Tests

  • Fix LauncherTest on non english locale (#506) @Vlatombe
  • Replace AntClassLoader with URLClassLoader in tests (#491) @basil

4.11.2

30 Nov 21:17
Compare
Choose a tag to compare

Release of remoting 4.11.1 with code signing.

See JENKINS-67227 for more details

4.11

16 Oct 01:43
Compare
Choose a tag to compare

The 4.11 release contains a variety of minor maintenance, documentation, and dependency updates.

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

4.10

02 Jul 02:50
Compare
Choose a tag to compare

🐛 Bug fixes

  • Logging should be of Request which has a toString, not some anonymous Runnable (#463) @jglick

📦 Dependency updates

4.9

27 May 17:52
Compare
Choose a tag to compare
4.9

🚀 New features and improvements

🐛 Bug fixes

  • Define hudsonUrl in WebSocket mode to fix agent installers (#454) @jglick

📦 Dependency updates

4.8

08 May 16:59
Compare
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
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