Releases: Blazemeter/jVT220
Releases · Blazemeter/jVT220
jvt220-v1.3.3
What is new on this patch release:
- Provided early support for the SSH connection
- Improved Command Codes support
jvt220-v1.3.2
What is new on this patch release:
- Improve handling of events
- Alarm listener notification added
jvt220-v1.3.1
What is new on this patch release:
- Swing threads optimization.
- Multiple connection listeners support.
Now it's possible to add multiple connection listeners in order to be notified when a connection event occurs.
jvt220-v1.3
What's new on this minor release:
- SSL protocol support. Make your telnet connection more secure!
- Many optimizations were done (concurrent problems, massive thread creation on the background, proper disconnection)
jvt220-v1.2.1
- This patch release comes with a proper management of the server connection.
jvt220-v1.2
- This new version includes
TerminalClient
class which is useful to make a proper connection to a telnet VT type terminal server. Then using the existent project to parse the codification received from theTelnetClient
throughTerminalClient
. - Additionally, loggs have suffer a modification, the introduction of the SLF4 framework. This api will ease the logg stage in the project.