Skip to content

Commit 7715701

Browse files
TRT-635: Bump service to v3.0.0.
1 parent 49cd665 commit 7715701

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ documented in this file. The format is based on [Keep a
55
Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8+
## [v3.0.0] - 2025-09-18
9+
10+
### Added:
11+
12+
* `ruff` hooks have been added to the `pre-commit` settings for this repository.
13+
They exclude large legacy files, but will otherwise scan smaller files as
14+
they are iterated.
15+
16+
### Changed:
17+
18+
* Functionality to generate netCDF4 output files from GeoTIFFs has been migrated
19+
into a new separate module. This may be a step towards a separate microservice
20+
for this operation.
21+
22+
### Removed:
23+
24+
* Input files that are netCDF4 or zip files containing netCDF4 files will no
25+
longer be processed in this service. Instead, the [net2cog](https://github.com/podaac/net2cog)
26+
service should be used as a preceding step to ensure a GeoTIFF input to this
27+
service.
28+
829
## [v2.0.0] - 2025-09-05
930

1031
### Changed:
@@ -319,5 +340,6 @@ This is the final version. We will stop the development for a while.
319340

320341
## [v1.0.0]
321342

343+
[v3.0.0]: https://github.com/nasa/harmony-gdal-adapter/releases/tag/3.0.0
322344
[v2.0.0]: https://github.com/nasa/harmony-gdal-adapter/releases/tag/2.0.0
323345
[v1.1.0]: https://github.com/nasa/harmony-gdal-adapter/releases/tag/1.1.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
3.0.0

0 commit comments

Comments
 (0)