BTN API

Release notes

Every v1 release, newest first — each one a tagged schema version. These pages were built from 1.1.1.

1.1.1This build

No consumer-visible changes.

1.1.0

Fixed

  • getTorrents, getTorrentsSearcha choice value that matches nothing is now rejected with -32602, listing what the field accepts. It used to be dropped silently, so {"category": "basic"} returned every category and a caller could not tell a filtered result from an unfiltered one. If you have been sending a value that was being ignored, that call now fails instead of quietly widening the search.
  • getTorrents, getTorrentsSearcha list passed to a filter that accepts only a single value is rejected rather than being interpreted as something the caller did not ask for.

Documented

  • getTorrents, getTorrentsSearchchoice values have always been matched case-insensitively, and the schema now says so: each choice field carries x-case-insensitive.

1.0.2

No consumer-visible changes.

1.0.1

No consumer-visible changes.

1.0.0

Added

  • First published release of the v1 schema: 24 methods, generated from the source and published as an artifact the documentation site builds from.