Skip to content

Commit 696c1b1

Browse files
committed
update CHANGELOG
1 parent dc427a6 commit 696c1b1

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
###
9+
### Added
1010
- Added deployments to `eu-west-2` and `eu-north-1`
1111

1212
### Fixed
@@ -15,6 +15,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
### Changed
1616
- Keep symlinks when zipping, resulting in smaller deploy package
1717
- 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
1841

1942

2043
## [v2.0.0] - 2019-10-25
@@ -95,6 +118,7 @@ Package Versions
95118
- GDAL_VERSION=2.3.1
96119

97120
[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
98122
[v2.0.0]: https://github.com/developmentseed/geolambda/compare/1.2.0...2.0.0
99123
[v1.2.0]: https://github.com/developmentseed/geolambda/compare/1.1.0...1.2.0
100124
[v1.1.0]: https://github.com/developmentseed/geolambda/compare/1.0.0...1.1.0

0 commit comments

Comments
 (0)