Skip to content

Releases: ypcd/gstunnel

V6.3.1

16 Jan 16:57
1da52c0
Compare
Choose a tag to compare

gstunnel V6.3.1 release announcement:

[Compatibility version]

In order for go tools (get, install, etc.) to parse version numbers normally.

In the future, the version number of gstunnel will be changed from the current four-stage version to the three-stage version.

(old)v6.3.0.0 ---> (new)v6.3.0

V6.3.0.0

15 Jan 21:04
c9ebea2
Compare
Choose a tag to compare

gstunnel V6.3.0.0 release announcement:

[Important version]

  1. Added RSA asymmetric encryption. Now uses AES+RSA double encryption during dynamic key updates.

  2. Continue to reconstruct the project based on object-oriented design principles.

  3. Add debug mode. In debug mode, the project will have more runtime information, making project debugging easier.
    Debug mode is enabled with the command "go build -tags debug" or "go test -tags debug".

  4. Add RSA key generation function. Use the command "gstunnel_server -rsa key" or "gstunnel_client -rsa key".

Some new features have been added and some issues have been fixed.

v6.2.32.0

27 Dec 17:10
d4dc700
Compare
Choose a tag to compare

[Important announcement]

The project was significantly restructured based on object-oriented design.

Fixed some issues and added some new features.

v6.2.31.0

15 Jul 18:57
78d47e2
Compare
Choose a tag to compare

gstunnel v6.2.31.0 release announcement:

  1. Optimized performance
  2. Improved global variable naming
  3. Improve the unit test
  4. Adoption of more object-oriented programming

Fixed some issues and added some new features.

V6.2.30.8

05 Nov 12:19
9633b79
Compare
Choose a tag to compare

gstunnel v6.2.30.8 release announcement

  1. Improve the gstunnel protocol and improve the random data mechanism; The GS protocol was changed to a pure binary protocol and no longer used base64 encapsulation.
  2. Improve log information.
  3. Improve the timeout mechanism and delete the original timeout mechanism.
  4. Add the function of setting the configuration file path through the command line, and add the function of generating random passwords through the command line.
  5. Improve the context mechanism.
  6. Add more network communication statistics.
  7. Performance optimization, performance increased by 15%.

Fixed some issues and added some new features.

V6.2.30.2

27 Oct 03:59
1d37ac9
Compare
Choose a tag to compare

gstunnel V6.2.30.2 release announcement:

[Important releases]

  1. The encryption algorithm is replaced by AES-CFB to the more secure AES-GCM.
  2. The AES key length has been changed from 16, 24, and 32 bytes to only 32 bytes.
  3. The first refactoring of the project is completed.
  4. Increased unit test coverage.
  5. Optimized error handling.
  6. Optimized the project log.
  7. Important performance optimizations have been made.

Fixed some issues and added some new features.

v6.0.1

29 Nov 13:15
396d808
Compare
Choose a tag to compare

Continue to refactor gstunnel.

v5.3.13

29 Nov 12:20
b16094d
Compare
Choose a tag to compare

Continue to refactor gstunnel.

v5.3.12

29 Nov 12:14
73216d6
Compare
Choose a tag to compare

Continue to refactor gstunnel.

v5.3.11

29 Nov 10:59
c4a6dc9
Compare
Choose a tag to compare

Continue to refactor gstunnel.
Added some new features and fixed some bugs.