Releases: openpreserve/par
Releases · openpreserve/par
PAR v1.2.0
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 ofexample
toexamples
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
What's Changed
- Allow nested format families @jackdos and @jhsimpson #43
- Named filters for GUIDs and names for all listing endpoints @jackdos #35
- Consumes application/json for PUT/POST endpoints @jackdos #35
- Use ID references rather than full family record in format family lists @carlwilson #52 & #53
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Added YAML metadata to GH pages home by @carlwilson in #1
- Github page updates by @MartinSpeller in #5
- FIX: Resource links by @MartinSpeller in #7
- Footer Fixes by @MartinSpeller in #12
- Update .pre-commit-config.yaml by @carlwilson in #10
- Fixed end of files by @jackdos in #28
- DOCS - Added resolvable URL to the resources by @jackdos in #15
- Fixed toolAcceptedParameters type by @bdoubrov in #18
- Correct OPF's full organization title by @ross-spencer in #19
- FIX: typo in pres name. by @carlwilson in #13
- Issue24 by @jackdos in #25
- BUILD - fixed regex by @jackdos in #37
- Issue23 by @jackdos in #34
- Issue24 - added representation format to the api spec by @jackdos in #33
New Contributors
- @MartinSpeller made their first contribution in #5
- @jackdos made their first contribution in #28
- @bdoubrov made their first contribution in #18
- @ross-spencer made their first contribution in #19
Full Changelog: v0.1.0...v1.0.0