Releases: adobe/da-admin
Releases · adobe/da-admin
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2025-12-04)
Bug Fixes
- add IMS offline token validation (#109) (ba7f961)
- add more tests for getObject (#148) (7055d3c)
- add semantic release (#213) (86b608d)
- build (51c6255)
- consistently use 'syncadmin' (no intercaps) (#198) (3197624)
- CopySource needs to be encoded (#210) (1ab3fc8)
- do not respond a 404 on error (#184) (b1d10c8)
- error when copying a file that exists (#185) (7215387)
- get handler returns undefined (#168) (aa55ce5)
- last modified header for source (#145) (edf1de1)
- non-https links in docs (#190) (661db82)
- only invalidate collab for html documents (#167) (71e6a1c), closes #166
- persist creds (d5dfed1)
- pin s3 client version due to problems with DOMParser (#201) (1f93628)
- preserve content type when copying (#182) (4e83525)
- put/post to source responds with hlx.page / hlx.live (#209) (0415ef4)
- trigger release (3c35bb4)
- versioning timestamp for version and document itself (#144) (a384662)
- versionsource: "delegate" permission check to api (#179) (04b17f2)
- when catching exceptions don't rely on $metadata being set (#170) (5e121f0), closes #169
Features
- add a restore point if body is empty (#173) (65cbf32)
- add HTTP conditional request support (If-Match, If-None-Match) (#187) (190afd8)
- do not create a version for binaries (#211) (92ea28a)
- handle bad requests (#204) (5ae63c5)
- handle bad requests (#214) (be0dc49), closes #204 #212
- no version for binaries (dd98406)
- preserve content type in versions (#177) (5182cd5)
- return last modified for source based on timestamp (#142) (2b3454b)
- send shared secret to collab (#202) (6636423)
Reverts
- Revert "feat: handle bad requests (#204)" (#212) (306fcb5)
- Revert "Fine grained access control (#108)" (#118) (68918ca)
- Revert "fix: last modified header for source (#145)" (#147) (20b1a61)
- Revert "fix: versioning timestamp for version and document itself (#144)" (#146) (f626da7)
- Revert "Revert "fix: last modified header for source"" (#149) (767629c), closes #145 #147