You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [0.6.0]
8
+
### Added
9
+
- Added a new `INSAR_GAMMA` job type for producing an interferogram from a pair of Sentinel-1 SLC IW scenes using [GAMMA](https://www.gamma-rs.ch/software). For details, refer to the [hyp3-insar-gamma](https://github.com/ASFHyP3/hyp3-insar-gamma) plugin repository.
10
+
11
+
### Changed
12
+
- All job types requiring one or more granules now expose a single `granules` job parameter, formatted as a list of granule names:
13
+
-`"granules": ["myGranule"]` for `RTC_GAMMA` jobs
14
+
-`"granules": ["granule1", "granule2"]` for `INSAR_GAMMA` jobs
15
+
16
+
Note this is a breaking change for `RTC_GAMMA` jobs.
17
+
- Browse and thumbnail URLs for `RTC_GAMMA` jobs will now be sorted with the amplitude image first, followed by the rgb image, in `GET /jobs` responses.
18
+
7
19
## [0.5.1]
8
20
### Fixed
9
21
- Resolved HTTP 500 error when submitting jobs with a resolution with decimal precision (e.g. `30.0`)
0 commit comments