Skip to content

Releases: openpreserve/par

PAR v1.2.0

12 Jun 16:44
6459e73
Compare
Choose a tag to compare

PAR 1.2.0

2023-06-08

  • API definition now written in OpenAPI 3.1 not Swagger 2.x. [#58] [#61]
    Simple version change and updating of example to examples in the API definition.
  • NotImplemented response. [#59]
    This was achieved by adding a standard response component to the API definition, so:
components:
responses:
NotImplemented:
    description: The method called is currently not implemented by this server.
    content: {}
Unauthorized:
    description: If no Authorization header has been supplied
    content: {}
Forbidden:
    description: If the supplied Authorization header does not reference a user
    with write access to this registry.
    content: {}
  • Format signature encoding support. [#62]
    Added an enumerated encoding property to the format signature entity:
"encoding": {
    "default": "PRONOM",
    "enum": [
    "PRONOM",
    "ASCII",
    "HEX",
    "REGEX_PERL"
    ],
    "type": "string"

PAR API v1.1.0

07 Nov 11:20
bda1b11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Feb 15:13
cd3463b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v1.0.0