Releases: dlcs/protagonist
Releases · dlcs/protagonist
v1.6.1 - bugfix for 1.6.0
What's Changed
- Update path-templates.md by @donaldgray in #959
- Fix issue with legacy mode responding with an error when it should pass by @JackLewis-digirati in #958
Full Changelog: v1.6.0...v1.6.1
v1.6.0 - "default" delivery-channel
Summary
- Introduce
default
delivery-channel - Prevent issues with quick delete + reingest cycle
- Tighten up customer creation validation
What's Changed
- Prevent duplicate customer 'name' or 'displayName' by @donaldgray in #946
- Tighten customer name validation by @donaldgray in #947
- Check database before deleting derivatives by @JackLewis-digirati in #948
- Getting image delivery channels to work with the default policy by @JackLewis-digirati in #944
- RFC for presentation-dlcs query by @donaldgray in #942
- Add Toms summary comment to presentation RFC by @donaldgray in #951
- Add additional validation rule to provide a bad request when more than just the default channel by @JackLewis-digirati in #957
- Make EntityCounter create tolerant of existing by @donaldgray in #956
Full Changelog: v1.5.2...v1.6.0
Important
This release has an EF migration
v1.5.2
What's Changed
- Save AddBatchAsset after call, instead of as a postIngest task by @JackLewis-digirati in #939
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Create batch asset when using PUT for a timebased asset by @JackLewis-digirati in #938
Full Changelog: v1.5.0...v1.5.1
v1.5.0 - batch notification and new batch name query support
What's Changed
- Adding ability for engine to notify on batch completion by @JackLewis-digirati in #926
- Clear cache on customer creation by @donaldgray in #928
- Log customer id resolved from JWT by @p-kaczynski in #921
- RFC for batch improvements by @donaldgray in #929
- Introduce "BatchAssets" by @donaldgray in #932
- Handle NQ 'batch' parameter by @donaldgray in #933
Full Changelog: v1.4.3...v1.5.0
Important
This release has an EF migration
Important
This release requires an SNS topic for batch completion (optional)
v1.4.3 - customer creation improvements, no-cache headers on auth
What's Changed
- Raise notification on customer creation by @donaldgray in #914
- Use MER<> for CreateSpace and return Conflict/Created responses by @p-kaczynski in #912
- Fix approximateImageCount on spaces by @donaldgray in #917
- Add no-store to the Cache-Control header on auth responses by @JackLewis-digirati in #916
- Update codeowners by @donaldgray in #918
Full Changelog: v1.4.2...v1.4.3
v1.4.2 - /raw-resource/
What's Changed
- Add
/raw-resource/
endpoint to Orchestrator by @donaldgray in #909
Full Changelog: v1.4.1...v1.4.2
v1.4.1 - minor improvements
What's Changed
- Respect JsonPropertyName attributes in generated swagger by @garyttierney in #903
- For the overload of GetSpace, use noCache: true by @p-kaczynski in #906
- Create default storagePolicy on setup by @donaldgray in #904
Full Changelog: v1.4.0...v1.4.1
v1.4.0 - JWT auth, path formatting support
Summary
- Symmetrical JWT-based auth for API
- Support formatting of
assetPath
in path templates
What's Changed
- Update portal date format to be 24h time by @donaldgray in #895
- Add JWT-based Auth option for API requests by @p-kaczynski in #900
- Explicitly bind DlcsSettings by @p-kaczynski in #901
- PathTemplates handles assetPath formatting by @donaldgray in #902
Full Changelog: v1.3.10...v1.4.0
v1.3.10 - Bugfixes
What's Changed
- Update Orchestrator
PathRewriteTransformer
to set correctmax-age
header values with 404 responses by @griffri in #890 - Resolve bug where NQ stored projections always used Open thumbs by @donaldgray in #893
Full Changelog: v1.3.9...v1.3.10