Skip to content

Releases: NodePassProject/nodepass-core

v1.14.1-b1

04 Jan 08:16
13ba323

Choose a tag to compare

v1.14.1-b1 Pre-release
Pre-release

Changelog

  • 13ba323 chore: clarify licensing terms and usage restrictions in README files
  • 6f50813 refactor: initialize verifyChan in Client and Server structs for TLS verification
  • 269ca7a refactor: simplify TLS code checks and enhance TLS-1 certificate verification
  • 0c932f8 Merge pull request yosebyte#85 from NodePassProject/main

v1.14.0-b4

02 Jan 03:16
5271539

Choose a tag to compare

v1.14.0-b4 Pre-release
Pre-release

Changelog

  • 5271539 chore: update README files
  • ec92179 refactor: rename certificate verification channel to improve clarity
  • 7a44206 fix: add drain for write channel and log TLS certificate verification status

v1.14.0-b3

26 Dec 03:49
434e260

Choose a tag to compare

v1.14.0-b3 Pre-release
Pre-release

Changelog

  • 434e260 feat: implement write channel for asynchronous signal handling in Common struct with server and client initialization
  • 72ab98d docs: update signaling protocol to use JSON format for improved clarity and structure
  • e2e94d6 refactor: change signal channel type from string to Signal for better structure

v1.14.0-b2

24 Dec 08:32
899b68d

Choose a tag to compare

v1.14.0-b2 Pre-release
Pre-release

Changelog

  • 899b68d feat: add certificate verification channel for TLS configurations in client and server

v1.14.0-b1

22 Dec 02:04
36307cb

Choose a tag to compare

v1.14.0-b1 Pre-release
Pre-release

Changelog

  • 36307cb chore: update npws and quic-go dependencies to latest versions
  • 1945500 Merge pull request yosebyte#84 from NodePassProject/main

v1.13.0-b9

18 Dec 09:21
e09b2bc

Choose a tag to compare

v1.13.0-b9 Pre-release
Pre-release

Changelog

  • e09b2bc refactor: return detected protocol and wrap net.Conn to preserve peeked data during protocol blocking
  • 9a9a97d fix: improve block protocol detection logic in common package

v1.13.0-b8

17 Dec 08:27
fc36a33

Choose a tag to compare

v1.13.0-b8 Pre-release
Pre-release

Changelog

  • fc36a33 docs: add protocol blocking feature with detailed configuration options and examples
  • 98272a7 feat: add block protocol parameter to client and server configuration URLs
  • 2a7af5a feat: add block protocol logging to client and server run methods
  • c73ac28 feat: add block protocol support and detection in common package
  • ab94b97 docs: add Server Name Indication (SNI) support to configuration and API documentation
  • afb1729 feat: add server name support in client configuration and logging

v1.13.0-b7

16 Dec 10:03
de2ebf8

Choose a tag to compare

v1.13.0-b7 Pre-release
Pre-release

Changelog

  • de2ebf8 chore: update nph2 dependency to v1.0.4 in go.mod and go.sum

v1.13.0-b6

16 Dec 08:44
2c259db

Choose a tag to compare

v1.13.0-b6 Pre-release
Pre-release

Changelog

  • 2c259db chore: update README to include HTTP/2 as a supported pooling transport method
  • 5985295 docs: add HTTP/2 connection pool support and update related documentation
  • dc3b66f feat: add support for HTTP/2 pool type in tunnel initialization and update related pool management

v1.13.0-b5

16 Dec 03:14
951c79b

Choose a tag to compare

v1.13.0-b5 Pre-release
Pre-release

Changelog

  • 951c79b docs: add optional alias field to instance creation request in API documentation
  • 64aa990 feat: add alias field to instance creation request and update OpenAPI spec
  • e37c1a7 chore: update quic dependency to v1.0.14 and bump indirect dependencies