Releases: OperatorFoundation/shapeshifter-transports
Releases · OperatorFoundation/shapeshifter-transports
Fix Import Paths
Fixed Replicant internal import path issues.
Go Module Fixes
This release fixes internal issues related to import paths related to transitioning to Go modules
Go Module Support
This release packages each transport as an individual Go module.
In order to accomplish this, the transport packages had to adopt the Go semantic import convention. Therefore, the import paths have changed. For instance, the obfs4 transport package was previously called "github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4" and it is now called according to Go convention "github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4/v2".
Fixed bugs in obfs4 and Replicant
- Fixed a bug parsing obfs4 configs.
- Fixed some bugs in Replicant with Monolith
- Began work refactoring Polish/Unpolish in Replicant's Silver
Initial Release
2.1.1 Update replicant_test.go