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
+19-39Lines changed: 19 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
## [v2.0.0] - 2019-10-25
11
11
12
-
Updated GDAL, PROJ, and Geotiff libraries.
12
+
### Added
13
+
- Added OpenSSL, which is used to compile versions of Python 3.7+, it is not packaged in GeoLambda Layer
14
+
- OPENSSL_VERSION=1.0.2
13
15
14
-
### Package versions
16
+
### Changed
17
+
- Updated GDAL, PROJ, and Geotiff libraries.
15
18
- GDAL_VERSION=3.0.1
16
19
- PROJ_VERSION=6.2.0
17
-
- GEOS_VERSION=3.8.0
18
20
- GEOTIFF_VERSION=1.5.1
19
-
- HDF4_VERSION=4.2.14
20
-
- HDF5_VERSION=1.10.5
21
-
- NETCDF_VERSION=4.7.1
22
-
- NGHTTP2_VERSION=1.39.2
23
-
- OPENJPEG_VERSION=2.3.1
24
-
- CURL_VERSION=7.66.0
25
-
- LIBJPEG_TURBO_VERSION=2.0.3
26
-
- PKGCONFIG_VERSION=0.29.2
27
-
- SZIP_VERSION=2.1.1
28
-
- WEBP_VERSION=1.0.3
29
-
- ZSTD_VERSION=1.4.3
30
-
- OPENSSL_VERSION=1.0.2
31
21
32
22
33
23
## [v1.2.0] - 2019-10-24
@@ -36,23 +26,16 @@ Updated GDAL, PROJ, and Geotiff libraries.
36
26
- A Python GeoLambda Layer is now published, along with the base Lambda Layer. The base layer *must* be included in any Lambda that uses the Python GeoLambda layer. It includes the Python libraries GDAL, rasterio, pyproj, and shapely.
37
27
- Base geolambda includes OpenSSL 1.0.2, as this is required for compiling Python 3.7+. It is not included in the Lambda layer, just the base layer for ease of creating different versions of Python child images.
38
28
29
+
39
30
### Changed
40
31
- The python diectory, and the new Lambda layer, now uses Python 3.7.4
41
-
42
-
### Package versions
43
32
- GDAL_VERSION=2.4.2
44
-
- PROJ_VERSION=5.2.0
45
33
- GEOS_VERSION=3.8.0
46
-
- GEOTIFF_VERSION=1.4.3
47
-
- HDF4_VERSION=4.2.14
48
-
- HDF5_VERSION=1.10.5
49
34
- NETCDF_VERSION=4.7.1
50
35
- NGHTTP2_VERSION=1.39.2
51
36
- OPENJPEG_VERSION=2.3.1
52
37
- CURL_VERSION=7.66.0
53
38
- LIBJPEG_TURBO_VERSION=2.0.3
54
-
- PKGCONFIG_VERSION=0.29.2
55
-
- SZIP_VERSION=2.1.1
56
39
- WEBP_VERSION=1.0.3
57
40
- ZSTD_VERSION=1.4.3
58
41
@@ -66,34 +49,31 @@ Updated GDAL, PROJ, and Geotiff libraries.
66
49
- More libraries (CURL with http2, webp, zstd, libjpegturbo)
67
50
- GeoTIFF now compiled from scratch rather than GGDAL builtin
68
51
- Published public lambda layers - see README for ARNs
52
+
- GEOTIFF_VERSION=1.4.3
53
+
- OPENJPEG_VERSION=2.3.0
54
+
- LIBJPEG_TURBO_VERSION=2.0.1
55
+
- CURL_VERSION=7.59.0
56
+
- NGHTTP2_VERSION=1.35.1
57
+
- WEBP_VERSION=1.0.1
58
+
- ZSTD_VERSION=1.3.8
69
59
70
60
### Changed
71
61
- Major refactor, GeoLambda base now runtime agnostic contains system libraries only
72
-
73
-
### Removed
74
-
- Removed Python codes to make geolambda system libraries only
75
-
76
-
### Package versions:
77
62
- GDAL_VERSION=2.4.1
78
-
- PROJ_VERSION=5.2.0
79
63
- GEOS_VERSION=3.7.1
80
-
- GEOTIFF_VERSION=1.4.3
81
-
- OPENJPEG_VERSION=2.3.0
82
-
- LIBJPEG_TURBO_VERSION=2.0.1
83
64
- HDF4_VERSION=4.2.14
84
65
- HDF5_VERSION=1.10.5
85
66
- NETCDF_VERSION=4.6.2
86
-
- CURL_VERSION=7.59.0
87
-
- NGHTTP2_VERSION=1.35.1
88
-
- PKGCONFIG_VERSION=0.29.2
89
-
- SZIP_VERSION=2.1.1
90
-
- WEBP_VERSION=1.0.1
91
-
- ZSTD_VERSION=1.3.8
67
+
68
+
### Removed
69
+
- Removed Python codes to make geolambda system libraries only
0 commit comments