Skip to content

Releases: rijdendetreinen/treinarchief-dumper

v1.0.5

21 Dec 10:23
00c8eb6
Compare
Choose a tag to compare

Changelog

  • 00c8eb6 Option to include train stock in dump

v1.0.4

24 Sep 11:05
Compare
Choose a tag to compare

Changelog

v1.0.3

12 Sep 13:26
Compare
Choose a tag to compare

Changelog

v1.0.2

06 Sep 17:34
Compare
Choose a tag to compare

Changelog

v1.0.1

06 Sep 17:26
Compare
Choose a tag to compare

Changelog

  • 2554ee2 Add README
  • 2f4e3af Fix example config and include in releases
  • 85c7511 Add example config
  • 48285a7 Add dist to gitignore
  • 06fe3ce Move goreleaser config to correct directory
  • f8c9206 Add goreleaser configuration
  • 366a879 No --clean for goreleaser

v1.0.0

06 Sep 16:48
Compare
Choose a tag to compare

Changelog

  • 2727472 Remove if
  • a8fa22e Improve goreleaser setup
  • 02efb2b Add release workflow
  • 9484a77 Better handle null values
  • db2b050 Reduce timeouth length between iterations
  • 65faee0 Improve heap usage with anonymous func()
  • 5840968 Flush gzip more often
  • 1d0e1c0 Performance improvements
  • b280a2c Add progress indicator
  • 7cad3ba Add automatic gzip compression for dumps
  • c9c2df3 Flush and timeout for .5s every 40000 rows (to prevent overload)
  • 0cedc8b Use prepared statement for selecting stops
  • d5b0f6b Remove connection max lifetime
  • 2dc578d Add year cmd
  • 6634fbb Show count for dumping services
  • d425bf2 Dump arrival/departure times in RFC3339 format
  • 6db638a Add gitignore
  • bbdd856 Dump stops to CSV file
  • 4aa9c69 Rename function
  • be63528 Initial commit