Releases: NodePassProject/nodepass-core
Releases · NodePassProject/nodepass-core
v1.14.1-b1
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
v1.14.0-b3
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
Changelog
- 899b68d feat: add certificate verification channel for TLS configurations in client and server
v1.14.0-b1
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
v1.13.0-b8
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
Changelog
- de2ebf8 chore: update nph2 dependency to v1.0.4 in go.mod and go.sum