Releases: nasaharvest/glam-api
Releases · nasaharvest/glam-api
v1.5.0
v1.5.0 (2024-12-31)
Build System
- Change python docker image from slim to slim-bullseye (
4ce2e20
)
Features
- Add GDAL configuration options to django settings (
a6f9518
)
use the rasterio Env context manager to set the GDAL options defined in settings.py
Refactoring
- Change s3 url patterns used with cogreader (
7a612f7
)
Detailed Changes: v1.4.3...v1.5.0
v1.4.3
v1.4.3 (2024-12-24)
Bug Fixes
- Update S3 configuration setting references (
c5076c7
)
Build System
- Change python docker image from slim-buster to slim (
b06c024
)
Code Style
- Add temporary logging (
ae8c129
)
Detailed Changes: v1.4.2...v1.4.3
v1.4.2
v1.4.2 (2024-12-22)
Bug Fixes
- Remove security token override for raster storage class (
72b2437
)
Build System
- Bump python version of base image in Dockerfile to 3.11-slim-buster (
ba444fc
)
Detailed Changes: v1.4.1...v1.4.2
v1.4.1
v1.4.1 (2024-12-20)
Bug Fixes
- Fix and rename util function to get product id from filename (
0c91d4b
)
Detailed Changes: v1.4.0...v1.4.1
v1.4.0
v1.4.0 (2024-12-20)
Features
- Add function to add ProductRaster records from existing raster storage (
a388e03
)
Detailed Changes: v1.3.1...v1.4.0
v1.3.1
v1.3.1 (2024-12-20)
Bug Fixes
- Modify save method for ProductRaster (
19a034e
)
Detailed Changes: v1.3.0...v1.3.1
v1.3.0
v1.3.0 (2024-12-19)
Features
- Add utility functions to extract the date and product_id from a filename (
6895687
)
Detailed Changes: v1.2.0...v1.3.0
v1.2.0
v1.2.0 (2024-12-19)
Build System
-
Add glam-processing as dependency (
7a0c92e
) -
Bump minimum python version to 3.11 and bump django from 4.2.14 to 4.2.17 (
38f4a1c
) -
Update glam-processing dependency (
33038d6
)
Features
- Add utility function for creating aws session environment variables with MFA (
b0d6726
)
Refactoring
-
Add example gdal/goes configuration settings for geodjango (
63ee312
) -
Rename ProductRaster file_object directory (
29cc3ff
)
Detailed Changes: v1.1.4...v1.2.0
v1.1.4
v1.1.4 (2024-12-11)
Bug Fixes
- Update s3 private media storage class (
fa7e7b3
)
Refactoring
- Move django-storages configuration to local_settings (
8251873
)
Detailed Changes: v1.1.3...v1.1.4
v1.1.3
v1.1.3 (2024-12-11)
Bug Fixes
- Remove django-storages s3 session profile option (
d804eb0
)
Detailed Changes: v1.1.2...v1.1.3