Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: skx/rss2email
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release-3.3.1
Choose a base ref
...
head repository: skx/rss2email
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-3.4.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    224eec7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Bump golang.org/x/net from 0.26.0 to 0.33.0 (#139)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.33.0.
    - [Commits](golang/net@v0.26.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    9ed5d07 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. fix: Persist the HTTP-headers, used for caching, to disk (#141)

    * fix: Persist the HTTP-headers, used for caching, to disk
    
    In the past we tried to save the HTTP-headers which we returned to
    an in-memory cache (i.e. map), so that on all HTTP-requests after
    the first we could use them to minimize load on our remote feeds.
    
    However we did not _persist_ the headers, so that meant on startup
    we'd always make one unconditional HTTP-fetch against each configured
    feed.
    
    This pull-request saves the values we've received and uses them on
    startup, and future updates.
    
    This should close #140.
    skx authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    1b11d0f View commit details
    Browse the repository at this point in the history
Loading