Skip to content

Latest commit

 

History

History
128 lines (89 loc) · 5.59 KB

CHANGELOG.md

File metadata and controls

128 lines (89 loc) · 5.59 KB

Changelog

v0.7.1

  • Dependencies updated

v0.7.0

Changes since v0.7.0-beta.3

  • Dependencies updated

v0.7.0-beta.3

  • Binaries and container images for multiple platforms added #181
  • Dockerfile fixed and updated to Debian 12 d7e26bd
  • Dependencies updated

v0.7.0-beta.2

  • HTTP header Accept default set to application/atom+xml, application/rss+xml, application/xml, text/xml #179
  • Rust to 1.75 updated
  • Dependencies updated

v0.7.0-beta.1

  • Status error handling improved. Retries no longer take place for client errors (4xx) 4a8eda1
  • Rust to 1.74.1 updated
  • Dependencies updated

v0.7.0-alpha.1

  • Log formats full, pretty, compact and json added b91d0be
  • Ability to control the ANSI color output added b91d0be
  • Verbose flag added b91d0be
  • Log messages improved b91d0be
  • SOCKS5 proxy support added ad4cc89
  • HTTP compression GZIP, Deflate and Brotli support added ad4cc89
  • Default TLS library changed to rustls ad4cc89
  • Default DNS resolver changed to trust-dns ad4cc89
  • Memory allocator changed to mimalloc 33530e1
  • Rust to 1.70 updated
  • Dependencies updated

v0.6.1

  • Dependencies updated (includes security fixes)

v0.6.0

Changes since v0.6.0-beta.0

  • Rust updated to 1.67
  • Dependencies updated

BREAKING

Process is terminated when a watcher stops with an error.

v0.6.0-beta.0

  • Exclude jemalloc for MSVC target (This should make it possible to build on Windows) fd98808
  • Fixed and improved behaivor on errors.
  • Rust updated to 1.66
  • Some internal minor improvements
  • Dependencies updated

v0.6.0-alpha.0

  • Job handling updated. Errors now lead to the termination of the process 71320b9
  • Logging improved e7022a8
  • Rust updated to 1.59
  • Distroless Docker image updated to Debian 11
  • Dependencies updated

v0.5.1

  • Rust image updated (fixes container image building) b3099b8

v0.5.0

  • Migration to Rust 2021 edition (MSRV 1.56)
  • Mitigations for RUSTSEC-2020-0071
  • Dependencies updated

v0.4.1

  • Keyword removed to match rules (fixes crates.io publishing) 7edbb9e

v0.4.0

  • Slack webhook sink added #6
  • Feed module improved and refactored 3c5ccd6...90730a6
  • Feed level metadata to item added 2f8d31f
  • Metadata to Discord object added b8b23ce
  • Discord sink returns an error on bad status b5a6737
  • Rust version changed to v1.55 3c5ccd6
  • Small improvements to the code
  • Dependencies updated

BREAKING

The JSON output of the sink Custom now contains only the link to reference.

{
    ...
-    "links": ["https://example.com/news/item-example"],
+    "link": "https://example.com/news/item-example",
    ...
}

v0.3.0

  • Atom feed support added #5
  • Custom sink added #4
  • Retry on certain errors 6872ac
  • Dependencies updated

v0.2.0

  • HTML to text conversion added (#3)
  • Error messages improved fb1deb3 411f55a
  • Graceful shutdown improved 634a351
  • Unused dependency features disabled 975a8f2 db254d1
  • Dockerfile port exposing removed 5c354b0
  • Dependencies updated