Skip to content

Releases: nasaharvest/glam-api

v1.5.0

31 Dec 20:13
Compare
Choose a tag to compare

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

24 Dec 15:25
Compare
Choose a tag to compare

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


Detailed Changes: v1.4.2...v1.4.3

v1.4.2

22 Dec 14:28
Compare
Choose a tag to compare

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

20 Dec 15:54
Compare
Choose a tag to compare

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

20 Dec 15:02
Compare
Choose a tag to compare

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

20 Dec 01:00
Compare
Choose a tag to compare

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

19 Dec 23:32
Compare
Choose a tag to compare

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

19 Dec 15:59
Compare
Choose a tag to compare

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

11 Dec 16:40
Compare
Choose a tag to compare

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

11 Dec 13:37
Compare
Choose a tag to compare

v1.1.3 (2024-12-11)

Bug Fixes

  • Remove django-storages s3 session profile option (d804eb0)

Detailed Changes: v1.1.2...v1.1.3