Skip to content

Releases: iris-connect/eps

v0.2.7

23 May 07:19
Compare
Choose a tag to compare
- More logging for gRPC client and message broker.
- New 'properties' section in directory entry.

v0.2.6

24 Mar 14:18
Compare
Choose a tag to compare
- Add unique ID to 'requestConnection' request.

v0.2.5

18 Mar 11:18
Compare
Choose a tag to compare
- Add 'useProxy' setting to gRPC client settings to disable use of proxy.

v0.2.4

16 Feb 07:56
39f3768
Compare
Choose a tag to compare
DCT for docker images (#23)

* chore: add dct signing to eps, sd and proxy

v0.2.3

10 Feb 14:22
Compare
Choose a tag to compare
- Implement peer-to-peer (P2P) proxy functionality for the EPS system.

v0.2.1

13 Dec 13:19
Compare
Choose a tag to compare
- 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

10 Dec 13:39
c779196
Compare
Choose a tag to compare
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

19 Nov 16:46
Compare
Choose a tag to compare
- Disable HTTP/2 for all servers due to a possible Golang-related bug (https://github.com/golang/go/issues/46071).

v0.1.67

18 Nov 11:27
Compare
Choose a tag to compare
- Updates Alpine basic image from 3.14.2 to the current 3.14.3.

v0.1.66

08 Oct 08:28
Compare
Choose a tag to compare
- 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.