Skip to content

Releases: cohaolain/ContainerisedIrishRailDataCapture

[1.0.3-beta] - 2019-11-12

12 Nov 16:51
e747ab5
Compare
Choose a tag to compare
Pre-release

Changed

  • Add error messages when exceptions occur.

[1.0.2-beta] - 2019-11-07

07 Nov 00:27
2d5661d
Compare
Choose a tag to compare
Pre-release

Added

  • Added error handling.
    • Failed DB writes will be cached until they are successfuly written.
    • Failed API calls are retried after a time interval

[1.0.1-beta] - 2019-10-31

31 Oct 17:22
9c3ec26
Compare
Choose a tag to compare
Pre-release

Fixed

  • Issue in Makefile with incorrect flag has been resolved.

  • Add SSL libraries to address an issue with
    https connections.

[1.0.0-beta] - 2019-10-31

31 Oct 14:59
64ad372
Compare
Choose a tag to compare
Pre-release

Added

  • The ability to specify the endpoint URL to be used through an env
    variable.

  • A Makefile with basic build, test and push commands for Docker.

Fixed

  • .sample_env MySQL configuration now points to 127.0.0.1 instead of
    localhost, as using localhost fails due to MySQL trying to create a
    Unix socket.
  • Added a missing dependency.

[0.1.1-beta] - 2019-10-26

31 Oct 14:59
b7870dc
Compare
Choose a tag to compare
Pre-release

Fixed

  • Re-added the ability to load .env files locally

  • Fixed the endpoint link parameters. TODO: Must review this
    choice of endpoint in the future.

[0.1.0-beta] - 2019-10-26

31 Oct 14:58
1695192
Compare
Choose a tag to compare
Pre-release

Added

  • First beta version of the project.

  • Added basic documentation, dependencies and working version of the server
    that keeps checking for new data.

  • Compatibility with MySQL and PostgreSQL as destinations to store data,
    along with relevant configuration files.

  • Dockerfile (beta) to containerise for easier deployment.