Skip to content

Releases: nzbgetcom/Extension-Completion

Version 3.3

04 Apr 05:54
9259166

Choose a tag to compare

What's Changed

  • Max-Connection Handling: Added to detect 502 errors and safely back off by dropping excess sockets instead of failing.
  • Memory & Performance Optimization: Switched to read NZB files line-by-line instead of loading everything into memory. Also implemented an dictionary lookup for message IDs, significantly speeding up processing times.
  • Accurate Job Status Check: Replaced the unsafe matching with a dedicated function to check for the CnpNZBFileName parameter, preventing false positives.

Version 3.2

10 Dec 09:47
9997357

Choose a tag to compare

What's Changed

  • Fix: corrupted .lock file handling by @dnzbk in #11
  • Add: additional options for setting post-processing params on complet… by @dnzbk in #12
  • Fix: Crashes and NZBGet CertStore support by @dnzbk in #15

Full Changelog: v3.1...v3.2

Version 3.1

04 Dec 12:20
1236285

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0...v3.1

Version 3.0

08 May 09:41
2848894

Choose a tag to compare

What's Changed

  • feature/manifest.json by @dnzbk in #2
  • Fix: queue events by @dnzbk in #3
  • Fix: encoding, path to NZBfile on Windows, code formatting, round the max failed limit by @dnzbk in #5

Full Changelog: v2.0...v3.0

Version 2.0

29 Jan 11:16
e2a5a6e

Choose a tag to compare

What's Changed

  • Completion extension script with Python 3.8.0+ support