Skip to content

v0.1.1

Compare
Choose a tag to compare
@tboerger tboerger released this 02 Jul 13:13
· 417 commits to master since this release
v0.1.1
82f96af

Changelog for 0.1.1

The following sections list the changes for 0.1.1.

Summary

  • Fix #2: Fix authentication timeout/invalidation

Details

  • Bugfix #2: Fix authentication timeout/invalidation

    When running the service it happened that the authentication had been invalidated or simply
    timed out, this should be fixed by simply authenticating the defined user before looping
    through all the results. At the end also the disconnect function from the used library gets
    executed.

    #2