Skip to content

Commit

Permalink
Update to 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Feb 9, 2023
1 parent 96f34ed commit 5438449
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 24 deletions.
24 changes: 24 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
### v5.1.4

**Feature** Added flags to enable some checks in the wrapper to make it easier for package maintainer. See <a href="https://github.com/theotherp/nzbhydra2/issues/847">#847</a>

**Fix** The python2 wrapper didn't work. See <a href="https://github.com/theotherp/nzbhydra2/issues/845">#845</a>

**Fix** Improved handling of shutdown and unexpected errors in the windows wrapper executable.

**Fix** Fix 'undefined' error when trying to access various functions like sending URLs to your downloader. This was caused by a change in the framework where URLs with trailing slashes would not be matched anymore. See <a href="https://github.com/theotherp/nzbhydra2/issues/844">#844</a>

**Fix** Provide better error messages when UI functions failed. Hopefully this time without fucking up authentication...

**Fix** The ID search fix I added in 5.1.2? It only works for TV search. I had tested the indexers with query based TV searches and it worked and I had assumed it would work with movies as well. But that would be too easy, wouldn't it? NZBGeek does supporty any keyword in the TV search, but not for movies. Dog and NZBGeek do support keywords in movies, but they keywords are only applied to the title, so you can't provide the quality, i.e. you can's search for a movie by ID and filter it by quality (e.g. 1080p). As I can't properly determine if a query is to be part of the title or of the rest I will switch to regular searches whenever TV or movie searches are used for these indexers with queries present. See <a href="https://github.com/theotherp/nzbhydra2/issues/842">#842</a>



### v5.1.3 (2023-02-07)

**Feature** Show better error message when results from indexers could not be parsed. Hopefully helps find out why some users can't load their sonarr config remotely.

**Fix** The ID search fix I added in 5.1.2? It only works for TV search. I had tested the indexers with query based TV searches and it worked and I had assumed it would work with movies as well. But that would be too easy, wouldn't it? Actually, nzbgeek and dog support any query in a tvsearch but with a movie search the keywords are matched only against the title. So searching for 1080p releases from 2023 doesn't work, but searching by the title of a movie instead of its ID will. As I can't properly determine if the keyword is a title or not I will for these indexers switch movie searches to keyword based searches when keywords are present. I will make some more tests when I have time to properly determine for the indexers I have access to what they actually support and keep track of it.



### v5.1.2 (2023-02-05)

**Feature** Package / docker image maintainers which make changes to the wrapper files can disable them by setting the environment variable NZBHYDRA_DISABLE_WRAPPER_CHECK. See <a href="https://github.com/theotherp/nzbhydra2/issues/839">#839</a>
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>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</dependency>

<!-- spring (boot) -->
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/wrapperHashes2.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["b0191c8ad3258086ccc8c382e69772ba2a00a0af","eb161d5ee8a79988937bd3211dfd936e0d2a35e5","1b1c589959312bc0d93508dd7793a2c15d66c9ab","678f5795c2130b38e45608e650ea08f32b1b9d1d","41e392857905aca74e24bad4352bfb942a5caa63"]
["b0191c8ad3258086ccc8c382e69772ba2a00a0af","ecadc9b8264968a2ca53cedb73f00a69b4172315","5daa88f50ef9e23a7fa2ec5bff7d17eedcf78af2","fddd7d783fac8b991f9bceeaaaca02059d80d282","339265f3f1e8325b1a7ab0f639d690f6ed08c406"]
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
<exclusions>
<exclusion>
<artifactId>jaxb-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<packaging>pom</packaging>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>

<modules>
<module>shared</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/generic-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>generic-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/linux-amd64-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>linux-amd64-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/linux-arm64-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>linux-arm64-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>releases</artifactId>
<packaging>pom</packaging>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>

<modules>
<module>generic-release</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/windows-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>windows-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions shared/assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>assertions</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
2 changes: 1 addition & 1 deletion shared/mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>mapping</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>

<modules>
<module>mapping</module>
Expand Down
2 changes: 1 addition & 1 deletion tests/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>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<artifactId>tests</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions tests/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>tests</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</parent>

<groupId>org.nzbhydra.tests</groupId>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
Expand All @@ -128,7 +128,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>assertions</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4</version>
</dependency>


Expand Down

0 comments on commit 5438449

Please sign in to comment.