Skip to content

Commit

Permalink
Update to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Jun 26, 2022
1 parent 523e5f3 commit 8492739
Show file tree
Hide file tree
Showing 11 changed files with 3,562 additions and 4,835 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### v4.4.0 (2022-06-26)

**Feature** Add validation to ensure your configuration matches the requirements of a certain indexer.

**Feature** Warn when exposing NZBHydra to the internet via host 0.0.0.0 with no authentication enabled.

**Note** In the same vein I decided to remove the option to ignore warnings when saving the config. You'll just have to live with it or, ideally, fix the things causing the warnings.

**Note** All the above stems from the fact that a lot of people (=idiots) have their NZBHydra (or *arr) instances wide open to the world without any authentication whatsoever. DO NOT DO THAT! People will steal your API keys and possibly get your indexer access disabled or revoked for good. I'm trying to automatically detect that but it's not easy distinguishing valid accesses from fraudulent ones.



### v4.3.3 (2022-06-15)

**Fix** Fix error when using an HTTP proxy without username / password.
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>4.3.4-SNAPSHOT</version>
<version>4.4.0</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>4.3.4-SNAPSHOT</version>
<version>4.4.0</version>
</dependency>

<!-- spring (boot) -->
Expand Down
Loading

0 comments on commit 8492739

Please sign in to comment.