Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.2.12
    Release 0.2.12
    
    * Updated dependencies, fixes security advisiories:
      * [RUSTSEC-2024-0019](https://rustsec.org/advisories/RUSTSEC-2024-0019)
      * [RUSTSEC-2024-0332](https://rustsec.org/advisories/RUSTSEC-2024-0332)
    
    * Update dependency on `cached`, `chrono-tz`, `image` and `reqwest`
    
    * Fix tests; reduce required accuracy for geocoded coordinates again and
      don't run background map updates during tests
    
  • v0.2.11
    Release 0.2.11
    
    * Updated dependencies, fixes security advisories:
      * [RUSTSEC-2024-0003](https://rustsec.org/advisories/RUSTSEC-2024-0003)
      * [RUSTSEC-2023-0072](https://rustsec.org/advisories/RUSTSEC-2024-0072)
    
    * Fix clippy issue
    * Tweak/fix tests; reduce required accuracy for geocoded coordinates
    
  • v0.2.10
    Release 0.2.10
    
    * Update dependencies
      ([RUSTSEC-2020-0071](https://rustsec.org/advisories/RUSTSEC-2020-0071.html),
      [RUSTSEC-2023-0044](https://rustsec.org/advisories/RUSTSEC-2023-0044.html))
    
    * Switch to Rocket 0.5 RC4
    * Update dependency on `cached`
    
    * Fix clippy issues
    
  • v0.2.9
    1211fea4 · Bump the version to 0.2.9 ·
    Release 0.2.9
    
    * Update release Gitea Actions workflow; add seperate job to release
      Debian package to the new repository
    
    * Update dependencies
      ([RUSTSEC-2023-0044](https://rustsec.org/advisories/RUSTSEC-2023-0044))
    
  • v0.2.8
    07e07011 · Bump the version to 0.2.8 ·
    Release 0.2.8
    
    * Print the version on lift off (#30)
    * Add a `/version` endpoint to the API (#30)
    
    * Update dependency on `cached`
    
    * Properly attribute the PAQI metric in its description(s)
    
    * No longer provide a map for the PAQI metric; the map used is only for
      pollen
    
  • v0.2.7
    9bb9d248 · Bump the version to 0.2.7 ·
    Release 0.2.7
    
    * Switch back to the original Buienradar color scheme/maps key (#27)
    * Fix the token used to publish the crate to the Cargo package index
    
  • v0.2.6
    afca20c9 · Bump the version to 0.2.6 ·
    Release 0.2.6
    
    * Add full release Gitea Actions workflow
    
    * Simplify Gitea Actions check, lint and test workflow
    * Improve no known map colors found error description
    
    * Update coordinates of Eindhoven in tests (Nomatim changed its
      geocoding)
    * Increase sampling area to 31×31 pixels (#26)
    * Switch to new Buienradar color scheme/maps key (#27)
    
  • v0.2.5
    a289bd9e · Bump the version to 0.2.5 ·
    Release 0.2.5
    
    * Add Gitea Actions workflow for cargo
    
    * Updated dependencies on `cached`, `chrono-tz` and `geocoding`
    
    * Fix float comparison in tests
    * Fix clippy issues
    
    * Update dependencies
      ([RUSTSEC-2023-0018](https://rustsec.org/advisories/RUSTSEC-2023-0018.html))
    
  • v0.2.4
    789bb1d1 · Update the changelog ·
    Release 0.2.4
    
    * Add proper error handling and show them via the API (#25)
    
    * Run map refresher as an ad hoc liftoff fairing in Rocket
    * Changed emojis in log output
    
    * Removed `AQI_max` and `pollen_max` from the forecast JSON introduced in
      version 0.2.0
    
    * Verify sample coordinate bounds (#24)
    * Default to current time if `Last-Modified` HTTP header is missing for
      retrieved maps
    
  • v0.2.3
    3451445d · Update the changelog ·
    Release 0.2.3
    
    * Update the examples in `README.md`
    * Fix tests by adding missing type
    * Fix map key color code for level 8 used by map sampling
    
  • v0.2.2
    3fb899d1 · Update the changelog ·
    Release 0.2.2
    
    * Switch to Rocket 0.5 RC2
    
    * Fix timestamps for map samples not being correct (AQI, PAQI, UVI
      metrics) (#22)
    * Valid samples/items will no longer be discarded too early
    
  • v0.2.1
    b61eb63c · Update the changelog ·
    Release 0.2.1
    
    * Add tests for the merge functionality of the combined provider (PAQI)
    
    * Filter out old item/samples in combined provider (PAQI)
    
  • v0.2.0
    5d37c5b5 · Bump the version to 0.2.0 ·
    Release 0.2.0
    
    * Add `AQI_max` and `pollen_max` to the forecast JSON (only when the
      PAQI metric is selected) (#20)
    
  • v0.1.0
    Release 0.1.0
    
    First release that provides feature parity with `rainpicker.py`.