File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
- ###
9
+ ### Added
10
10
- Added deployments to ` eu-west-2 ` and ` eu-north-1 `
11
11
12
12
### Fixed
@@ -15,6 +15,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15
15
### Changed
16
16
- Keep symlinks when zipping, resulting in smaller deploy package
17
17
- Python Lambda Layers no longer need the base GeoLambda layer in addition to the python layer
18
+ - Manually compile sqlite3 used in Proj, GDAL, nghttp2
19
+ - GDAL 3.2.1
20
+ - Proj 7.2.1
21
+ - GEOS 3.8.1
22
+ - GeoTIFF 1.5.1
23
+ - HDF4 4.2.15
24
+ - HDF5 1.10.7
25
+ - NetCDF 4.7.4
26
+ - Nghttp2 1.41.0
27
+ - OpenJPEG 2.4.0
28
+ - libJPEG Turbo 2.4.0
29
+ - Curl 7.73.0
30
+ - Webp 1.1.0
31
+ - Zstd 1.4.5
32
+ - OpenSSL 1.1.1
33
+ - In python layer:
34
+ - Python 3.7.4 -> 3.7.9
35
+ - rasterio 1.1.0 -> 1.2.0
36
+ - shapely 1.6.4.post2 -> 1.7.1
37
+ - pyproj 2.4.0 -> 3.0.0.post1
38
+
39
+ ### Removed
40
+ - GDAL Elasticsearch driver
18
41
19
42
20
43
## [ v2.0.0] - 2019-10-25
@@ -95,6 +118,7 @@ Package Versions
95
118
- GDAL_VERSION=2.3.1
96
119
97
120
[ Unreleased ] : https://github.com/sat-utils/sat-stac/compare/master...develop
121
+ [ v2.1.0 ] : https://github.com/developmentseed/geolambda/compare/2.0.0...2.1.0
98
122
[ v2.0.0 ] : https://github.com/developmentseed/geolambda/compare/1.2.0...2.0.0
99
123
[ v1.2.0 ] : https://github.com/developmentseed/geolambda/compare/1.1.0...1.2.0
100
124
[ v1.1.0 ] : https://github.com/developmentseed/geolambda/compare/1.0.0...1.1.0
You can’t perform that action at this time.
0 commit comments