Releases: nulib/dc-api-v2
Releases · nulib/dc-api-v2
v2.4.0
v2.2.0
What's Changed
- Provide HLS format for Sound annotations. by @mathewjordan in #164
- Deploy to production by @kdid in #165
- Update manifest to include logo and provider properties by @adamjarling in #167
- Put Content-Type in the headers object by @mbklein in #168
- Production push by @adamjarling in #170
Full Changelog: v2.1.2...v2.2.0
v2.1.2
What's Changed
- Implement SuperUser access across the board by @mbklein in #148
- Fix OAI-PMH property name and getRecord verb by @bmquinn in #157
- Deploy v2.1.2 to production by @mbklein in #158
- CORS: Add ETag to exposed headers and HEAD to allowed methods by @mbklein in #160
- Collection handle /similar endpoint by @adamjarling in #161
- Production push by @adamjarling in #162
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Remove keyword from Manifest
metadata
. by @mathewjordan in #106 - Add info to API response by @kdid in #107
- Update types to add file set accession number by @bmquinn in #109
- Use variable name for docs bucket to prevent collisions by @mbklein in #108
- Staging PR merge workflow to push commit to nulib/dcapi-types by @kdid in #110
- Adjusted punctuation in data-types.yaml by @kdid in #111
- Punctuation change to data-types.yaml by @kdid in #112
- Punctuation edit to types by @kdid in #113
- Do not include pager options in pagination block by default by @mbklein in #115
- Deploy docs to correct bucket by @mbklein in #117
- Update github action to have 'sam deploy' read parameter overrides from .parameter files by @bmquinn in #118
- Add /schemas to .gitignore by @bmquinn in #119
- Remove unattended deploy params from manual deploy instructions by @mbklein in #120
- Production dcapi types Github action workflow by @kdid in #121
- Move file set description property into FileSetBase type by @bmquinn in #122
- Deploy v2.0.1 to production by @mbklein in #116
- Fix typo in prod types workflow by @kdid in #123
- Deploy to production by @kdid in #124
- Fix name of PR branch in types workflow by @mbklein in #125
- Deploy to production by @mbklein in #126
- Force deploy of types to prod by @mbklein in #127
- Deploy to production by @mbklein in #128
- (Hopefully) fix PR creation by @mbklein in #129
- Deploy to production by @mbklein in #130
- Rename schema.ts to schemas.ts to match existing repo by @mbklein in #131
- Deploy schemas.ts fix to production by @mbklein in #132
- Rename schema.ts to schemas.ts in staging workflow by @mbklein in #133
- Don't build and/or deploy unless necessary by @mbklein in #134
- Return 403 instead of 404 for private published documents by @kdid in #135
- Handle IIIF response for a Work with no Collection by @adamjarling in #136
- Production push by @adamjarling in #137
- Update format for .m3u8 A/V IIIF canvas annotation body. by @mathewjordan in #140
- Add placeholderCanvas for
Image
canvases. by @mathewjordan in #141 - Fix typos in production-types.yml workflow by @kdid in #143
- Add shared link expiration to work response by @kdid in #144
- Deploy API v2.1.0 to production by @mathewjordan in #142
- Remove v1 API mapping from API Gateway by @mbklein in #145
- Adds work/id/authorization route by @kdid in #146
- Deploy to production by @kdid in #147
- Add defensiveness for placeholderCanvas if fileset width OR height are null. by @mathewjordan in #149
- Deploy to Production by @mathewjordan in #150
- Add License field to IIIF Manifest response metadata by @adamjarling in #151
- Deploy to production by @adamjarling in #156
Full Changelog: v2.0.0...v2.1.1
v2.0.0
Digital Collections API V2
What's Changed
- 3060 code organization by @kdid in #1
- Add search function and fix transformer logic by @bmquinn in #3
- Initial pass at pre-filtering search queries by @kdid in #4
- Support multiple targets in search route by @kdid in #5
- Update to aws-sdk v3 and create first mocked tests by @mbklein in #2
- Adds opensearch tests and fixtures for search() by @bmquinn in #6
- Add a test example for calling getWork() on a missing document returning a 404 by @bmquinn in #7
- Use an API Gateway v2 HTTP API instead of a v1 REST API by @mbklein in #8
- Enable CORS on API by @kdid in #9
- Factor model checking out of handler and add a bunch of tests by @mbklein in #10
- Add pagination to search by @mbklein in #11
- Add integration tests and improve mocha config by @mbklein in #12
- Create API custom domain and mappings by @mbklein in #13
- Normalize headers to lowercase in middleware by @mbklein in #14
- Add /works/{id}/thumbnail route by @mbklein in #15
- Add size and aspect parameters to thumbnail request by @mbklein in #16
- Adds a GET '/collections' endpoint that paginates results by @bmquinn in #17
- Add documentation by @mbklein in #18
- IIIF Collection search handler by @kdid in #19
- Add root redirect to /docs/v2 by @mbklein in #20
- Return correct content type header for JSON responses by @mbklein in #21
- Default to full aspect thumbnail by @mbklein in #22
- Implement /collections/{id}/thumbnail route by @mbklein in #23
- Remove searchToken from /collections route by @mbklein in #24
- Allow paginator to take additional params for the base url by @mbklein in #25
- Implement API auth route handlers, tests, and configuration by @bmquinn in #26
- Shared links API implementation by @kdid in #27
- Add automatic deploy on push to deployable branch by @mbklein in #28
- Return a collection as IIIF collection by @kdid in #29
- Allow certain IPs to receive private results by @mbklein in #30
- Adds getSimilar handler function by @bmquinn in #31
- Fix template & add template validation to CI build by @mbklein in #32
- Ensure event object has expected members by @mbklein in #33
- Fix 500 error in GET /collections by @mbklein in #34
- Fix errors in OpenAPI spec document by @mbklein in #35
- Add default charset if missing from content-type header by @mbklein in #36
- Reimplement shared links handler by @bmquinn in #38
- IIIF Manifest for Works endpoint in DC API V2 by @kdid in #37
- Adds thumbnail to IIIF collection if it's an RDC Collection by @kdid in #39
- Adds /auth/logout handler by @bmquinn in #40
- Fix shared links allow published logic by @kdid in #41
- Workaround for NUSSO missing directory attribute issue by @mbklein in #42
- Make stubbed user match shape of actual user by @mbklein in #43
- Add support for the 'sort' query string parameter in GET searches by @bmquinn in #44
- Don't return unpublished file sets by @kdid in #45
- Add file set authorization routes by @kdid in #46
- Make sure both types of token (directory / stub) include netid by @mbklein in #47
- Net ID file set authorization for reading room by @kdid in #48
- Prefer the search context's size over the default by @mbklein in #50
- Update HTTPS documentation by @mbklein in #51
- Initial deploy to production by @mbklein in #52
- Manually expire the redirectUrl cookie in the get-auth-callback handler function by @bmquinn in #54
- Implements the OAI-PMH protocol at the '/oai' endpoint. by @bmquinn in #53
- Include CORS headers in all thumbnail responses (including errors) by @mbklein in #55
- Refactor JWT auth for reading room, shared links, thumbnails and new data shape by @kdid in #49
- Don't serialize anonymous tokens by @mbklein in #56
- Consistently use ApiSecret; remote ApiTokenSecret by @mbklein in #57
- Add OAI-PMH docs to Swagger by @mbklein in #58
- Explicitly list acceptable request headers in CORS response by @mbklein in #60
- Update README with mkdocs/OpenAPI instructions by @mbklein in #59
- Deploy to prod by @mbklein in #61
- Make the API/spec slightly more client-friendly by @mbklein in #62
- Provide better error message from API by @kdid in #64
- Deploy staging to prod by @kdid in #66
- Move try...catch inside anonymous function where it should be by @mbklein in #65
- Add support for 'for' and 'until' in OAI-PHM ListRecords and ListIdentifiers verbs by @bmquinn in #63
- Increase thumbnail route timeout by @kdid in #67
- Add support for sets in ListSets, ListRecords, and GetRecords OAI requests by @bmquinn in #68
- Prepare for new production domain by @mbklein in #70
- Deploy to production by @mbklein in #71
- Add support for the set parameter in ListIdentifiers and ListRecords by @bmquinn in #72
- Updates OAI-PMH documentation to include 'ListSets', 'from' and 'until' parameters by @bmquinn in #69
- Deploy staging to production by @kdid in #73
- Update subject value to
label
. by @mathewjordan in #74 - Reduce the OAI search scroll size to 250 by @bmquinn in #75
- Set OAI datestamp header using modified_date by @bmquinn in #78
- Add Rights Statement to metadata by @adamjarling in #77
- Add requireSource global to test helpers to make test imports less ugly by @mbklein in #76
- Use the x-client-ip header for file set auth to allow proxying by @mbklein in #80
- insert log to debug-reading-room-issues by @kdid in #81
- More temporary logging by @kdid in #82
- Thumbnail requests account for reading room in Opensearch query by @kdid in #83
- Add Honeybadger configuration and notifications by @mbklein in #79
- Add/configure eslint and husky by @mbklein in #84
- Redirect from /collections/ to /collections by @mbklein in #85
- Use the full baseUrl when redirecting by @mbklein in #86
- Call nock.cleanAll() between tests to clear lingering interceptors by @mbklein in #88
- Deploy staging to production by @kdid in #89
- Ensure tests can't corrupt the environment by @mbklein in #90
- Private collections should be visible from reading room by @kdid in #87
- Fix test dependency issues using random seeding by @mbklein in #91
- Major documentation overhaul: new layouts, pages, content, etc. by @bmquinn in #92
- Pull info out of package.json to populate info block by @mbklein in #94
- Allow HEAD requests for most GET routes by @mbklein in https://github.com/nulib/d...