Skip to content
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: TheThingsNetwork/lorawan-stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: TheThingsNetwork/lorawan-stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 10 commits
  • 15 files changed
  • 7 contributors

Commits on Nov 25, 2019

  1. all: Add failover support using Redis Sentinel

    * Add new options `--redis.failover.enable`, `--redis.failover.addresses`, `--redis.failover.master-name`
    * Update Redis.IsZero() configuration check for new option
    * Update documentation
    * Update changelog
    neoaggelos authored and Roman Volosatovs committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8f6155d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1636 from neoaggelos/redis-sentinel-client

    Added support for Redis Sentinel
    rvolosatovs authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    e0d131e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    29e88ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1639 from jasdeepgill/master

    doc: Fix sentence with too many 'ands'
    johanstokking authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    2763ae9 View commit details
    Browse the repository at this point in the history
  3. js: Fix AppKey decryption

    Roman Volosatovs committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    8698bb9 View commit details
    Browse the repository at this point in the history
  4. doc: Update changelog

    Roman Volosatovs committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d10849e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba238c9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1642 from rvolosatovs/fix/js-app-key

    Fix AppKey decryption in Join Server
    rvolosatovs authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    bbadbf0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1643 from TheThingsNetwork/fix/sdk-request-uri-map

    Use a map to determine the queried stack component based on the api endpoint URI prefix
    kschiffer authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    987d553 View commit details
    Browse the repository at this point in the history
  8. all: Bump to version 3.3.1

    htdvisser committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    8bedf3f View commit details
    Browse the repository at this point in the history
Loading