Skip to content

Releases: metaodi/openerz

Release 8.1.0

08 Jan 12:26
Compare
Choose a tag to compare

Changed

  • Renamed type to waste_type in calendar output
  • Accept sort parameter type (mapped to waste_type)

Added

  • More tests for embrach, bassersdorf, duebendorf, wangen-bruttisellen
  • Tests for error conditions

Fixed

  • There was a typo in the ZIP code of embrach, it should be 8424 instead of 8484.
  • Return error (incl. HTTP error code) when a query fails

Release 8.0.0

08 Jan 08:22
Compare
Choose a tag to compare

Removed

  • BC-Break: remove region and waste type based API endpoints, keep it simple!

Changed

  • Remove DATABASE_URL secret from GitHub Actions and query heroku instead, which is much more reliable
  • Update test DB dump and all tests

Added

  • New oekibus waste type for Bassersdorf and Dübendorf

Release 7.0.1

03 Jan 01:28
Compare
Choose a tag to compare

Fixed

  • Hotfix of bash script to load data

Release 7.0.0

03 Jan 01:06
80c5575
Compare
Choose a tag to compare

Changed

  • BC-Break: New config file approach to describe waste collection calendars

Added

  • 2024 data of Wangen-Brüttisellen
  • 2024 data of Bassersdorf
  • 2024 data of Embrach
  • New paramter endpoint /api/parameter/areas to query the values of the area parameter for each region

Fixed

  • Parameter of Retry

Release 6.3.0

21 Dec 15:19
692aa72
Compare
Choose a tag to compare

Added

  • Add Dübendorf as new region
  • Add data of Dübendorf 2024
  • Add data of Zurich 2024
  • Add data of Uster 2024
  • Error handling for bash scripts

Changed

  • Upgrade dependencies
  • Minimum version of node is now 16.0.0

Release 6.2.0

12 Jan 12:27
134bf89
Compare
Choose a tag to compare

Added

  • New explainer website in German incl. form to generate a iCal URL (https://metaodi.ch/openerz/)
  • Add data of Wangen-Brüttisellen (thanks for the contribution @gabac)

Fixed

  • Tests and loading of dotenv files

Release 6.1.0

10 Jan 09:13
Compare
Choose a tag to compare

Changed

  • Refactor common python code in it's own module in openerzpy
  • Load data via temporary table to get rid of duplicates
  • Extend ICS parsing to handle recurring events for data import

Added

  • Add data for all municipalities of district of Horgen (Adliswil, Horgen, Kilchberg, Langnau a. A., Oberrieden, Richterswil, Rüschlikon, Wädenswil)
  • Add data of Uster

Release 6.0.5

07 Jan 13:08
Compare
Choose a tag to compare

Changed

  • Use static dump file for tests
  • Add GitHub Action to update the prod database
  • Fixed some tests with the latest data dump

Release 6.0.4

06 Jan 08:00
Compare
Choose a tag to compare

Changed

  • Renamed branch from master to main

Release 6.0.3

06 Jan 07:43
20f8308
Compare
Choose a tag to compare

Changed

  • Update heroku deploy action