Releases: jenkinsci/remoting
Releases Β· jenkinsci/remoting
3.40
Major maintenance release to remove old, long-deprecated, unsupported protocols.
With the removal of these protocols, current Remoting versions do not work with Jenkins 2.26 and older.
Remove
- JENKINS-60381 Remove old, deprecated protocols. (#359) @jeffret-b
3.39
Minor maintenance release to clean up code and add findsecbugs.
π» Maintenance
- Modernize source code up to Java 8 (#362) @jvz
- Add findsecbugs plugin to spotbugs. (#361) @jeffret-b
3.38
Maintenance release with no changes to supported, production code.
π» Maintenance
- Remove test protocol from production code. (#360) @jeffret-b
- Fix release failure when attempting to double-deploy JavaDocs.
3.37
Minor maintenance release to improve project state.
π Documentation updates
- README: Update the changelog badge label to be more explicit (#363) @oleg-nenashev
π» Maintenance
- Upgrade the parent POM from 1.52 to 1.53 (#355) @oleg-nenashev
- Complete the transition to spotbugs. (#356) @jeffret-b
- Publish Incrementals (#358) @jglick
3.36
Minor maintenance improvements and two new command line options "-help" and "-version".
π New features and improvements
π Documentation updates
- Fix missing
@since
annotations in Javadoc (#346) @res0nance - Clean up "slave" term from documentation. (#351) @jeffret-b
- Use more common MIT license URL (#350) @darxriggs
- Fix release drafter extends. (#354) @jeffret-b
π» Maintenance
- Remove internal usages of "slave" term. (#352) @jeffret-b
- Cleanup deprecated code (#348) @res0nance
- Remove engineutil usage (#347) @res0nance
3.35
π Bug Fixes
- JENKINS-59094 - Jenkins connection failure with tunneling (#345) @jeffret-b
π Documentation updates
- Add GitHub Releases badge to README (#342) @oleg-nenashev
π» Maintenance
- Cleanup unused, star imports and deprecated code (#344) @res0nance
- JENKINS-59047 - Use base64 from java (#341) @res0nance
- Update "@SInCE TODO" tags. (#343) @jeffret-b
3.34
π New features and improvements
- JENKINS-53461 - Direct inbound TCP agent connection (#338) @jeffret-b
π» Maintenance
- Enable Release Drafter. (#340) @jeffret-b
- Code Cleanup (#339) @res0nance
- Replace tabs with spaces (#336) @darxriggs
- Remove FindBugs filter for hudson.util.VersionNumber (#334) @longngn