Releases: iris-connect/eps
Releases · iris-connect/eps
v0.2.7
v0.2.6
- Add unique ID to 'requestConnection' request.
v0.2.5
- Add 'useProxy' setting to gRPC client settings to disable use of proxy.
v0.2.4
DCT for docker images (#23) * chore: add dct signing to eps, sd and proxy
v0.2.3
- Implement peer-to-peer (P2P) proxy functionality for the EPS system.
v0.2.1
- Updated all dependencies. - Introduced virtual filesystem mechanism into the settings. **Warning**: This requires you to change your settings files by replacing '' with '/'.
v0.1.69
Avoid readable but not writable files. It has happened that old announcements.db files, created as root, are now readable and not writable. This previously caused that their owner is not changed, but they also can not be opened and written. As a solution, the option to bypass the user change with suitable rights is dropped. The owner is always changed. In addition, read and write permissions are given to the owner for safety.
v0.1.68
- Disable HTTP/2 for all servers due to a possible Golang-related bug (https://github.com/golang/go/issues/46071).
v0.1.67
- Updates Alpine basic image from 3.14.2 to the current 3.14.3.
v0.1.66
- Add an "accept timeout" to the public proxy that will ensure connections not accepted by the private proxy will be closed after a given amount of time. - Make the request timeout duration for the private proxy configurable and change its default to 30 seconds.