Skip to content

Releases: OperatorFoundation/shapeshifter-transports

Fix Import Paths

25 Feb 22:01
287dc2f
Compare
Choose a tag to compare

Fixed Replicant internal import path issues.

Go Module Fixes

21 Feb 22:05
Compare
Choose a tag to compare

This release fixes internal issues related to import paths related to transitioning to Go modules

Go Module Support

21 Feb 21:18
Compare
Choose a tag to compare

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

11 Feb 22:56
Compare
Choose a tag to compare
  • Fixed a bug parsing obfs4 configs.
  • Fixed some bugs in Replicant with Monolith
  • Began work refactoring Polish/Unpolish in Replicant's Silver

Initial Release

04 Feb 20:02
Compare
Choose a tag to compare
2.1.1

Update replicant_test.go